Lachulearns
6 years agoNew Contributor
Request Not Modified
I need to test multiple requests in a same testcase.Below Steps have been followed to achieve this.
Declared Property at Testsuite Level (eg. Number 1,2,3)
Split those values and set the prope...
- 6 years ago
In the above code i am getting only the response without running.
i have included the below code to run the Request.This Helps
reqrun= testRunner.testCase.testSteps["request1"]
Response= reqrun.run(testRunner,context)
Response.getResponse().responsecontent