The __________ in the Keyword Driven Testing Framework contains the steps to be executed and their corresponding keywords.
- Action Table
- Keyword Repository
- Step Definition Repository
- Test Case Repository
In the Keyword Driven Testing Framework, the Action Table (or Keyword Table) contains the steps to be executed and their corresponding keywords. This table guides the automation tool on how to interact with the application under test. Test cases are defined in terms of high-level keywords, making it easier for testers with minimal programming knowledge to create and maintain test scripts.
Loading...
Related Quiz
- What is the main advantage of using a framework like TestNG in automation testing?
- Which factor is most crucial in determining the success of an automation testing project?
- The concept of ________ risk is crucial in deciding whether to automate certain tests, considering their complexity and impact.
- How does JavaScript's event-driven model impact the automation of web application testing?
- The scripting language _______ is known for its robustness in automation testing of web applications.