Tagged Questions
2
votes
0answers
53 views
IOS UIAutomation error
When I try to run the UIAutomation script on IOS 5 devices I am getting an following error
"An error occurred while trying to run the script."
Same script is running perfectly for simulator or IOS ...
0
votes
0answers
19 views
UIAutomation: After a view is changed, the new view still has the previous properties
While using uiautomation I am performing a series of tests (using ios 5). I am using tuneup_js library.
View hierarchy:
UITabViewController (T)
UINavigationViewController (R -> A -> B)
other ...
1
vote
0answers
30 views
how to check the UIAlertview existence on some operation in iPhone UIautomation java script
I am writing a java script to do UIAutomation of an iPhone application.
I want to check 2 scenarios at a button hit event:
to check whether it is showing a alert view on the hit of this button.
if ...
0
votes
0answers
640 views
Is there any update on UIAutomation in iOS5? [closed]
Is there any interesting update in UIAutomation on iOS5 ? Like so many iOS unit testers, I am waiting for Automating test script selection and stopping the script after test run. Any updates on this ?
...