Forum Discussion

tmahender12's avatar
tmahender12
Frequent Contributor
8 years ago

How to capture Execution time of tests

2 Replies

  • m_essaid's avatar
    m_essaid
    Valued Contributor

    you could assign to a variable the "Now" value (system datetime) twice, once at the begining of the test and the other at the end (assuming you don't change within the test the system date...) and make substraction and appropriate conversion.