'UITest app launches in background by default
I am trying to run few functional tests in UITests folder. When I run my test it launches the app in background by default. If I try to add below line in test script, it creates new app
let myapp=XCUIApplication()
myapp.activate()
it creates new app on iPhone and fails. How to open the app launched in background previously by default? Please help
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
