在没有应用程序源代码的情况下使用 Instruments 测试 iOS 应用程序

编程入门 行业动态 更新时间:2024-10-21 23:05:32
本文介绍了在没有应用程序源代码的情况下使用 Instruments 测试 iOS 应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想通过 Xcode 中的 Instruments 使用 UIAutomation 在我的 iOS 设备上测试应用程序.是否可以在无需构建源代码的情况下这样做?这样做的原因是我们的团队将有测试人员编写自动化脚本来测试我们设备上的应用程序,但我们不希望他们都通过同步到最新版本并通过 Xcode 编译它.有谁知道这是否可以通过 UIAutomation 或可能通过 3rd 方应用程序实现?

I would like to use UIAutomation via Instruments in Xcode to test an app on my iOS device. Is it possible to do so without having to build the source code? The reason for this is that our team will have testers who will be writing automation scripts to test the apps on our devices, but we don't want them to all go through syncing to latest builds and compiling it through Xcode. Does anyone know if this is possible through UIAutomation or possibly through a 3rd party application?

谢谢.

推荐答案

你可以在没有源代码的情况下进行 UIAutomation 测试,但是你不会看到你的符号,你也看不到你的代码挂在哪里.

You could make UIAutomation tests without the source code, but you will not see your symbols and you cant see where in your code your app is hanging.

您仍然可以查看是否有需要很长时间才能运行的例程,但您将无法看到女巫或调用堆栈

You still can see if there is a routine that is taking to long to run, but you wont e able to see witch one or the call stack

要在没有源代码的情况下进行测试,只需打开自动机并将测试与设备上安装的应用程序绑定

to make your tests without the source code just open the automator and bind your test with an application installed on the device

更多推荐

在没有应用程序源代码的情况下使用 Instruments 测试 iOS 应用程序

本文发布于:2023-11-08 20:35:33,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1570391.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   源代码   情况下   测试   iOS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!