how to Link the requirement with Test Cases in the
Treaceability Matrix. Give real time Example
( Pl. Real Time Project testers only)
Answers were Sorted based on User's Feedback
Hi,
In the real time application is divided into
different modules. Each module or the requirement is
identified with the unique ID. For every module we write one
or more test cases and each test case has it own Id.
Traceability matrix is used to mapping between the
requirement and test cases. In the traceability we enter the
requirement id and the testcase id's that are linked to each
other.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / tester
Hi, You can maintain traceability in Excel with the following column names.
Section
Requirement Desc
Scenario Desc
Scenario ID
Test Case ID
Comments
| Is This Answer Correct ? | 0 Yes | 0 No |
We are using 2 dimensional traceability matrix.
We have a traceability matrix which contains the all
project related information like ( project name, project
id, client, project manager, revision history , how updated
and when etc.)
Then we have column like requirement ID, Test case ID, bug
id, remarks
| Is This Answer Correct ? | 1 Yes | 2 No |
How many number of negative testcases we can write for "Search and Replace" functionality?
Test cases for Recycle Bin
HOw to give special characters to password
user id @ yahoo.com (or) yahoo.co.in (or) gmail.com.... etc
Amounts not dispatch in ATM what are all scenario to test?
How does one do Functionality Testing?
What is the term ‘quality’ mean when testing?
when u r going to faced difficulty in ur organization?
What is the difference between sanity testing and smoke testing
Can Anbody please send me Daily Work status format in which I can save my daily work activity
Do write a separate test case for regression testing? If it is yes, explain how to write the test case?
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....