15
views
views
With iOS version 10, Apple introduced a new framework for automated user interface testing as part of XCTest (XCTest(UI)).
XCTest is based on the WebDriver protocol and uses Apple's own XCTest testing framework. The WebDriver protocol is an industry standard for browser automation, and developers use XCTest to write unit tests for their apps. By combining these two technologies, Apple has created a powerful and easy-to-use testing framework perfect for anyone looking to automate their app testing.

Comments
0 comment