-1

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

Sindhu
  • 19
  • 1
  • 7
  • 1
    possible duplicate of [Automated testing for iPhone](http://stackoverflow.com/questions/402389/automated-testing-for-iphone) – Anoop Vaidya Jan 24 '13 at 09:27

3 Answers3

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
  • Thanks Mikael ~Sindhuja – Sindhu Jan 24 '13 at 10:56
1

You can use Gorrila and TestStudio.

Also StackOverFlow

Community
  • 1
  • 1
Anoop Vaidya
  • 46,283
  • 15
  • 111
  • 140
0

Another option is Appium, which lets you write tests in many languages and test frameworks.

sah
  • 476
  • 4
  • 9