userdanfoss
5 years agoOccasional Contributor
How can i print API response in result doc
Hi,
I want to print API response in Result.
i am using script assertion
Please find below code
def response = context.expand( '${GetDeviceByEID#Response#$[\'status\']}' )
log.info(response)
I want to print this response in result doc.
But its only shown as pass.
Is there any way in ready API so that i can print this values in result?