Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to write test cases for sort drop down box containning
6 options in the drop down list.

Answer Posted / aadit

the menu should drop down to show on clicking its main menu
the menu should close if opened on clicking its main menu
the sub-menu should show its available sub menu on selecting
the sub-menu should perform it corresponding functionality
(prompts new window, box, etc) on selecting
the sub-menus should move up/down on drag and move

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: 1. software Testing Output: 1.software testing

1852


how to write test cases for the example state name starts with A B C D E F G H I J K L Z

2601


Explain the integration testing?

1211


Explain the sanity testing?

1224


Which of the following defines the expected results of a test? Test case specification or test design specification.

1702


write the test cases for facility module

1726


can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

4275


What is the domain testing?

1290


How to write test cases for lift?

1368


How to write email id in world wide web

1984


Write the test case for a login page?

1234


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

2520


Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.

2806


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

3203


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

2051