Multiple choice technology testing

The feature of selecting different values of test data at run-time is called

  1. Synchronisation

  2. Paramerization

  3. Smart identification

  4. Transaction

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

Parameterization is the feature of selecting different test data values at run-time. It allows tests to use data-driven inputs from external sources (data tables, Excel, databases) instead of hardcoded values, enabling the same test to run with multiple data sets.