Multiple choice technology testing

What is the default setting for datatable iterations under Test Settings>Run

  1. Run one iteration only

  2. Run on all rows

  3. Run between rows

  4. None

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

The default setting in Test Settings>Run for datatable iterations is 'Run on all rows'. This means the test will iterate through every row in the data table, executing the test once per row. This is data-driven testing where each row represents a test case with different input values.

AI explanation

By default, QTP/UFT's Test Settings under the Run tab is configured to run the entire test once for every row in the data table, iterating through all the data rows automatically. This default supports data-driven testing out of the box without needing to manually configure iteration ranges.