Using Instruments to test an iOS app without having source code to the application

旧城冷巷雨未停 提交于 2019-11-28 04:58:40

问题


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?

Thanks.


回答1:


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



来源:https://stackoverflow.com/questions/12045621/using-instruments-to-test-an-ios-app-without-having-source-code-to-the-applicati

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!