Forum Discussion
1 Reply
- nmrao
Champion Level 1
Use Script Assertion and add the below steps
//Get the name of the current test step
log.info context.currentStepIndex.label
//Get the response
log.info context.response
//Get the request
log.info context.rawRequest