Google Open Sources iOS Testing Framework |
Written by Lucy Black | |||
Friday, 19 February 2016 | |||
Google has released EarlGrey, a native iOS UI automation test framework that enables you to write clear, concise tests, as an open-source project on GitHub under the Apache license. Used in-house by Google for functional testing of apps such as YouTube, Google Calendar, Google Photos, Google Translate, Google Play Music. it is now available to all and can be added to Xcode projects using CocoaPods or by manually adding it in.
According to the Google Open Source blog, the key features offered by EarlGrey include:
It works in conjunction with the XCTest framework and integrates with Xcode’s Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild). Google has a track record for open sourcing useful tools - GWT (Google Web Toolkit) being an obvious example. Another Google Apple-related tool, its Java To Objective-C Translator was also open sourced a few months after GWT in 2012. The EarlGrey repository on GitHub has an example that demonstrates features and functionalities of the framework and should help you get started using it. More InformationEarlGrey: iOS functional UI testing framework Related ArticlesGoogle Open Sources Java To Objective-C Translator How Google Does Multi-Platform In Inbox
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on, Twitter, Facebook, Google+ or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |
|||
Last Updated ( Friday, 19 February 2016 ) |