In a _______ scripting technique, test scripts are developed using a set of keywords and corresponding functions or methods.
- Data-driven
- Descriptive
- Keyword-driven
- Modular
The keyword-driven scripting technique, also known as table-driven testing, allows test scripts to be developed using predefined keywords, each representing a specific functionality or method. This approach abstracts the coding complexity, making it user-friendly and often used in frameworks to separate test logic from the test scripts.
Loading...
Related Quiz
- Which type of attack tries multiple combinations of credentials to gain unauthorized access and can be detected through security testing?
- Test metrics that measure the effectiveness of the testing process by identifying areas that have been most problematic are known as _______.
- In SDLC, the phase where the actual code gets written is termed as _______.
- When using the _______ approach in incremental integration testing, testing starts from the higher levels of the hierarchy.
- The _______ is responsible for designing, writing, and executing test cases based on system requirements.