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
can one defect be mapped to more than one test script in manual testing
Can some body help to write possible test cases for a credit card at POS (point of sale)
Write the test case for a login page?
Write a test case for telephone?
Do you know mutation testing?
Explain the exactly meaning of test case?
how to write test cases for online restaurant table booking system?
Explain the component testing?
Explain the smoke testing?
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.
What is the syntax testing?
write test case for pen cap if it is not present?
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..
write a test case for telephone billing ?
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?