Forum Discussion
- arttykhNew ContributorUPD:
In my http log there are several response-requests messages for current test step.
The following code gives me only first request/last response, but I need to take value from second response.log.info context.expand('${getHashValue#Request}')
log.info context.expand('${getHashValue#Response}')
Any ideas?