SOAPUI – Catching Test Case Completion Time

To capture how long it took a particular test case to complete, use the following property expansion in your DataSink.

${=testRunner.TimeTaken}

The result is in milliseconds. It is the sum of the time taken by all test steps during the execution of your test case.

Leave a Reply