How to handle UI changes when upgrade to iOS 8.1

Hi guys,

I tried to run automation tests on iOS 8.1 (the tests were written for iOS 7.1) and noticed that a lot of tests failed due to UI Identifiers changes on iOS 8.1.
For example, text that is contained in a giant UIAStaticText field in iOS7.1 is now broken down and contained in a few UIAStaticText fields.

I don’t want to make a lot of changes in my tests. Does anyone have the same issue? Any suggestion to get around this?

1 Like