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 / aditya

For leap year after after 1999 i.e from 2000 .... the year should be divisible by 4 or 400 for leap year ......
And before 2000 i.e 1999 .. For leap year it shpuld be divisible by 4 or 100

Is This Answer Correct ?    1 Yes 1 No

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

Answer / sunny

it doesn't accept Negative(-1) value also.

and when we test for DOB then how we decide that this year
is leap year or not.
or
what are the test cases for leap year.

Is This Answer Correct ?    2 Yes 4 No

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

Answer / sathish kumar

check whether numeric value only accepted in date field.not
accepted any other character in that field.

Is This Answer Correct ?    2 Yes 4 No

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

Answer / dhanasekaran k

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

Is This Answer Correct ?    1 Yes 3 No

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

Answer / nilesh

good Rituparana, Yes have considered all the combinations
for this example

I also aggreed with pran i.e. what if the date is
23-06-9999 is it possible? in case if we use the format
as dd-mm-yyyy

thanks friends

Is This Answer Correct ?    7 Yes 10 No

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

Answer / sharmila

In addition to the above, 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.

Is This Answer Correct ?    3 Yes 6 No

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

Answer / sunny

A year is a leap year if:
- it is divisible by 4, AND
- it is not divisible by 100, unless it is divisible by 400

So:
2004, 2008 are leap years (divisible by 4 but not by 100)
1900, 3000 are not leap years (divisible by 100 but not by 400)
2400, 3200 are leap years (divisble by 400)

An equivalent way to say it is that:
- If it is divisible by 400, it is a leap year.
- If it is divisible by 100 but not by 400, it is NOT a leap
year.
- If it is divisible by 4 but not by 100, it is a leap year.
- If it is not divisible by 4 it is not a leap year.

Is This Answer Correct ?    2 Yes 5 No

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

Answer / bimal

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

we can write test case in a format like dd/mm/year

ex-04/04/2006

or u can try in this manner

ex-april/fourth/2007

or

04/04/06

Is This Answer Correct ?    11 Yes 22 No

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

Answer / mounica

we can write test cases for date month and year as
1 date/month/year
2 date-month-year
examples :
07/12/2007
09-12-2006
date should be 2 characters,year should be 2
characters ,and year should be 4 characters these r the
possible test conditions

Is This Answer Correct ?    7 Yes 22 No

Post New Answer

More Test Cases Interview Questions

If there are 4 buttons New,Edit,Delete & Refresh for Item screen .May I have to write 4 different test cses for each button OR I can perform all operations[Create,Edit,Delete & refresh item] in a single tes case? Please reply as early as possible. It's very urgent to me

10 Answers  


Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com

0 Answers   TCS,


Give Sample of Validation Test Case.

2 Answers  


what is the technology used in financial applications?

0 Answers   ADP,


write case for petrol pump?

9 Answers   Accenture, AppLabs, EPPCO, Satyam,


What are basic types of test cases?

0 Answers  


Write a test case for a chair to check whether it will last for next 10 years and check the quality of the chair and it’s durability.

4 Answers  


how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance

0 Answers  


IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage

1 Answers   ISTQB,


consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

0 Answers  


Sir I m student I mreading sytem testing as my core paper I want to know how I can make Test case for smple Login Form

4 Answers   IBM,


Hi My name is Hari Priya i had completed by b-tech csit 2008 pass out i had joined in testing tools does freshers having good opportunities in testing field? what are the topics to be stressed in the subject to have the good knowledge If any one have good collecton of testing topics can mail me padmajapriyam@gmail.com thank you.

19 Answers  


Categories