The __________ framework in automation testing helps in separating the test script logic from the test data.

  • Behavior-Driven
  • Data-Driven
  • Hybrid
  • Keyword-Driven
The Data-Driven framework in automation testing is designed to separate the test script logic from the test data. This allows testers to use different sets of test data without modifying the underlying test script. The framework retrieves test data from external sources, such as spreadsheets or databases, and applies it to the test script during execution. This separation enhances reusability and maintainability of test scripts.
Add your answer
Loading...

Leave a comment

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