Forum Discussion
Lucian
8 years agoCommunity Hero
What does it mean "not working"? What is happening? What error do you get?
- ranjit968 years agoContributor
If response is shown in Json format, then you can not get this response in XML format.
If you want this response in XML format, then you need to use groovy script to get XML format reponse.
Script:--
testRunner.testCase.getTestStepAt(0).testRequest.getResponseContentAsXml()