shales
6 years agoOccasional Contributor
Getting and Setting a property based on Sibling value
I am looking to set a test case level property based on the id field in the response. I only care about the ID that contains a specific value in the 'node' field.
Response from myTest Case na...
- 6 years ago
HI Olga,
Yes, the issue appeared to be that the request contained too much data and the jsonslurper was running out of memory. We changed the call to a batching call which seems to have resolved our issues.