What is Traciability Matrix
Answers were Sorted based on User's Feedback
Answer / gajendar reddy
Tracebility Matrix or Coverage Matrix is used to map the
Requirements with the Test Cases.Which is mainly help ful
in the Gap Analysis.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / pallavi
traciability matrix is document which map requirments to
ur test case
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / hari
RTM is used to how much functionalities we have been covered
with respect to Requirements.
This Matrix is used to measure the gap between requirements
and test cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / thanusanto
Comparison between test cases and the functional requirements
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ch.s.m.prasad,kkd
Maping between the customer requirements and test cases
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / swathi
Tracing the use case with the requirements is called as
traceability matrix.This is done before the execution of the
test case to ensure that nothing is changed or removed from
the existing requirements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sanjib
Mapping in between requirements and test cases is called as traceability matrix.By using this traceability matrix we can sure all the requirements are covered or not through the test cases.So while testing no functionality can missed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shyam
Traceability matrix is nothing but Mapping between
Requirements ID & Test cases ID
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / thejaswi
Traceability metrix is to check whether each requirement is
considered atleast once while writing test case.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / jayakumar_king
This matrix map requirement to Test cases jayakumar.
| Is This Answer Correct ? | 0 Yes | 3 No |
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.
1)how can you perform load testing in manual testing 2)what is deliverable?
if i give some thousand tests to execute in 2 days what do u do?
24 Answers BirlaSoft, Sigma IT,
2. If you had to give the site a grade, from A to F, where A was exemplary and F was failing, what grade would you give it, and why?
what is test metrics? difference between test matrix and test metrics? (Asked in Zensar Hyderabad today(17-1-12010))
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
What is Functinal Equivalent Test?
Explain about Founctionality Testing in webbased application?
Diffrence b/w functional testing,functionality testing,system testing?
What is Static & dynamic Testing?
What is UML and how to use it for testing?
What are the steps, procedures, objectives to write test cases.