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 all Possible (+ve and -ve) Test Cases for a Date
Object (DD/MM/YYYY) which is entered manually?

Answer Posted / ch.s.m.prasad,kkd

(DD/MM/YYYY)

POSITIVE TEST CASES:

enter the valid date ,month, year

NEGITIVE TEST CASES

enter the invalid date and valid month and valid year
enter the valid date and valid month and invalid year
enter the valid date and invalid month and valid year
enter the valid date and invalid month and invalid year
enter the invalid date and invalid month and invalid year
enter the invalid date and valid month and invalid year
enter the invalid blank space and valid month invalid
blanck space
enter the invalid blank space and invalid blank space and
invalid blank space
enter the zeros in date and invalid blank space and zeros
in year....................... like that

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can one defect be mapped to more than one test script in manual testing

2506


Can some body help to write possible test cases for a credit card at POS (point of sale)

2847


Write the test case for a login page?

1200


Write a test case for telephone?

1154


Do you know mutation testing?

1230


Explain the exactly meaning of test case?

1179


how to write test cases for online restaurant table booking system?

11012


Explain the component testing?

1226


Explain the smoke testing?

1158


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.

2285


What is the syntax testing?

1171


write test case for pen cap if it is not present?

2558


How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..

16527


write a test case for telephone billing ?

4492


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

1447