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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *