Forum Discussion
juanteit
17 years agoNew Contributor
I found an answer, so I let you know:
To save the raw data, I access to my xml during test case execution using:
testRunner.getResults().getRequestContent()
testRunner.getResults().getResponseContent()
i is an integer, that may be obtained by:
i = testRunner.testCase.getTestStepIndexByName("My Test Step")
Hope it helps anybody...
To save the raw data, I access to my xml during test case execution using:
testRunner.getResults().getRequestContent()
testRunner.getResults().getResponseContent()
i is an integer, that may be obtained by:
i = testRunner.testCase.getTestStepIndexByName("My Test Step")
Hope it helps anybody...