UiPath Mobile Test Automation Parallel Execution in Browser stack

I have 100 UiPath mobile automation test cases which we are running as per UiPath Test automation framework. As per the framework for setup we are initiating the Browser stack connection then executing one test case and then closing the connection in Tear down. For next test case we are following the same approach. Now we want to change the approach for test execution, we want to initiate the connection once and then run all the test cases and then close the connection. How can we achieve the same in UiPath test automation framework so that each test case execute independently? So assume that I have 2 test case that can run parallelly in 2 devices, so maximum 2 times it will instantiate 2 separate browser stack connection and keep on running all the test cases in both the devices. Once execution completes then it will clthe connection in both devices.

There is a discussion at Mobile Test Automation : App gets installed for every test case execution - #2 by phaserescu

I’m not sure that this solves your problem but maybe it can bring some clarity on what is possible.

Short answer: if you execute a process that executes all the test cases, then what you’re asking is possible. If test cases are executed in individual processes, then I don’t think is possible.