auto test tools for mobile applications (移动应用的自动化测试工具)
访问量: 3676
basically, appium or robotium is our choice ( perhaps, I am not sure)
copied from: http://www.linkedin.com/groups/What-mobile-automation-tool-would-86204.S.192414075
Felipe Knorr Kuhn • Hi Aidan, it all depends on what platform(s) you want to work with, but I strongly recommend studying and helping open source tools.
If you are into iOS, there's Appium [1] (which implements the WebDriver protocol for native apps), Frank [2], Calabash [3] and others.
If you are into Windows 8 tablets and WinJS apps, there's RainbowDriver [4].
For Android, I can think of Robotium [5] and Calabash.
If they don't do what you want, you can always try to extend them or request new features.
[1] https://github.com/hugs/appium
[2] http://testingwithfrank.com/
[3] http://calaba.sh/
[4] https://github.com/rainbowdriver
[5] http://code.google.com/p/robotium/