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 / rajkumargholve
Positive Test Casee
1) All possible single Letters--System should display all
entries that start with entered letter. Enter or selct by
mouse should select the entry & display properly in list
box.
2)All possible combination of multiple characters.--System
shoul display all the entries that match the use iput.Enter
or selct by mouse should select the entry & display
properly in list box.
3) Check For Scroll Property of the combo box. If you enter
A then list will display all entries that start with A use
scroll bar or button on mose system should scroll within
entries that start with A.
4)Use of Delete or Backspace should delete the entry from
the list box.
Negative Test cases
1) If compulsory check for blank
2) Try entering the value that is not in the list e.g. If
list display Countries try entering Maharashtra etc. System
should not allow user to enter value that is not in the
list.
3)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
wat if fiddler and how it is used in tesing an application. please explain with a real time scenario
how to test a store procedure?
write test case for gmail sign up page ?
What is pesticide paradox? How to overcome it?
what is the difference between Desktop testing,Client/server testing and webapplication testing
Explain accessibility testing and its importance in the present scenario.
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
wat are the questions would the project leader ask about the project?? please do send the answers early.
What is concurrent user hits in load testing?
Explain the strategy for testing a Java application?
functional testing and usability testing test cases for transfer funds...
What is XML Testing? Do we have any tools to test the XML? Please let me know.
Anybody having documents and URLs about BFSI domain...Please share..it is really urgent
How quickly we need to fix the bug?
Unit Testing can be done by using Nunit?