Definition
Keyword testing is a testing methodology where test scripts are created using keywords that represent actions or functions to be tested.
Methodology
The methodology involves defining a set of keywords, creating test cases using these keywords, and executing the test cases using a keyword-driven testing tool.
Benefits
Keyword testing simplifies test automation, enhances test case readability, and allows non-technical users to contribute to test creation.