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



write bug due for a web app in which a text field "phone number" which should allow on..

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

write bug due for a web app in which a text field "phone number" which should allow on..

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

Post New Answer

More QA Concepts Interview Questions

What do you think is the perfect test management system for test service vendors like me?

1 Answers  


The difference between Testing and Quality Assurance. Basic Difference in the Job profile Job profile

4 Answers  


what is PDCA?

3 Answers   Logica CMG,


List out various tools required to support testing during development of the application?

0 Answers  


what is diff between 32 / 64 bit web browser ??

0 Answers  






Adhoc testing is done ?(a)without proper testplan and without proper test cases (b)without proper testplan and with proper testcases (c)Both a & b (d) none of the above ? PLZ explain....Thanks in ADVANCE

2 Answers   Logica CMG,


How to estimate testing effort ?

0 Answers  


What is quality assurance?

1 Answers  


what is the difference between RDBMS and DBMS

5 Answers   Oracle, Xansa,


How do you train another QA engineer?

2 Answers  


What are the types of documents in sqa?

0 Answers  


anyone can explain about SDLC models??

4 Answers  


Categories