Write all Possible (+ve and -ve) Test Cases for a Date
Object (DD/MM/YYYY) which is entered manually?
Answer Posted / homram
if it is alist box
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
ifit is edit box then
same as above testcase and add some more test case
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.
enter alphabetic,alphanumeric data in the field.
enter special characters.
enter decimal point.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
What is business validation test case?
pls i want test cases for oss? whts the process of oss testing
write test case for pen cap if it is not present?
What is the state testing?
write a test cases for WLAN
How many test cases u will write for Acceptance testing?
how many test cases do u need to ship a product?
What is ramp testing?
How to test Webservices and how can we write test cases for that
Explain the branch coverage testing?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Who will take care of test plan and test case?
Suppose a job should be executed for every two hours? Write test case for this?