Forum Discussion
- StevenColonSmartBear Alumni (Retired)
Thank you for posting to our Community Forum.
In a groovy script TestStep you can grab the response data from a Request TestStep using the "Get Data" menu.
https://support.smartbear.com/readyapi/docs/testing/properties/get-data.html
Then you can parse/modify the response as needed and pass it into a TestCase property through the following line:
context.testCase.setPropertyValue("Property Name","Property Value");
Subsequent TestSteps can now get that value by navigating to it in the Get Data menu.
Have a great day!
Related Content
- 7 years ago
- 8 years ago
Recent Discussions
- 14 hours ago
- 6 days ago