Tag: testing

Questions Related to testing

  1. Regular Expressions

  2. Error Recovery

  3. Reusability

  4. Extensibility


Correct Option: D

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. 1, 2, 3, 4

  2. 4, 2, 1, 3

  3. 3, 4, 1, 2

  4. 4, 3, 2, 1


Correct Option: A
  1. In parallel with application development

  2. After at least one cycle of manual testing is done

  3. After the AUT is moved to production

  4. As soon as the manual testers are free


Correct Option: B

Which type of test cases are ideal for automation

  1. Build Verification Test cases (BVT)

  2. Regression Test cases

  3. Usability Test cases

  4. BVT and Regression

  5. Regression and Usability


Correct Option: D
  1. Visual Studio Coded UI Test

  2. QTP

  3. Rational Functional Tester

  4. Selenium


Correct Option: D

Object synchronization is

  1. Synchronization between the objects on the UI

  2. Waiting for the state of the AUT to synch with Automation script

  3. The process of AUT fetching data from the Database

  4. The time by the AUT to authenticate the user


Correct Option: B

How does an automation tool identify a control uniquely when the Automation ID is same for two controls

  1. By using a different property instead of Automation ID

  2. By using a combination of properties with which a control can be found uniquely

  3. Test Automation tools cannot tackle such situations

  4. Automation does not help in such situations


Correct Option: B

A Test automation tool identifies the controls using

  1. The X,Y position of the control on the UI

  2. An algorithm that is not exposed to the user

  3. The identification properties from the GUI map

  4. The relative position of the control with respect to the parent window


Correct Option: C
  1. MAUI

  2. Coded UI Test

  3. QTP

  4. Both MAUI and QTP


Correct Option: A