Hi,
I'm running tests on full custom Android / IOS (to come) Apps and we're planning to have more and more tests. The time of execution will definitly grow, and we'd like to be able to parallelize the execution on different mobiles / OS.
I found a very interesting subject about mobile testing scalability. Unfortunatly it is almost 3 years old.
so I'm asking to the community, 2020 : is this possible to run several execution at the same time with testExecute ?
This would requiere for example to split the tests into different test suites (how ? different testItems folders ?) or is there some sort of pre-designed function to do so ?
I could want to
Any knowledge about that ?
Solved! Go to Solution.
Running several jobs on Jenkins on one virtual machine with only one testExecute installed results in the job displaying a message in the log that says "o" during its work:
"I've detected a testExecute installation but it looks busy, I'm waiting for the job to finish".
and in fact, if he finishes the job A that took the process, then job B waiting for a free testExecute starts its work.
Hey, do you use a CI environment like Jenkins to run tests?
Hi !
No, right now we're only using testComplete and testExecute only.
We just plugged git to it.
I haven't yet tested calling multiple threads simultaneously on one TestExecute installation.
I'll do it in a while. I'll share the information.
Running several jobs on Jenkins on one virtual machine with only one testExecute installed results in the job displaying a message in the log that says "o" during its work:
"I've detected a testExecute installation but it looks busy, I'm waiting for the job to finish".
and in fact, if he finishes the job A that took the process, then job B waiting for a free testExecute starts its work.