Intermediate
Software Testing & QA
Q62 / 100
What is "data-driven testing"?
Correct! Well done.
Incorrect.
The correct answer is A) A testing approach where test logic is separated from test data, allowing the same test script to run with multiple sets of input/output data
A
Correct Answer
A testing approach where test logic is separated from test data, allowing the same test script to run with multiple sets of input/output data
Explanation
Data-driven testing externalizes test inputs and expected outputs (e.g. in a spreadsheet or file), enabling broad coverage with minimal script duplication.
Progress
62/100