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.
Loading...
Related Quiz
- What strategies can be employed to optimize the test execution process?
- What is the difference between a primary actor and a secondary actor in a use case?
- How do test execution tools contribute to test reporting and analysis?
- Scenario: A team is using Cucumber for BDD in their agile project. During a sprint review, the product owner suggests a change in the login workflow. How can Cucumber aid in implementing this change efficiently?
- What is the significance of including preconditions in a use case description?