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 |
What is the term for decomposing a software program so that latent design information can be extracted? Choice 1 Regression Choice 2 Restructuring Choice 3 Reusability Choice 4 Reverse engineering Choice 5 Reengineering
4 Answers Brainbench Certification,
What is extreme programming and what is it got to do with testing?
What is Buddy testing?
What is role and responsibility of a senior software testing engineer in the company?( Day to day activities)
How do you determine which piece of software require how much testing?
What are attributes and skills of LEAD AUDITORS?
What is test stratergy?
What are the technical risks involved in Software testing project?
Do you think qa's can also participate to resolve production issues?
What is validation and verification in software testing?
can anybody tell me that from whr i download rational rose setup (free)?
Why do you consider testing to be necessary?