Possible Duplicate:
What are some tools for testing Mobile web apps?
I wanted to know if there are any good automated testing tools that can be used to test iOS apps. Looking for some pointers.
-
Have you tried a Google search for "ios test automation tools"?user246– user2462011年10月22日 23:50:47 +00:00Commented Oct 22, 2011 at 23:50
-
There was also some very good answers in the following question: sqa.stackexchange.com/questions/1/…Lyndon Vrooman– Lyndon Vrooman2011年10月23日 02:48:30 +00:00Commented Oct 23, 2011 at 2:48
-
Hi @sahi16, welcome to SQA! Questions that are very broad rarely get useful answers here. If you could provide a bit more context, it's likely that people will be more able to help you - if you're not sure how to do that, read this for some more ideas: sqa.stackexchange.com/questions/how-to-asktesterab– testerab2011年10月23日 18:03:39 +00:00Commented Oct 23, 2011 at 18:03
-
2I don't agree that this is a dupe of "what are some tools for testing mobile web apps". That question is specifically about mobile web apps, this question is about testing iOS apps, which aren't necessarily web apps. You will use different tools to test native apps vs web apps.Pete Hodgson– Pete Hodgson2011年12月03日 23:32:37 +00:00Commented Dec 3, 2011 at 23:32
-
@pete-hodgson Could you suggest some edits to the question that would make that distinction clearer? I'd like to hear why you'd want to use different tools, and what the differences would be. As it stands at the moment, I'd agree with user246's assessment - it's a question better asked of Google rather than SQA. Maybe you could help to improve it?testerab– testerab2011年12月04日 14:09:24 +00:00Commented Dec 4, 2011 at 14:09
3 Answers 3
Check out Frank. It's a tool for writing automated acceptance tests for native iOS applications. Sort of like Selenium for native apps. There are screencasts and presentations on the Frank website that give a good introduction to the tool. Most people today drive it using Cucumber, but recently (Oct 2011) a Java driver called Victor was released.
Full Disclosure: I'm the maintainer of the Frank project :)
-
I like Frank, too. I wrote Victor, the Java front end: github.com/dhemery/victorDale Emery– Dale Emery2011年11月21日 22:47:23 +00:00Commented Nov 21, 2011 at 22:47
Try Fone monkey. Or www.perfectomobile.com
sahi16!
For example, I can reccomend the following one: Froglogic Squish
We use it for testing our Qt Win application and it looks great! Will try it for iOS.