Automated testing capabilities for functional, regression, GUI and data-driven testing. IBM DevOps Test UI is an automated functional and regression testing tool for GUI and data-driven testing. It supports a range of applications, including web-based, .Net, Java, Siebel, SAP, terminal emulator-based applications, and PowerBuilder.
N/A
XCTest
Score 8.3 out of 10
N/A
The XCTest framework is used to write unit tests for Xcode projects that integrate with Xcode's testing workflow. From Apple, the solution enables users to create and run unit tests, performance tests, and UI tests for Xcode project.
Overall, XCTest is a good choice for testing iOS functionality and apps at a basic unit level. In order to thoroughly test the logic, you must add many of those sorts of basic tests, which makes functional UI testing more appropriate for iOS apps. As I mentioned earlier, limited Programming Language Support and no cross platform compatibilities are the only major drawbacks.
Selenium is similar to IBM Rational Functional Tester but is not as user friendly and does not support thick applications. Visual Studio Coded UI is newer so not as refined; the object inspector/management and execution log results is poor compared to IBM Rational Functional Tester.
We used Appium to do unit testing, but we felt that it was slow and had its own learning curve, so we decided to try XCTest; it seemed faster and more agile to use because we already had knowledge of iOS and the other advantages that I talk before, now all the team is using XCTest.