有没有一种工具可以在不越狱的情况下自动进行 iPhone 测试? (UI 自动化除外)
有没有一款工具可以在不越狱的情况下对 iPhone 进行功能和回归测试? 我曾使用过 UI Automation (ios4),但它并不广泛。 DA、Perfecto 位置偏远、速度慢,而且成本太高。
Squish、Fonemonkey、UISpec 需要将应用程序代码与工具集成,当我只有应用程序文件时,这又是不可行的。 那么有没有办法解决这个问题呢?
Is there a tool to perform functional and regression test on iPhone without jailbreaking it ?
I have worked with UI Automation (ios4) but it is not extensive. DA, Perfecto are remote and slow, plus too costly.
Squish, Fonemonkey, UISpec needs the app code to be integrated with tool which is again not feasible when i have only the app file.
So is there a way to sort this out ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
其他选项包括 Appium、Calabash 、弗兰克 和 西葫芦。
Other options include Appium, Calabash, Frank, and Zucchini.
如果您有代码,则可以使用 Xcode Instrumant 进行所有类型的测试。
如果您没有任何代码,那么您可以使用构建文件和配置证书将其安装在您的 iPhone 设备中。
出于所有测试目的,我总是更喜欢设备测试而不是依赖第三方工具。
If you have the code then you can test it with Xcode Instrumant for all kind of testing.
If you don't have any code then you can use both build file and provisioning certificate to install it in your iPhone device.
For all testing purpose i always prefer device testing rather than depending upon 3rd party tools.