Scenario: A travel booking application has a date of birth field that accepts inputs from users. The date of birth must fall between 18 to 100 years ago from the current date. Which testing technique would you use to ensure this field's accuracy?

  • Age Range Testing
  • Decision Table Testing
  • Equivalence Partitioning
  • Positive Testing
Age Range Testing is suitable for ensuring the accuracy of the date of birth field. It involves testing scenarios within specified age ranges, addressing the requirement that the date of birth must fall between 18 to 100 years ago from the current date.
Add your answer
Loading...

Leave a comment

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