ios-ui-automation
UIAutomation second view ios
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[详细]
2023-04-12 13:07 分类:问答Can't get value of UIAStaticText?
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[详细]
2023-04-11 17:00 分类:问答Can't grab my scrollView from javascript using UIAutomation
I can\'t seem to create a reference to my scrollView. I\'m trying to test the login page of an iOS application.[详细]
2023-04-11 08:02 分类:问答Can FoneMonkey be used for testing preinstalled apps or apps for which we dont have source code?
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.[详细]
2023-04-08 17:56 分类:问答How does #import work in iOS' UI Automation?
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.[详细]
2023-04-06 20:14 分类:问答How to control the app flow with UIAutomatoin's javascript(iOS)?
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)[详细]
2023-04-05 13:40 分类:问答UIAPickerWheel not working
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.[详细]
2023-04-03 20:19 分类:问答Best Resources for UIAutomation Testing for iOS Applications [closed]
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.[详细]
2023-04-03 05:49 分类:问答What is the syntax to delete a cell using the UI Automation instrument?
I am working on a UI Automation script to test a page in my application tha开发者_开发问答t contains many cells.[详细]
2023-04-02 00:36 分类:问答Is there a UI Exerciser for iOS like Monkey on Android?
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[详细]
2023-03-28 00:03 分类:问答