Which black-box testing technique is based on deriving the test cases from the system requirements?

  • Boundary Value Analysis
  • Equivalence Partitioning
  • Requirement-based Testing
  • State Transition
Requirement-based Testing, as the name implies, involves designing test cases directly based on the system requirements. It ensures that the software system meets and conforms to the specified requirements, making certain that all functionalities are tested as intended.
Add your answer
Loading...

Leave a comment

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