How to continue testing an iOS app, using UIAutomation instrument, even after the app exits?
- 阅读更多 关于 How to continue testing an iOS app, using UIAutomation instrument, even after the app exits?
I have an app. There is a button in the app, which, if clicked, exits the app. I am testing the app using UIAutomation instruments. I want to test this button. But after the app exits, the instrument stops giving an exception. What I want to do is that after the app exists, I want to reopen the app and continue with the rest of the test. Have anyone else been in the same scenario? If so, can you please share the solution, if you have found any? This is not possible because Instruments loses the connection with the app process once it quits. If you are scripting UI Automation from the command