hi there...
can any1 tel me hw to prepare a traceability matrix by
taking a practical scenario..i know the theory part bt dont
kno how to implent dat..
Answer Posted / guest
Ok now let us deal with a practical example:-
Facebook introduced a new functionality for sharing the
Video/Picture etc. So it is neccessary to write all types
of test case for the above scenario.
S.no | Requirement | Test Case | Description |
1 Share Vedio NF_Tc1 Share a vedio with comments
AF_TC2 Share a vedio without commen
EF_TC3
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is test environment? Elaborate with example.
Write the test case for a login page?
write test cases for flipkart.
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
"search"test cases on Linkedin website and how will you write test cases on it?
how to test stand alone programs?
What is use case testing?
Who will take care of test plan and test case?
Explain the unit testing?
What are the test cases for mouse?
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
please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )
Explain the acceptance testing?
How to test Webservices and how can we write test cases for that
Positive and Negative test cases for the speedometer?(minimum 5 each)