What are the diff ways to check a date field in a website?
Answer Posted / babitha
addition to try to enter 29 for feb month if the year is
not a leap year...i.e dd/m/year as 29/02/2007.this time we
would get error message.
display of date should based on the selection format.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Work flow in testing in your company?
Why we have to do manual testing?
how will you test a wine filled bottle along with 100 glasses
What types of testing is specifically important for web testing?
Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
when do you escalte issue to your manager?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is difference in between operating system 2000 and os xp?
Please Provide me the link to download Testing Category questions and answers If some body has downloaded it pleae send it to me Pavan : Email pavan_cd@yahoo.com Quetion2 : Can any body Explain me about Testing thumb rules
what is entry and exit criteria and explain it?
difference between change management and configuration management
Can you explain the workbench concept?
is it possible to do performance testing in stand alone application..how wil u do that ???????
What is the most important phase in STLC and Why
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form