what is not present in the test case?
1>requirment ID
2>test case ID
3>bug ID
4>objective
Answer Posted / anil
requirment ID and bug ID are not present in test case
as requirement ID is part of requirement traceability
matrix and bug Id is part of bug reporting.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Scenarios to test wireless Speaker via bluetooth
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..
Explain the acceptance testing?
Write a test case for telephone?
how many test cases do u need to ship a product?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
how to test stand alone programs?
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 testcase for the output of an program ****0 ***01 **012 *0123 01234
In a log in page what will be test procedure, test scenario, test description & test steps?
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
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
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.