what is tracebility matrix.what is tracebility template
Answer Posted / chitra
Tracebility matrix is the matrix which gives a relation
between requirements and testcases.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect
What is a test severity and test priority? difference between them with suitable examples?
what are the test bugs
What are different types of verifications?
How do u prepare test environment for ur application?
What is the difference between functional testing and integration testing?
What is exploratory testing and when should it be performed?
Work flow in testing in your company?
When to stop testing? (Or) how do you decide when you have tested enough?
Give the real-time example for back-to-back testing?
Inwhat basis the time is allocated for testing the application?
Write test cases on duster
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?