Michal_Ignaczak
4 years agoOccasional Contributor
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
I wonder about my variables plotting not only system ones.
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.
Plotting as final result is enough for me.
Does the plotting result have the dedicated page on Your documentation - preferably with Python example ?
Hi,
TestComplete does not provide any plotting functionality.
You will need to either create your own application or use some existing one, start it at the end of your test and feed it with the collected data.