有没有用于测试本机 iPhone 应用程序的功能自动化工具?
我一直参与做Web自动化和Android自动化测试。目前我们正在寻找任何 iPhone 功能测试工具,它将帮助我们减少回归测试的时间。我们正在寻找像 Selenium 或 Robotium 这样的开源工具,其中测试用例更容易编写和实现。
I have been involved in doing web automation and Android automation testing. Currently we are looking for any iPhone functional testing tool which will help us to reduce the number of hours for regression testing. We are looking for an open source tool like Selenium or Robotium, where test cases are easier to write and implement.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您等到 iOS 5 发布,我相信您会在 Instruments 中找到一个可以满足您需求的组件。
If you wait until iOS 5 is released, I am sure you will find a component in Instruments that will do just what you want.
非开源选项可以是来自 experitest 的 SeeTest。它支持 Android 和 iOS。
Non open source option could be SeeTest from experitest. It support both Android and iOS.
如今,有许多项目可以对本机应用程序(包括 iPhone)进行自动化测试。这两个是我在 github 搜索中首先看到的。
https://github.com/TestingWithFrank/Frank
https://github.com/ios-driver/ios-driver
我记得一定还有更多,但我不记得它们的名字
These days there are a number of projects to automate testing for native applications, including iphones. These two are the ones i see first on github searches.
https://github.com/TestingWithFrank/Frank
https://github.com/ios-driver/ios-driver
I remember there must be more but i do not recall their names