Chapter 6 – Test Tools
Keyword-Driven Testing – ISTQB Definition
Last Updated: July 12, 2026 · SoftwareTestPilot QA Team
Official ISTQB Definition
A scripting technique that uses data files to contain not only test data and expected results, but also keywords related to the application being tested.
In simple words
Write tests as spreadsheets of keywords ('login', 'add to cart') instead of code — non-coders can maintain them.
Exam tip
Robot Framework and Cucumber are the best-known keyword/BDD tools.
Related terms
- Data-Driven TestingOne test script + a table of inputs and expected outputs = many test runs.
- Behavior-Driven Development (BDD)BDD writes tests as plain-English scenarios so business, devs and QA agree on what the feature should do before code is written.
- Test AutomationLetting tools do the repetitive parts of testing — usually execution, but also data generation and reporting.
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