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...


What are the diff ways to check a date field in a website?

Answers were Sorted based on User's Feedback



What are the diff ways to check a date field in a website?..

Answer / mr. gandhi

a) Leap Year
b) Non Leap Year
c) Editable Date: Day part should not be greater than 31
days & month not greater than 12
d) Date Foramt
e) Previous & Future dates
f) System date & Blank date

Is This Answer Correct ?    6 Yes 1 No

What are the diff ways to check a date field in a website?..

Answer / sm

When we are identifying the date field in a website we need
to concentrate on the positive and negative test cases

Validation on Year,Month,Date
Validations on date range
Validations on format of the date system accepting
Validations On Min and Max date range

Is This Answer Correct ?    6 Yes 1 No

What are the diff ways to check a date field in a website?..

Answer / naresh

Here are some
1) 00/00/0000 ---> invalid
2) 11/11/2006 ---> valid
3) 32/12/2003 ---> invalid
4) 12/13/2006 ---> invalid

Is This Answer Correct ?    2 Yes 1 No

What are the diff ways to check a date field in a website?..

Answer / archana

Also check for the leap year

check for the valid and invalid number of days in each
month if there is no date picker or calender provided.

For eg: enter 30/02/2007

Is This Answer Correct ?    2 Yes 1 No

What are the diff ways to check a date field in a website?..

Answer / babitha

addition to try to enter 29 for feb month if the year is
not a leap year...i.e dd/m/year as 29/02/2007.this time we
would get error message.

display of date should based on the selection format.

Is This Answer Correct ?    2 Yes 2 No

What are the diff ways to check a date field in a website?..

Answer / sss

for date filed we need to write test cases for following
conditions

*Date should be default sys date if required.

*it should accept mm/dd/yyyy format

*mm should ragne from 1-12 value less than 1 and >= 13 are
invalid

*dd should range from 1-31 value less than 1 and >=32
invalid

*simillarly year should be calculated correctly

*leap year validation should work correctly

Is This Answer Correct ?    0 Yes 1 No

What are the diff ways to check a date field in a website?..

Answer / balaram

The date field we can check in different ways

Possitive testing:
first we enter the date in given format

Negative Testing:
We enter the date in invalid format
LIKE:
suppose if we enter date like 30/02/2006 dd-mm-yy it should
"Display some error message"

If we enter date LIKE mm-dd-yy, ( -dd-yy), (mm- -yy), (mm-
dd- ), if mandatory of the field ( - - ). format
and also we use to check with text data

"It should display warning mesg"

Is This Answer Correct ?    0 Yes 2 No

What are the diff ways to check a date field in a website?..

Answer / shivanibehere

There are different ways like :--
1) you can check the field width for minimum and maximum.
2) If that field only take the Numeric Value then check
it'll only take Numeric no other type.
3) If it takes the date or time then check for other.
4) Same way like Numeric you can check it for the
Character,Alpha Numeric aand all.
5) And the most Important if you click and hit the enter
key then some time pag e may give the error of javascript,
that is the big fault on the page .
6) Check the field for the Null value ..
ETC.....................

Is This Answer Correct ?    0 Yes 4 No

What are the diff ways to check a date field in a website?..

Answer / suneel reddy

The date field we can check in different ways
Possitive testing: first we enter the date in given format

Negative Testing: We enter the date in invalid format
suppose if we enter date like 30/02/2006 it should
display some error message
and also we use to check the numeric or text

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Manual Testing Interview Questions

6. What do you dislike about each of the Web sites?

0 Answers  


difference between change management and configuration management

0 Answers  


Can u tell Bug Report Tool

5 Answers  


Equivalence testing divides the input domain into classes of data from which test cases can be derived to reduce the total number of test cases that must be developed. is it.explain equivalence testing

1 Answers  


How will you transfer file from remote server to your machine if ftp is disable

2 Answers   Persistent,


what is traceability matrix?is it mapping b/w the user requirements and prepared test cases?but i want a detailed explanation?

1 Answers  


what kind of document are follow to write test case ??can u tell me briefly

3 Answers  


If I have written the test cases for Login window . If one new field is added to login window then steps of test case changed in the next build. my question is that should I make change in the steps of previous test case or write another test case with new steps?

1 Answers  


What are tools of performance testing?

0 Answers  


What is test methodology?

3 Answers  


what is sanity testing and smoke testing?

3 Answers   Crea,


Can you please explain about the erp project

0 Answers   IBM,


Categories