Forum Discussion
omatzura
17 years agoSuper Contributor
Hi!
sure.. try the following after you have received a response:
Hope this helps!
regards,
/Ole
eviware.com
sure.. try the following after you have received a response:
def testRequest = testRunner.testCase.testSteps["Request 1"].testRequest
def out = new FileWriter( "out.txt" )
out.println( testRequest.requestContent )
out.println( testRequest.response.contentAsString )
Hope this helps!
regards,
/Ole
eviware.com