Multiple choice technology testing

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

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Object Identification is the most critical feature because scripts cannot run without locating UI elements. Asset reusability lowers maintenance overhead, and error recovery ensures unattended test execution. Graphical verification is the least critical due to its susceptibility to minor UI changes.