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

后端 未结 1 936
礼貌的吻别
礼貌的吻别 2020-12-19 13:45

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 th

相关标签:
1条回答
  • 2020-12-19 14:32

    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

    0 讨论(0)
提交回复
热议问题