Multiple choice technology testing

To retrieve a value from datatable, what are required?

  1. column/parameter name

  2. sheet name

  3. Setting the desired row as current row

  4. All the above

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

To retrieve a value from the DataTable in QTP/UFT, you need all three elements: the column/parameter name, the sheet name (global or specific action sheet), and the current row must be set as active. Without any of these, the value cannot be uniquely identified and retrieved.