I started to use test manager to automatically test my software. I'm using actions to set inputs and compare outputs, so far so good.
Now I would like to have traces as result of my test, and in an advanced stage, have traces in my test report. How can I do it?
I created a trace in my project and I added the variables. how can I command the test manager to download the trace and start to record? Is there an action to do it? Or should I use scripts?
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Guys,
I started to use test manager to automatically test my software. I'm using actions to set inputs and compare outputs, so far so good.
Now I would like to have traces as result of my test, and in an advanced stage, have traces in my test report. How can I do it?
I created a trace in my project and I added the variables. how can I command the test manager to download the trace and start to record? Is there an action to do it? Or should I use scripts?
Thank you.
Hello Yuridnb,
Did you get any further with this project? I'm standing at a similar point and would like to hear from any experiences made so far. :-)
Best regards,
Fabian
One option could be to use a trigger variable to execute your trace and then toggle that variable from a step within a test case.