_________ is a key strategy in API testing that involves dividing input data into various partitions to reduce the number of test cases.

  • Boundary Value Analysis
  • Equivalence Partitioning
  • Negative Testing
  • Positive Testing
Boundary Value Analysis is a testing technique that involves selecting test cases at the boundaries of input partitions. It helps identify potential errors at the edges of input ranges, leading to more comprehensive testing.
Add your answer
Loading...

Leave a comment

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