Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


write the test cases for date month and year field by using
testing techniques

Answers were Sorted based on User's Feedback



write the test cases for date month and year field by using testing techniques..

Answer / rituparna

Requirement : Only numbers are accepted in this forma.

1.It should be in the dd/mm/yyyy format or mm/dd/yyyy
format.
2.It shoudl not accept any special characters other than -
& /.
3.Date fields should not accept any alphabets,special
characters,space,decimals or their combination.
4.Same applied for month field and year field.
5."32" should not be accepted in Date field.
6."13" should not be accepted in Month field.
7.In case of Leap year February should show 29 days.
8.Date & month should accept only two characters.
9.Year should accept only four characters.

Is This Answer Correct ?    161 Yes 15 No

write the test cases for date month and year field by using testing techniques..

Answer / sri hariprasad.d

test cases for the date month and year?
1)check whether the date frmat is in dd-mm-yy (or)yy-mm-dd
2)check the date&month length should not exceed 2 digits.
3)check the year field lenth will not exceed 4 digit.
4)check the three field(dd,mm,yy) are seperated with
separters or not.
5)check the date field shuld be below in 31st only.
6)check the month field should below equal to 12 only.
7)if leap year it should accept feb 29 for last day

Is This Answer Correct ?    19 Yes 3 No

write the test cases for date month and year field by using testing techniques..

Answer / ajay

1. Use date picker to avoid more validations
2. Put text box of picker as read-only so we can avoid test
cases like "Date fields should not accept any
alphabets,special characters,space,decimals or their
combination."

Is This Answer Correct ?    16 Yes 9 No

write the test cases for date month and year field by using testing techniques..

Answer / rashmi garg

few more test cases are also possible:
1. No field should be blank or zero value
2. Maximum value of date field can be 28 or 29 (for feb
depending on leap year) and 30 or 31 (for all other months
depending upon month number)

Is This Answer Correct ?    15 Yes 10 No

write the test cases for date month and year field by using testing techniques..

Answer / sudeepthz

I don't agree with Sharmila bcz what she mentioned is that
should not be in position to enter date (LESS) I think it
should be greater. Thought its wrong, for Ex the DOB field
for the Election ID card and there are so many people who
are above 100 years of age. We should be stick to the
Requirement document and the type of the application we are
testing.

Is This Answer Correct ?    10 Yes 5 No

write the test cases for date month and year field by using testing techniques..

Answer / venkat

I agree with Rituparna.
Along with that before checking the dates, first you have
to check year. It should be 4 digits and it should not
exceed 9999.
After that you should check the month which should accept
Jan or 01 to Dec or 12. It should not accept 00 or 13.

Basing on the month the no.of days will vary. So check the
month and accept the no.of days(i.e 30 or 31) in the days
field.
If it is Feb, then we have to concentrate first on year and
then on no.of days.



Venkat.

Is This Answer Correct ?    9 Yes 5 No

write the test cases for date month and year field by using testing techniques..

Answer / pran

yeah what they mentioned above is correct and another one is
it shouldn't accept the future date.

Is This Answer Correct ?    18 Yes 16 No

write the test cases for date month and year field by using testing techniques..

Answer / priyanka agrawal

First,We have to define the date format i.e. dd/mm/yyyy or
mm/dd/yyyy
Then accordingly we will verify.
mm field should not accept value greater than 12.
dd field should not accept value greater than 30/31 or
28/29(feb).
Year field should not accept value more/less than 4 digits.

Is This Answer Correct ?    2 Yes 1 No

write the test cases for date month and year field by using testing techniques..

Answer / mahesh

negative cases are missing
some times we enter dob manually also
1123/21/22
yyyy/mm/dd

Is This Answer Correct ?    3 Yes 2 No

write the test cases for date month and year field by using testing techniques..

Answer / anand

Hi Sharmila

what u said is the test case for how many years a human
being can live?



if date of birth is considerd as
date filed, then one should not be in a position to enter
date less than 100 years as the life span of man does not
cross 100 years in this generation.

But According to the above test case, it indicates Th e
minimum age of human being is 100 years.

Is This Answer Correct ?    9 Yes 9 No

Post New Answer

More Test Cases Interview Questions

how to write test case for Add, Delete,Update,search and Edit button. Please its urgent.Could anybody help me as soon as possible

2 Answers  


write test cases for test cases...?

9 Answers   TCS,


What are basic types of test cases?

0 Answers  


How to write test case for this scenario. The system shall allow the user to select an option to sort the results by the city of the family contact

1 Answers  


Can test case contains more than 50 steps in single test case?

4 Answers  


write a test case for car

2 Answers   Impact Systems,


How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable

1 Answers   ISTQB,


Do we have to write the seperate test cases for System testing and UAT testing? And also what are the roles and reponsibilities of a tester/how to interact when End users are performing the UAT Testing.

0 Answers  


Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation

0 Answers  


Explain the glass box testing?

0 Answers  


How to write test scenarios for a Web application, with an example?

3 Answers   Deloitte, LiveTech, TCS,


Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.

0 Answers  


Categories