Implement a feature in TestComplete to measure the execution time between two actions (Diff time) and categorize it according to the following criteria:
* < 3,000 ms: "Fast execution" OK
* Between 3,000 and 7,000 ms: "Average execution" Warning
* > 7,000 ms: "Too slow" Error
Measure and categorize test execution time
No CommentsBe the first to comment