Answer Posted / 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 |
Post New Answer View All Answers
1) Difference between "Delete" and "Concatenate" with reference to databases? 2) Difference between SDLC and STLC. 3) Latest versions of the browsers used. 4) What is URL Tampering? 5) Full form of URL. I don't need the answers. These are just for reference.
What are the main key components in Web applications and Client Server applications? and their differences?
How to do Performance Testing manually for a Flash Application?
How soon the bug should get fixed?
Can you explain steps in function points?
please send me database stored procedure checklist.
What do you like about computers?
what is mean by Performance Related Testing in data base?
wat is meant by frontend and backend testing
Describe any bug you remember. Plz Give some real examples
What are the tasks of test closure activities in software testing?
Hi Please tell me about ERP Project how do describe in interview Please tell me details about this project my id is chiku_69@yahoo.in
What is build interval period?
If there is non reproducible bug which developer is not ready to agree, how you will convince him.
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.