Multiple choice technology testing

If the Global Data sheet contains no data and the Local Datasheet contains two rows of data, how many times will the test iterate?

  1. 1

  2. 2

  3. 3

  4. 5

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

When the Global Data sheet is empty, QTP/UFT runs the test only once regardless of how many rows exist in the Local Data sheet. The test iteration count is determined by the Global sheet, which has zero rows in this case. Local data sheet iterations are per-action and don't affect the overall test iteration count when Global is empty.