Write test cases for checking date field?
Answer / priyanka agrawal
First, we have to define the date format. i.e dd/mm/yyyy or
mm/dd/yyyy.
Then according to that we will verify.mm field should not
accept value greater than 12.
dd field should not accept value greater than 30 or 31 or
28/29 for feb.
dd,mm and yyyy fields should not accept 0 or NULL.
year should not accept more than 4 digit number.
| Is This Answer Correct ? | 3 Yes | 0 No |
when we will give testdata while writing testcases r during executing testcases for both positive and negative cases we give testdata
What are the various techniques in white box testing?
What is PBX Testing & What is Test coverage?
What is the limitation of First Name, Middle Name & Last Name text box? and what is the limitation 0f Only Name text box?
who preapares use case document? who preapares use functional point document? who preapares use test sceanario document?
Wht are the Test cases do we write for Message Box.. can anybody answer it.. Thanks in Advance..
difference between stress testing and loadtesting
When the Developer fixes and releases a defect.. then the tester tests it and fails the defect. Suppose the developer again fixes it and the tester again fails it and this process continues for the same defect for more times then what is that u do for getting the defect closed?
What r the input documents to the design test cases?
What is error guessing?
20 Answers ABC, Thatavarti Technologies,
te found one bug and reported to developer or test lead after that he rejected my bug so on which basis he can reject my bug
Unit Testing can be done by using Nunit?