For APIs that accept date inputs, Boundary Value Analysis should include testing the _________ and _________ possible dates.

  • Current and Future
  • First and Last
  • Initial and Final
  • Past and Present
When testing APIs that accept date inputs, it's crucial to include the testing of the first (earliest) and last (latest) possible dates. This ensures that the API handles date boundaries accurately and can prevent issues related to date input validation.
Add your answer
Loading...

Leave a comment

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