Solved
Forum Discussion
jsheph01
7 years agoContributor
There is a way to get the time the request was sent and how long it took to get a respose. You can add those two together to get the response time.
Class RestResponseMessageExchange
messageExchange.getTimestamp() messageExchange.getTimeTaken()
nmrao
7 years agoCommunity Hero
Please note that the above script (messageExchange) works in only Script Assertion.