Forum Discussion
TanyaYatskovska
Alumni
4 years agoHi rymliam,
Could you please review this page?
https://support.smartbear.com/readyapi/docs/testing/properties/examples.html
It explains how to get a value from a response and use it in the test. Does it help?
- rymliam4 years agoNew Contributor
Yeah got that! But I have a loop running over the request multiple times, and I need to do some further work with all of the responses outside of the loop. Doing that only gives me access to the final loop iteration once the loop has ended. So I need some method to store the values as the loop iterates, that I can then access in a later test step.