Paresh Masani
Paresh Masani

Reputation: 7504

iOS: GUI Automation Testing and Continuous Integration

I have been writing iOS logic tests using OCUnit and OCMock and it's been working great. I want to start adding two things, GUI automation and continuos integration. I have been evaluating KIF, JenKins for my requirements. Can someone please direct me to correct root as this is the first time I am attempting GUI testing and continuos integration server for iOS. Which are the libraries look for automation GUI testing?

Upvotes: 0

Views: 1749

Answers (3)

Paresh Masani
Paresh Masani

Reputation: 7504

I haven't found anything better combination than KIF, WaxSim, and Jenkin! KIF is based on objective-c and you have complete control over it to add your customisations. Rest of all test frameworks is Javascript based which I am not big fan of!

Upvotes: 0

giacomelli
giacomelli

Reputation: 7407

You can try FoneMonkey to UI iOS Automation and for CI process we use TeamCity. TC has a buit-in "XCode project" step to compile your project and anything else you can easy perform with command line steps.

Upvotes: 0

Wain
Wain

Reputation: 119031

Take a look at Instruments - Automating UI Testing

Upvotes: 1

Related Questions