Test Automation
Organising XCUIElements with Swift Enumerations
Using XCUITest framework for automation of iOS apps makes sure that app is working as expected from the users points of view. Since, Apple launched the UI testing support in WWDC 2015, this framework getting popular among iOS developers as they can now write UI tests in Swift and XCTest Read more…