Forum Discussion
KarelHusa
3 years agoSuper Contributor
Hi Sirisha2020 ,
the value is accessible by Groovy, e.g.:
log.info context.testCase.getTestStepByName("RESTStepName").getTestRequest().getResource().getFullPath()Check the API docs: https://www.soapui.org/apidocs/soapui/DefaultPackage/RestResource.html
You can copy the value into TestSuite property if needed.
Best regards,
Karel