Forum Discussion
M_McDonald
Super Contributor
How about this:
myRequestStep = testRunner.testCase.getTestStepByName('my test step name')
myFile.append(new String(myRequestStep.testRequest.messageExchange.rawRequestData))
myFile.append(new String(myRequestStep.testRequest.messageExchange.rawResponseData))
HimanshuTayal
7 years agoCommunity Hero
Thanks for the post, this works perfectly fine.. I was looking for the solution from past one week..thanks a ton :) .. Keep posting good work.
Related Content
Recent Discussions
- 19 hours ago