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

Retrieving a specific cell value from a QTP/UFT DataTable requires identifying the column name and the sheet where the table resides, along with pointing to the correct row index using methods like SetCurrentRow. Since all three conditions are necessary, the option selecting all of them is correct.