In a listbox of cities, if I enter B, it should display all
the cities starting with B, then if i type BA, then all
cities starting with BA and so on. Pls anyone give me all
the positive and negative test cases for this. It is
urgent. Realtime questions pls.
Answer Posted / saff5005
here first i need some clarity
how long should be the length of name of cities should
be
without that it is hard to write any test cases
i am assuming 15
+ve test cases
test steps expected output
0.enter nothing all the cities starting
from a to z should be
displayed
1.enter any one letters the cities matching that
letter should display
2> enter any 2 letters the cities matching that
letter should display
3>enter any 7 letters the cities matching that
letter should display
4>enter 15 letters the cities matching that
letter should display
5> enter 16 letters it should nit allow to
enter 16 char
like this and somemore for negative tesitng
drf%-- when entered a invalid char should dispaly a msg
note if it is in specs that it should display when entered
invalid char then we have to check for error messege
if not in spec test case willbelike this
drf%frf ---- when entered invalid char then only the
cities whose names are matching with the first 3 letter in
our case drf should be displayed
123frtg---error messge or the original display should be
shown that is cities starting from a to z
so onand so forth for this i have used bva ept techiniques
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What type of questions will be asking for 2 years experience candidate in manual testing?
write test case for gmail login page
What are the different types of integration testing?
How do you define a testing policy?
What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?
Can automation testing replace manual testing?
what is data guidelines
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module
negative test cases on banking domain ?
About Hierarchy level in your company.
Describe a past experience with implementing a test harness in the development of software.
what is meant by application server and its functions?
To specify the test artifacts involved in testing.