Any body can write the test cases for Address field, Mobile
Number field & Landline Number field ?
Answer Posted / abdul.sameer
Hi ALl,
a.Address Field:-1. it should not be a text box, infact it
should be a grid as it will accept more characters.
2. IT should accept characters, numbers and few special
characters like #,@,/,(,) and - only
# --->to be used for giving flat no. like #101,
@ --->if they are giving mail address,
/ --->and - if they go for door no.,
(,) --->for writing alias name like sameer (abdul).
3. Pin code should not be in grid box if it is there we
cannot validate it, so it is always advisable to have pin
code as next text box to validate because in for no. 2 we
have given validation to special characters which is always
advisable and we cannot validate here in pin code which will
be a mismatch. so always advisable to be as seperate text
box , you can view to more no. of application where pin box
will be seperate.
b Mobile and landline number field?
for these both we should have seperate individual text boxes.
Mobile Number:-1. it should strictly accept only
numericals.and numbers should not be less than 8 digits
because the universal code digits for mobile starts from 8
mandatory.
2. all the digits should not be zeros.
landline:- it should be of two text boxes one for code and
other for no.
and it should strictly accept numericals only. the country
no ( should be valid country no.) and landline no. should be
correct.
for these following points we have to create test cases.
I hope this might help you.
| Is This Answer Correct ? | 82 Yes | 8 No |
Post New Answer View All Answers
Can you explian $ pillar of Agile
What is application programming interface (api)?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
What is rapid application development model (rad)?
What is the term ‘quality’ mean when testing?
consider therez 1 land and it has mango trees in it, what are the tets cases or how will we count no of mangoes on all trees
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
How to do manual testing of a E-insurance project (end to end process)
What is frame level testing and how do we test it?
In Manual testing how to test proxy servers? can u please explain with example?
Which was the most interesting bug you found.
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
What are the cases when you’ll consider to choose automated testing over manual testing?
What is the limit for test steps?It should be 10/20/30etc
How do you scope,organise and execute a test project.