What is the Keyword-Driven Testing technique?

Software Quality Assurance Questions



80 Short 74 Medium 48 Long Answer Questions Question Index

What is the Keyword-Driven Testing technique?

Keyword-Driven Testing is a software testing technique that involves the creation of test scripts using keywords or action words. These keywords represent specific actions or operations that need to be performed during the testing process. The test scripts are written in a tabular format, where each row represents a test case and each column represents a keyword or action. This technique allows for the separation of test logic from test data, making it easier to maintain and update test scripts. It also enables non-technical testers to create and execute tests by simply selecting the appropriate keywords.