Reputation: 7504
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
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
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