Multiple choice technology testing

The method added to the test while Parameterizing is

  1. get Data (variable, dtGlobalSheet)

  2. get DataTable(variable, dtGlobalSheet)

  3. Set Data(variable, dtGlobalSheet)

  4. Set DataTable(variable, dtGlobalSheet)

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

In QTP/UFT, Set DataTable(variable, dtGlobalSheet) assigns values from the data table to test parameters during data-driven testing. This method reads the specified column from the global data sheet and applies it to the named variable, enabling test iteration with multiple datasets.