Forum Discussion

Michal_Ignaczak's avatar
Michal_Ignaczak
Occasional Contributor
4 years ago

Plot some results

Hello, 

 

Is it possible use any plot library inside the test complete ?

I would like to plot e.g. memory usage in time

 

Best Regards,

Michal

5 Replies

      • AlexKaras's avatar
        AlexKaras
        Community 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.