While testing an API for a booking system, how would you apply Boundary Value Analysis to test the system's handling of reservation dates and capacities?

  • Maximum date
  • Minimum date
  • One day after the maximum date
  • One day before the minimum date
Boundary Value Analysis for reservation dates involves testing at the minimum and maximum date boundaries. For capacities, testing just below and above the limits is essential. In this case, testing the minimum date and maximum date ensures proper handling of reservation dates.
Add your answer
Loading...

Leave a comment

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