write bug due for a web app in which a text field "phone
number"
which should allow only 10 numbers,but allows chars,
special char and
more than 10 numbers in to the field?
Answers were Sorted based on User's Feedback
Answer / mudaseer
enter 10 digit number it should accept
enter chars it should display please enter valid phone number
enter a number more than 10 digit it should consider first 10 digits after 10 digits it should be neglected
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / srinivas
1.Check max allowed length of the text field should be 10 char
2.Check spaces not to allow (trim spaces)
3.Check only integers to allow..(character ans special
characters not to allow at starting, ending and in between
of the text field)
4.Check a validation failed message to show if user enters
less than 10 characters
OR
Disable OK/SAVE/CONFIRM button if user not enters 10 digits
in PH.NO. field
| Is This Answer Correct ? | 2 Yes | 1 No |
Web 2.0 Style Software Testing Management System- any suggestions?
what is PDCA?
Please, list many things You’ll do (effort) as a SQA Tester, in this Company software project from the idea making of the specification, till that software released!
What is the need of test plan document?
Generally, if Requirement documents are the inputs for test cases, then why the test plan document is the input for Test cases in the Software Testing Life cycle?
When do you think qa activities should start?
How do you differentiate between priority and severity of the defect within the project?
What is context driven testing?
What is SDLC? What is QA methodulogy?
Is the quality assurance group (for the QAG) audited? Who does these audits?
What are the tables in testplans
Can anyone listout major scenarios for a payment submission web page???