how to write test cases for sort drop down box containning
6 options in the drop down list.
Answer Posted / venu
Few more
Verify the default value of dropdown it should set a default value (or) select
verify the order in which the drop down is displaying
verify whether the selected values are highlighting or not
Verify whether the user is able to select more than two values at a time
verify whether the system throws error when no value is selected in drop down
verfiy the spelling issues
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
how to write test cases for online restaurant table booking system?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
What is gray box testing?
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
Write a test case of login window?
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
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.
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?