Scenario: A banking software is under development. The account balance input field accepts values ranging from 0 to 10000. Which testing technique would be best to identify defects related to this input field?

  • Boundary Value Analysis
  • Decision Table Testing
  • Equivalence Partitioning
  • State Transition Testing
Boundary Value Analysis is the ideal technique here as it focuses on testing values at the edge or boundary of valid input ranges. This helps identify potential defects around the specified limits, such as 0 and 10000 in this case.
Add your answer
Loading...

Leave a comment

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