Hi,
I have x number of test cases and I am executing them on an EC2 instance. What is happening currently is all of the tests are getting executed sequentially.
Is there any way I can execute all of them in parallel like 5 threads in a single machine each thread will execute x/5 tests and will have a combined result at the end??
I know selenium + TestNG have such flexibility to run tests in parallel, not sure about botium.