How to call a Test Case in step Definition

Hi All,

I’m trying to run a test case inside a Step definition. I’m Using “WebUI.callTestCase()” While executing it throws an error “Keyword runFeatureFile was failed”

Thanks in Advance

WebUI.callTestCase(findTestCase(‘Test cases/TC_Runner’),null,FailureHandling.STOP_ON_FAILURE)