What is a traceability matrix, and what is the purpose of it?
Answer Posted / cndu
It Is The Analayis Gap Between requirements & testcases
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is test out put?
What is the difference between white box, black box, and gray box testing?
How to find bug in photos and videos ??
hi friends .......... from srs to signoff what r the tests the testing team will conduct either sequentially or parallel pls advice thanks in advance
Is an "A fast database retrieval rate" a testable requirement?
Diffrence b/w functional testing,functionality testing,system testing?
can any one post the format of tracebility martrix Plz...... Maid Id: sandhya.shyamala@yahoo.com
How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.
Write all combinations of test cases for calculater on + symbel
Explain Single View Testing ?
Can anyone list out major scenarios for an application managing drug composition?
What is a top-down and bottom-up approach in testing?
i looking for the software testing job with the exp of (1.5 yrs ), if anybody knows how to approach the companies ,pls let me know , possible que which will be asked in interview ? pls send me sample resume for testing ....pls do the favour as soon as posible .
what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???
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; }