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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -