問題描述
我想通過 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 應用程序的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!