I'd like to print a field from the body request after the request itself, in order to print a string build like this: requestFied, + responseField, + timeStamp.
I have tried with pm.request.json().field_name
but doesn't work.
I'd like to print a field from the body request after the request itself, in order to print a string build like this: requestFied, + responseField, + timeStamp.
I have tried with pm.request.json().field_name
but doesn't work.
Copyright © 2021 Jogjafile Inc.
Did you try adding body ?