ios-ui-automation
uiautomation - Tapping custom view doesn't work
I am trying to automate some tests of my ipad application. I have a scrollview which contains a custom view.[详细]
2023-02-19 06:03 分类:问答iOS/UI Automation: UIAActionSheet does not have possibilities to manipulate with buttons
My question is related to UI Automation template from XCode\'s Instruments tool. How does UI Automation support开发者_如何学C UIActionSheet testing? I know that there is a UIAActionSheet element and I[详细]
2023-02-15 16:42 分类:问答Verifying the existence of a button object using Javascript, in Xcode UIAutomation and Instruments
For the quality testing of our project on iOS 4.2, we are working with UIAutomation though Instruments in Xcode 3.x. We are writing our scripts in Javascript. I am new to Javascript, and have found th[详细]
2023-02-14 09:37 分类:问答Parse error when running script in Automation Instrument Ipad
I am trying to use Automation Instrument on Ipad. But I keep getting the following erro开发者_JAVA技巧r for my javascript:[详细]
2023-02-13 07:27 分类:问答How to access the element of second page in UI automation (iPhone)?
My app has a main screen where i have button to go to login scre开发者_StackOverflowen. On pressing login button it goes to second screen which is login screen.[详细]
2023-02-10 18:48 分类:问答How can I simulate a swipe gesture programmatically?
I\'m currently trying to write some acceptance tests for our new iOS application using frank (and in turn UISpec).Whilst the framework supports touches as a basic way to interact with views, it doesn\[详细]
2023-02-10 18:12 分类:问答Iphone UI Automation
HI, Using the new UIAutomation API one can automate UI in an app, my question is can it be done f开发者_C百科or an inbuilt app as well or to be more precise can one finish/end the voicecall or send an[详细]
2023-02-07 11:19 分类:问答how can I improve iPhone UI Automation?
I was googling a lot in order to find a solution for my problems with UI Automation. I found a post that nice summarizes the issues:[详细]
2023-02-06 16:39 分类:问答Why is it the button in my view cant be seen by UIAutomation?
i am able to see the view but im unable to see/tap the button inside it. The button has a accessibility label of UIA_loginview_loginbutton with accesibility enabled. why is it not showing on logElemen[详细]
2023-02-04 04:07 分类:问答When testing an iPhone application, is it enough to just use the Leaks instrument?
I am about to finish my first iPhone application, and I\'m am wondering if there are a set of steps that are used to check the开发者_开发百科 app for memory leaks, performance, etc.?[详细]
2023-01-29 10:29 分类:问答