Multiple Threads with new UI Automation Xcode 7

Currently I'm only able to have one thread going at a time, so it does one test, passes or fails, then moves on to the next. Is there any way to enable this so that I can have 5 threads going similtaniously?

Answered by Engineer in 68393022

Test execution in Xcode/XCTest is strictly serial. There are no way to run tests concurrently.

Accepted Answer

Test execution in Xcode/XCTest is strictly serial. There are no way to run tests concurrently.

Multiple Threads with new UI Automation Xcode 7
 
 
Q