________ is a technique used to identify test cases that examine the boundaries of input ranges.

  • Boundary Value Analysis
  • Decision Table Testing
  • Equivalence Partitioning
  • State Transition Testing
Boundary Value Analysis is a technique used to identify test cases that examine the boundaries of input ranges. This helps ensure that the application handles inputs at the edge conditions effectively.
Add your answer
Loading...

Leave a comment

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