Forum Discussion
- tristaanogreEsteemed Contributor
Consider using a Timer object (https://support.smartbear.com/testcomplete/docs/reference/program-objects/timer/index.html) to run a routine to measure your counters on the interval you desire.
I can measure values of Performance Counters in TestComplete after some actions in my script are performed in Application under test. How can I measure values ofPerformance Counters in TestComplete during fixed gaps of time(e.g., every10 seconds)? Is it possible?
Consider using a Timer object (https://support.smartbear.com/testcomplete/docs/reference/program-objects/timer/index.html) to run a routine to measure your counters on the interval you desire.