Hi, I\'m trying to use UIAutomation for my application. I am able to test the first page of my application. Now mine is a navigation based application, I tested the edit buttons for the tableview. Whe
I\'m trying to access the value() of a UIAStaticText (a UILabel in the objective C code) JavaScript object. I can set the value just fine using setValue() and I can confirm that the simulator updates
I can\'t seem to create a reference to my scrollView. I\'m trying to test the login page of an iOS application.
Can we use fonemonkey to test preinstalled apps in iphone. if so, can you guide me. or If it is possible to test an app for which i dont开发者_运维知识库 have sourcecode, pls guide me.
I\'m making a small test framework that uses the JavaScript module pattern for UI Automation testing on iOS. However, I seem to be getting odd results based on #import and extending modules.
Recently, I need to do some stress test on my iOS app. I found unit-test is only for some code level or small module level test.(Maybe I\'m wrong, but this is what I understand it by now)
I have been struggling with UIAPickerWheel in UIAutomation to test UIDatePicker.It\'s a date picker开发者_JS百科 consisting of Month, Day and Year wheels.Here is my code.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am working on a UI Automation script to test a page in my application tha开发者_开发问答t contains many cells.
I\'m looking for a development tool that will allow me to send randomly generated user inputs (touches, hardkeys, gestures) to an iOS device开发者_JAVA百科s (not simulator) like Monkey on Android. The