Forum Discussion

tkumark's avatar
tkumark
Occasional Contributor
15 years ago

how to get the response when sending request from script

def testcase = testRunner.testCase.testSuite.project.testSuites["TestSuite 1"].getTestCaseByName ("TestCase 1");

WsdlTestCaseRunner runner = new WsdlTestCaseRunner( testcase,null );

def runresult =runner.runTestStepByName('Test Request');

after sending this request i would like to get the response. How do you do that?

Thanks
No RepliesBe the first to reply