How you will write test cases on DROP DOWN list BOX on GUI

Answers were Sorted based on User's Feedback



How you will write test cases on DROP DOWN list BOX on GUI..

Answer / sangeetha

first verify the content of the dropdown box
2. verify the no of list present in the dropdown box.
3.select the list and verify it is displaying in the text
box
4. verify the action after selecting the list.

Is This Answer Correct ?    74 Yes 12 No

How you will write test cases on DROP DOWN list BOX on GUI..

Answer / ram.polavarapu

Action->
Vefify the list of items in drop down.

Expected Result->
System should dispaly the items as per the customer
requirement.

Is This Answer Correct ?    18 Yes 7 No

How you will write test cases on DROP DOWN list BOX on GUI..

Answer / ravi

Functionality:
Basic
Menu drops down when clicked
Items are selectable
Clicking items loads appropriate content




Mouse:
Left-click activates menu item
Right-click options function as expected




Keyboard:
Arrow keys move selection up and down the list of menu items
ESC key closes menu
Pressing a letter moves to the corresponding alphabetic list section

Is This Answer Correct ?    11 Yes 5 No

How you will write test cases on DROP DOWN list BOX on GUI..

Answer / ganesh

take all the items into a list array
and then use selectbyvalue or selectbyindex etc

Is This Answer Correct ?    1 Yes 1 No

How you will write test cases on DROP DOWN list BOX on GUI..

Answer / bala

refer below blog to know more details:

https://balasegu.weebly.com/ui-cases-matrix.html

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Test Cases Interview Questions

Do we have to write the seperate test cases for System testing and UAT testing? And also what are the roles and reponsibilities of a tester/how to interact when End users are performing the UAT Testing.

0 Answers  


what are those parameters or matrixes for tesing a software user interface?

2 Answers  


Why is it that the boundary value analysis provides good test cases?

0 Answers  


What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?

0 Answers  


how to write the test cases in excel format

0 Answers  






Suppose that you're running tests on windows calculator and find that 1+1=3, 2+2=4, 3+3=7, 4+4=8, 5+5=11, 6+6=12. write a bug title and bug description that effectively describes this problem.

4 Answers   Manhattan,


Who will take care of test plan and test case?

1 Answers  


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);

0 Answers   Infosys,


Why does the boundary value analysis provide good test cases?

0 Answers  


Explain the logic testing?

0 Answers  


what will be the test case for Lift?

22 Answers   Mind Tree, Satyam, Tops Security Ltd,


Explain the gray box testing?

0 Answers  


Categories