Forum Discussion
5 Replies
- brumazz
Alumni
HI Michal,
TestComplete has performance counters that can be used to graph out info during a test run.
This info would be in the log once the test is done running.
Hopefully this helps!
- Michal_IgnaczakOccasional Contributor
I wonder about my variables plotting not only system ones.
- AlexKarasCommunity Hero
Hi,
TestComplete drives tested application in synchronous manner, like the human user does.
So it is not possible to create one 'thread' to drive the application and another 'thread' to plot the graph in parallel.
Obviously it is possible to collect data to be plotted during test execution and plot them as the final step of your test.