Which API is used to write test scripts that help in exercising the application's user interface elements?
Answer / maanya
. UI Automation API is used to automate test procedures. Tests scripts are written in JavaScript to the UI Automation API. This in turn simulates user interaction with the application and returns log information to the host computer.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is nonatomic in ios?
Explain which all events will perform an ios application in background
Why do all model object attributes get marked with @dynamic and not synthesised? What does @dynamic mean?
How many bytes we can send to apple push notification server?
What is meant by delegate in ios?
Explain the difference between frame and bounds?
Why do we override drawrect: method?
Explain me how to parse xml?
What is view object in ios?
What are lifecycle events of uiviewcontroller?
Compare and contrast the different ways of achieving concurrency in os x and ios.
What’s the difference between an “app id” and a “bundle id” and what is each used for?