how to get real exuection time, pausing includes paused time
A test script with hundreds of steps can take several days to execute with pauses during execution (testers pause at the end of day, etc). The "Total Run Time" of the execution result includes the paused time so it is not an accurate representation of how long the test actually took to run.
Is there a a better way to get total run time that does not include paused time?
Thanks,