is it possible to run Xcode 7 UI tests on OS level? Such as settings or safari

I am running into this problem: UI testing on MDM device. I can use the UI test to open the app and enroll, but I am not able to automate once the app went to safari to download the MDM profile or go to settings to install the profile. Is there any way I can manage to automate this whole MDM enrollment process?

Did you ever find a way to do this. I need to be able to change device setting so I can test for localization.

There really isn't. If you haven't noticed the way XCUITest runs its tests, it creates a separate app on your device/simulator that has your scripts. I'm assuming it creates a special environment to run your tests. So other apps outside this environment can't be controlled.


Some tests just require manual testing unfortunately...

I hope there is support to this in the future.

is it possible to run Xcode 7 UI tests on OS level? Such as settings or safari
 
 
Q