ex
10 years agoOccasional Contributor
Multiple project suite execution in series
Hello, My ultimate goal is to be able to execute across multiple devices at the same time. However, I would like to execute my tests as efficiently as possible. I am currently using network suits...
- 10 years ago
That is an option that I explored in the past, however it does not fit my needs.
For those interested, I have since found a solution:
A Master Network Suite calls a Project Suite Parent which in itself references (by adding an existing item) the test projects that I want to run. From there, I just add the tests from each project I want to run!
Thanks for the help!