How to keep mobile connection active even though switches workflow A to Workflow B?

Mobile connection is closing automatically when Workflow A is completed. Connection Restarts again when running Workflow B.

I want to keep active mobile connection across all workflows in testcase.

Please see my answer at Mobile Test Automation : App gets installed for every test case execution

1 Like

Hi @phaserescu, Thanks for sharing!


I have done the steps as you mentioned. But connection is still closing after 1st workflow.
Is there any corrections required here?

The Mobile Device Connection Activity inside Login.xaml workflow must have the Close option also set to Never. Otherwise the first Mobile Device Connection that will have the Close option set to Always will close the connection.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.