SoftwareTestPilot

Chapter 4 – Test Techniques

Data-Driven Testing (Modern) – ISTQB Definition

Last Updated: July 12, 2026 · SoftwareTestPilot QA Team

Official ISTQB Definition

A test design approach where the same test logic runs against multiple sets of input and expected data from an external source.

In simple words

One test script + many rows of data = many test cases.

Exam tip

Parametrized tests in JUnit 5, pytest, and TestNG are the modern DDT primitives.

Related terms

Practice this term in the ISTQB Mock Test

40 CTFL v4.0 questions, 60-minute timer, instant scoring and chapter-wise breakdown.

Practice in Mock Test