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
Post a Comment