Monday, September 7, 2015

UI Testing in Xcode

Xcode 7 has introduced new UI testing features fully integrated into the IDE. I learned about the new APIs and how UI testing fits in with existing testing features in Xcode. Also got to see how to get started by recording your app, and how to efficiently craft and maintain UI tests.

check this link introducing this API and UI testing tool in WWDC/2015

Though this tool is in beta stage, IT industry has taken this as a tool for future UI testing for apple apps and have started using it already.

I came across another good article related to this. It summarizes the WWDC 2015 UI Testing talk and gives the detail of coming beta releases as well. Check it out here


No comments:

Post a Comment