______ is a feature that comes handy when AUT contains custom controls
Regular Expressions
Error Recovery
Reusability
Extensibility
______ is the automation technology used to interact with Silverlight controls
MSHTML
DOM
UIA
MAUI
Arrange the following features in the descending order or priority when choosing a test automation tool 1. Object Identification 2. Scope for Reusing assets 3. Error Recovery 4. Graphical verification
1, 2, 3, 4
4, 2, 1, 3
3, 4, 1, 2
4, 3, 2, 1
When should one start automating testing
In parallel with application development
After at least one cycle of manual testing is done
After the AUT is moved to production
As soon as the manual testers are free
Which type of test cases are ideal for automation
Build Verification Test cases (BVT)
Regression Test cases
Usability Test cases
BVT and Regression
Regression and Usability
________ is a free tool for User Interface Automation testing
Visual Studio Coded UI Test
QTP
Rational Functional Tester
Selenium
Object synchronization is
Synchronization between the objects on the UI
Waiting for the state of the AUT to synch with Automation script
The process of AUT fetching data from the Database
The time by the AUT to authenticate the user
How does an automation tool identify a control uniquely when the Automation ID is same for two controls
By using a different property instead of Automation ID
By using a combination of properties with which a control can be found uniquely
Test Automation tools cannot tackle such situations
Automation does not help in such situations
A Test automation tool identifies the controls using
The X,Y position of the control on the UI
An algorithm that is not exposed to the user
The identification properties from the GUI map
The relative position of the control with respect to the parent window
The following is a Microsoft internal automation tool
Coded UI Test
Both MAUI and QTP