Multiple choice technology testing

creation of interacting test scripts together with their related data results in a framework used for the methodology

  1. code-driven testing

  2. Event - driven Testing

  3. Data-driven testing

  4. Key - driven Testing

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

Data-driven testing framework involves creating test scripts that operate on different sets of input data and expected results, stored externally. The same test script can be executed multiple times with different data combinations, maximizing test coverage with minimal script maintenance. Code-driven testing focuses on script logic, while key-driven testing uses data tables for step-by-step execution.