Forum Discussion
- jkrolczyRegular Contributor
An example to look at:
http://onetestsolution.com/blog/reading-json-request-and-response-in-soapui-using-groovy-scripting/
If your url endpoint was a variable, you could use that in your log because you know what it it.
def ep = testRunner.testCase.testSteps["Request Step"].testRequest.endpoint
- HimanshuTayalCommunity Hero
Hi tos ,
Yes sure you can achieve this by writing your own custom groovy code to capute both endpoint with request and response.
Related Content
- 4 years ago
- 4 years ago