A website consists of only the Birth date field.The date and month field are combo box, but the year field is a text box. How many test cases can be written for this scenario. Can u send me on this id. write2david@rediffmail.com

Showing Answers 1 - 6 of 6 Answers

ramesh

  • Jun 27th, 2006
 

Test case 1:

verify that the Date list consists all the No's from 1 to 31 and the focussed date in the list is selected.

Test case 2:

Verify that the Momth list consists all the No's from 1 to 12 and focussed month in the list is selected.

Test case 3:

Verify that the Yesr text field accepts Valid input .

Test case 4:

Verify that year text field does not accept Invalid input.

  Was this answer useful?  Yes

Shraddha Bansal

  • Aug 21st, 2006
 

1. date of Birth value should not be greater than the Current Value.

  Was this answer useful?  Yes

Shraddha

  • Aug 21st, 2006
 

1. Most Importat

  date of Birth should not be greater than the Current date.

  Was this answer useful?  Yes

Test Case for Birth date field


Month :
1.Check whether we are clicking the Month Combo Box it displays all the months of a year.
2.Verify it be validated when it fails to display all the months of a year
3.Check whether if you select any month it is shown
4.Check it in not display then it is a null it is not accepted

Date:
1.Check it displays all the date of the month
2.Check it displays the date based upon the month it is selected

Year:
1.Check whether it cannot accept null value
2.Check whether it cannot be the current system date 
3.Check whether it cannot be greater then current system date
4.Check whether it can accept only numeric value 
5.Check whether it accept only 4 characters 
6.Verify it cannot accept more than 4 characters
7.Check whether it cannot be less than 4 characters



  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions