I am writing a UITest case for my view. The problem is I cannot access the button in my nib file view. I gave the accessibility identifier to the button as well
I am using XCUI tests to automate testing of some of the flows in our application (~35 test scenarios) with Xcode 7.2.1 Running these tests locally will consis
A really small UI test fails when trying to tap an alert button, what step am I missing? I'm trying to tap the "Continue" button in the alert displayed below w