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
What if the project isn’t big enough to justify extensive testing?
What is Registry?
how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc
Can you explain random/monkey testing?
What are the Important test scenarios which can be used for testing a web site?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
list of methods that is used to document the requirements of a software.
Describe your experiences with code analyzers.
What is defect removable efficiency?
Explain the sub-genres of performance testing?
HOW TO CREATE SRS REVIEW REPORT TO PL?
Can anyone please tell in detail about the Rally tool and how a tester is going to use it.
Can you explain usability testing?
what types of testing have u done in ur project?and expalin it detail?