What is Tracibility matrix?How we can use in real time
application?
Answers were Sorted based on User's Feedback
Answer / kumar
Requirements traceabiltiy is the capacity to relate your
requirements to one another and to aspects of other project
artifacts. Its primary goal is to ensure that all of the
requirements have been met and validated.
Vertical traceabiltiy traces from requirements to
design,the source code that implements the design and the
tests that validate the requirements.
Horizontal traceability identifies relationships among
similar items,such as between requirements.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / rajendra prasad
Traceability Matrix:
Traceability matrix used to Map requirements to test cases.
Basically Traceability matrix ia two types:
1. Vertical Traceability matrix.
2. Horizontal Traceability matrix.
Vertical Traceability matrix is high level document which
map the requirements to all phases of the Software
development cycle.
I.e. Unit testing, Component Integration testing, System
Integration testing, Smoke/Sanity testing, System Testing,
Acceptance testing...etc.
I am unable to show the template in this editor.
I am uploading a Template u can download from the
Following link:
http://www.4shared.com/dir/7839233/bee1752d/Share_Doc.html
2. Horizontal Traceability matrix.
It is related to testing related.
Traceability matrix used to:
1. Coverage analysis,
When a requirement changed it will used to identify the
Test cases prepared on that requirement.
Once the test case identified it will be very easy to
update the test case according to new requirement.
As a basic Rule of thumb:
Each requirement should have at least one test case. By
seeing the traceability matrix one can easily analyze the
no. of test cases prepared for each requirement.
If there is no test case ID's found against one
requirement that means ,test case is missing for that
requirement.
Without Traceability matrix it is very difficult to
estimate the test coverage and Change Management.
Byee Friends:
Rajendra Prasad
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / sunitha
Hi Rajendra
I hope this link can give you some ideas.
http://www.jiludwig.com/Traceability_Matrix_Structure.html
| Is This Answer Correct ? | 6 Yes | 0 No |
What is the difference between Game (video game, mobile game, facebook game...etc) Testing and Software Testing? Why some company dont use testcase for Game, they only find bug and describe it directly to bugbase? And some testcase for Game if u think testcase is necessary for game (ex: testcase for Tetris game)
WHAT IS TEST STRATEGY? WHAT IS THE DIFF BETWEEN TEST PLAN AND TEST STRATEGY? WHAT IS TEST METHODOLOGY
Describe any bug you remember. Plz Give some real examples
How to do Manual/Functional/Load/Web tests for the web services developed using WCF technology?
What is terminologe? Why testing necessary? Fundamental test process psychology of testing
performance testing is functional or nonfuctional
which knowledge is must for tester
What is the testing process followed in ur company?
8 Answers ITC Infotech, Logica CMG,
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
What is the actions will be taken after preparing and reviewing test cases. Directly we will go for execution and how can we know the status of the application(whether the build is completed by unit testing).After unit testing completed, what are the next steps????
define metrics? give me a brief detail about it?