0
votes

I use KIF to perform iOS automated UI tests. Unfortunately it seems it is not intended to work in OSX. Is there any alternative for it?

Update:

I know there is a built-in UITest framework named XCTest for Apple applications, But I need a stronger and easier to use framework indeed.

KIF makes UI testing really easy and useful, with lots of great APIs that are less complex than XCTest

1

1 Answers

0
votes

Your can use XCTest, the test framework which comes built into Xcode. It is compatible with OS X, macOS, iOS and tvOS.