Which are the possible test cases can U write for Combo box
validation ?

Answers were Sorted based on User's Feedback



Which are the possible test cases can U write for Combo box validation ?..

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

Which are the possible test cases can U write for Combo box validation ?..

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

Which are the possible test cases can U write for Combo box validation ?..

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

Which are the possible test cases can U write for Combo box validation ?..

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

Which are the possible test cases can U write for Combo box validation ?..

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

Which are the possible test cases can U write for Combo box validation ?..

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

Which are the possible test cases can U write for Combo box validation ?..

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

Which are the possible test cases can U write for Combo box validation ?..

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

Which are the possible test cases can U write for Combo box validation ?..

Answer / suyog

Thanks Madhu

Is This Answer Correct ?    2 Yes 1 No

Which are the possible test cases can U write for Combo box validation ?..

Answer / guest

anybody knew d answer??

Is This Answer Correct ?    10 Yes 12 No

Post New Answer

More Manual Testing Interview Questions

Wat is de difference btw inspection and walkthrough in static testing?

3 Answers  


State a generalized process for load test? Or explain how you did it previously.

0 Answers  


Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand

6 Answers   ISTQB,


please anyone let me know the -ve testing of Excel sheet?

2 Answers   Zycus Infotech,


Condition testing is a control structure testing technique where the criteria used to design test cases is that they Option 1 Rely on basis path testing Option 2 Exercise the logical conditions in a program module Option 3 Select test paths based on the locations and uses of variables Option 4 Focus on testing the validity of loop constructs

1 Answers  






what is agile testing

3 Answers  


Pls u can u r mail id to my personal mail id also if they dont want to give u r mail id n comman place

0 Answers  


What is an entry criteria?

0 Answers  


On which basis u'll prepare the test cases.

6 Answers   Semantic Space,


What is online testing?

4 Answers  


Difference between System Testing and System Intergration Testing(SIT) with Example

3 Answers  


hi how to test a video files? and what type of test stategy you follow to test a video files?

2 Answers  


Categories