Hi,
For example i’ve created multiple tests each one is separated. How to import all the test cases at once? cause each time I open a new test case it closes the old one, and how to run them simulaneously by a click or s.thing?
Thanks in advance…
Hi,
For example i’ve created multiple tests each one is separated. How to import all the test cases at once? cause each time I open a new test case it closes the old one, and how to run them simulaneously by a click or s.thing?
Thanks in advance…
You can only run one test simultaneously in one device at time, but you can also run two test at time in two different devices.
If you want to run several test in one device you must use some kind of scheduler to run your tests to run them sequentally.
@mateoaqx thanks for replying,
when you say s.kind of scheduler! is it like Jenkins! do you have an example of that ? Iam still learning about automation testing
Yes, Jenkins is a scheduler unfortunately I never use it but hear about it and saw it in action. Maybe someone can put an example.
I’m using a custom made scheduler but even a batch file can do the job to run test one after another.
Hi
You can try this tutorial