I am new to mobile testing and i want to test the ios apps through any of the automation tools available in the market,could you please suggest me which tool is best ? and useful links to that tool for how to use that tool in a proper manner
Asked
Active
Viewed 3,043 times
3 Answers
5
I personally prefer Calabash which is built on Cucumber if you want to do acceptance tests. Then you can automate your builds using Jenkins. There are support for Cucumber in Jenkins as well, you can find it here.

Mikael
- 3,572
- 1
- 30
- 43
-
Thnaks for your valuable reply,could you please suggest me the links to go through about the tools like how to setup and prerequisties behind it ? – Sindhu Jan 24 '13 at 09:51
-
Here is the documents for calabash: https://github.com/calabash/calabash-ios and if you want to learn how to set up Jenkins, you can have a look here: http://www.raywenderlich.com/22590/beginning-automated-testing-with-xcode-part-12 – Mikael Jan 24 '13 at 10:01
-
1
You can use Gorrila and TestStudio.
Also StackOverFlow

Community
- 1
- 1

Anoop Vaidya
- 46,283
- 15
- 111
- 140