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.
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
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.