nallick / UIUTest

iOS UI tests as unit tests in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIUTest

Unit Testing For the User Interface

Automated tests for a user interface are typically performed in a separate process from the app, where they can be slow, brittle and complex. With appropriate support, many of these tests are better executed within the app as unit tests, where they’re easier and faster. UIUTest is a unit test library written in Swift for iOS, which allows many of the tests typically implemented as user interface tests with XCUIApplication to be written as unit tests within the application.

For more examples see: https://github.com/nallick/UIUTest_Examples

About

iOS UI tests as unit tests in Swift

License:MIT License


Languages

Language:Swift 94.8%Language:Objective-C 2.8%Language:Ruby 1.5%Language:Shell 0.9%