有没有一种工具可以在不越狱的情况下自动进行 iPhone 测试? (UI 自动化除外)

发布于 2024-10-02 09:42:11 字数 195 浏览 0 评论 0原文

有没有一款工具可以在不越狱的情况下对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

动次打次papapa 2024-10-09 09:42:12

其他选项包括 AppiumCalabash 弗兰克西葫芦

Other options include Appium, Calabash, Frank, and Zucchini.

执手闯天涯 2024-10-09 09:42:12

如果您有代码,则可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文