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
On what basis you are fixing up the time for project completion?
What are the benefits of requirement traceability?
Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2
ANY ONE HAS ATTENDED THE INTERVIEW FOR WIT INNOVATION P LTD? THEN KINDLY LET ME KNOW ABOUT THE INTERVIEW PROCESS AND QUESTIONS ASKED.
What are the main key components in web applications and client and server applications? And explain the differences between them?
What is configuration management in software testing ?
What is a test log?
can anybody send the project you have tested with the clear descriptions,and recent bugs u found in that
i have done B.E. computer in 2009 i have done software testing course and also 6 months exp in testing on live project as trainee, now a days i am searching job in pune. can any one tell me any opening in pune?
sanity testing is done during regression testing.is it true.if it is true plz explain?
Tell me the SRS based review,brs based review
explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?
What are the main key components in Web applications and Client Server applications? and their differences?
What is the difference between latent and masked defects?
What is an end-to-end testing?