Solved
Forum Discussion
- baxatobCommunity Hero
Hi,
You can use Time Counters for your purpose: https://support.smartbear.com/testcomplete/docs/testing-with/advanced/measuring-test-run-time.html
- AlexKaras
Champion Level 3
Hi Rushikesh,
One more possible approach is to use some profiling tool. (E.g. AQtime - https://smartbear.com/product/aqtime-pro/overview/)
The difference is that with TestComplete you will be able to only measure the time it takes to open the dialog from the end-user point of view without any additional details of why it took too long to open the dialog (if such problem exists).
AQtime will provide you with additional details of what code in the tested application was executed too long.