what is not present in the test case?
1>requirment ID
2>test case ID
3>bug ID
4>objective
Answer Posted / santoshnathan
Actually the testcase format as follows
1.Testcase ID
2.TestsuiteID
3.Testprocedure
4.Testdescription
5.expected result
6.Actual result
7.testdata
8.Defect ID(Bug id)
9.severity
10.priority
11.Remarks
Anwser for the question is 1.requirment id and 2.objective
will not appear in test case.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How to write email id in world wide web
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
Explain the glass box testing?
pls i want test cases for oss? whts the process of oss testing
What is transaction testing?
Explain the dynamic testing?
What is ramp testing?
Sample test cases for data conversion(Utility billing system)
explain end to end scenario's for online Money transfer in Banking Domain?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
How to test a stored procedure?
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
Explain the logic testing?
Please guide me for Add new user test cases
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character