ios - UITest the navigation to "out of app" environment -


i'm making uitests app , test behaviour of "ios settings" button have (off course) sends user setting,

is there way uitest this?

ui testing cannot interact outside of application. in scenario, framework can no longer once app opens settings.

to verify this, try printing out app's hierarchy once settings opens. notice nothing in settings nor navigation bar show - see app's information.

print(xcuiapplication().debugdescription) 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -