Forum Discussion
M_McDonald
17 years agoSuper Contributor
Use a Property Transfer step to select part of the response and move it to a Property, then use a property expansion in the URL?
Or in a Groovy script you can get the reponse with this:
testRunner.testCase.getTestStepByName("HTTP Test Request").getHttpRequest().getResponseContentAsXml()
and then parse out the value you want.
Or am I misunderstanding what you are looking to do?
Or in a Groovy script you can get the reponse with this:
testRunner.testCase.getTestStepByName("HTTP Test Request").getHttpRequest().getResponseContentAsXml()
and then parse out the value you want.
Or am I misunderstanding what you are looking to do?