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
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:
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
Explain the integration testing?
Explain the sanity testing?
Which of the following defines the expected results of a test? Test case specification or test design specification.
write the test cases for facility module
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
What is the domain testing?
How to write test cases for lift?
How to write email id in world wide web
Write the test case for a login page?
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
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database