Mircea_UnteaOccasional Contributor15 years agoCall (testRunner )TestCase from Dispatching Mock ServicesHi , I see testRunner can not be invoke from Dispatch Scripts. It is a way to call TestCase from Mock Service, (Dispatch Script) ?10xCata
SmartBear_SuppoAlumni15 years agoHi!Sure.. just get hold of the testCase and run it;def testCase = mockOperation.mockService.project.testSuites[".."].testCases[".."]def runner = testCase.run( null, false )log.info( runner.status )regards!/Oleeviware.com
SmartBear_SuppoAlumni15 years agoHi!Sure.. just get hold of the testCase and run it;def testCase = mockOperation.mockService.project.testSuites[".."].testCases[".."]def runner = testCase.run( null, false )log.info( runner.status )regards!/Oleeviware.com
Recent DiscussionsImport API Definition in Ready APIHelp needed with importing an API via a URL that requires a certificate for authentication.Endpoint forwarding and routing issue in ReadyAPI, with ReadyAPI SV version 3.58.0.
Related ContentDispatching responses from a Virtual ServiceReadyAPI-Azure : how to increase timeout when running testcases in testrunner in azure pipelineReusable Classes for Dispatch Script