Xardas
5 years agoNew Contributor
Get Request in Groovy
Hello, i have the following methods:
rawResponse = new String(testStep.testRequest.messageExchange.rawResponseData)
response = testStep.getPropertyValue("response");
rawRequest = testStep.getPropertyValue("rawrequest")
request = testStep.getPropertyValue("request")
1) But the rawRequest (left side) don't give me the values.
For the response everything is ok.
2) How to get this table data? (normal request)
Thanks for any help and answering. 🙂
Xardas :
As you can see in Style, it means that value is going to that property. Like,
1. Authorization is going with Header
2. active is going with template and so on
so in order to fetch the value you need to fetch particular value from that particular thing.