Scenario: An online shopping website allows customers to enter a quantity for the items they wish to purchase. The quantity must be between 1 to 10. Which testing technique would help ensure the accuracy of this input field?

  • Boundary Value Analysis
  • Decision Table Testing
  • Equivalence Partitioning
  • Negative Testing
Boundary Value Analysis is applicable here, focusing on testing values at the edge of the specified range (1 to 10). This helps identify potential issues with the minimum and maximum allowed quantities, ensuring the accuracy of the input field.
Add your answer
Loading...

Leave a comment

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