Which are the possible test cases can U write for Combo box
validation ?
Answers were Sorted based on User's Feedback
Answer / madhu
1. select the list box of the combo
2. See whether the list box elements are sorted
alphabetically.
3. If you enter a letter, only the list box elements with
the letter typed should be highlighted.
4. the keyboard up and down should be navigable.
5. If there are just 8 elements in the list box, scroll for
the combo not necessary.
Is This Answer Correct ? | 29 Yes | 7 No |
Answer / hummy
hi madhu !its not manadatory that the combobox open
alphavatically coz if we work on month of the year,its not
working there...............
Is This Answer Correct ? | 20 Yes | 1 No |
Answer / jithu vijayan c.t.k
1.By default select must be there
2.click on this combobox then list of item must be displayed(built in or from some other forms)
3.Again click then this list must be disappered
4.Selection must be possible in all items
5.At a time one item selection must be possible
6.Select any item then this must be displayed on this combo box and at that time list must be disappered.(some times another action done in this form)
7.Check if there any empty row this is not allowed
8.same values in list not allowed
9.Click out side of this combo box then selected value must not be changed
10.Check drag and drop is possible
Is This Answer Correct ? | 8 Yes | 3 No |
Answer / ruchha
Step1: Check combo box first value must be "Blank" or "Select"
Step2: Click on Combo box
Step3: View all list of items must be displayed in combo box
Step4: Select or Deselect combo box
Step5: Check combo box field is mandatory(*) or not
Step6: Check at a time one item selection must be possible
Step7: Check enter alphabetically number in your combo box, verify it's working or not..
Step8: Check Keyboard up & down arrow should be navigate or not
Step9: Check Scrolling functionality is working or not
Step10: Check duplicate value is allowed or not allowed
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / jgkgkhgik
also ...der shud not be 2 same value in the drop down list
of the combo box .
once a value is clicked ...it must be dispaled correctly on
the space provided .
it shud not allow enterin oder new values dan the specified
values
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / sidra
If combo box dynamically updated ( means on other form
entry , it should be updated) then check by entering or
deleting the values .combo box should update accordingly
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / m. kashif shahzad
in addition to the above mentioned test cases, it must be
checked that there should not be empty row in list options.
System throws exception if it is selected to proceed
further.
in case of dynamic elements added through other forms,
combobox should be updated on refreshing page/ click Add
new item. Few times user has to re-open the page from main
menu to get updated list items.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / suresh
Also we should check the default value selected. It may be
the first value or "--Select--".
Is This Answer Correct ? | 4 Yes | 2 No |
What is the Configuration Management?
When a defect is assign as Postponed and differed. explain with example? thanks
Draw Backs of automated testing?
what are the general problems in web testing?
Tell me the test cases for the Bank Check?
2 Answers Cognizant, JPMorgan Chase,
explain sdlc?
2 Answers SAP Labs, STC, TCS, Thirdware,
How to write a mail to PM and Client regarding Bug status report.And how u r introducing your self to the client through mail.I want a format of both.
diff b/w alpha & beta testing? who will do this with examples? can u pls help in this topics
On which documnets are used to write System Test Cases? What are the contents in Ststem Test Cases?
What is the Stub abd the driver ?Are these both using at the time of Top-up approach of integration testing and bottom-down approach testing .?
1.Unit testing ->integration testing->system testing->UAT in this where do u do the functional testing & regression testing? if these two done in each phase why should not mentioned in that ? 2.What are the difference b/w client & server? 3.While doing regression testing one bug raised due to functionality dependency, what is the bug status that one?
What is Management Testing?