Forum Discussion
arttykh
12 years agoNew Contributor
UPD:
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.
Any ideas?
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?