What are the diff ways to check a date field in a website?
Answer Posted / balaram
The date field we can check in different ways
Possitive testing:
first we enter the date in given format
Negative Testing:
We enter the date in invalid format
LIKE:
suppose if we enter date like 30/02/2006 dd-mm-yy it should
"Display some error message"
If we enter date LIKE mm-dd-yy, ( -dd-yy), (mm- -yy), (mm-
dd- ), if mandatory of the field ( - - ). format
and also we use to check with text data
"It should display warning mesg"
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Write 2 scenarios for Integration testing? Please let me know its urgent.
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
How to do the performance testing manually? Does you have a test case for that?
Give an example for pre testing and post testing ?
About Hierarchy level in your company.
What r the features,u take care in prototype testing?
What is configuration management in software testing ?
How will u decide test data to see that evey feature is thoroughly tested
What do you understand by usability testing?
tell me some major and minor defects in ur net banking project?
What is 'Account Conditioning'?
What do you think the role of test-group manager should be? Relative to senior management?
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.
What is Independant Testing? When and where this type of testing will be performed?
Explain Operational Acceptance Testing with example ?