Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Traceability matrix? Why it is used? Can u tell me
the architecture of that?

Answers were Sorted based on User's Feedback



What is Traceability matrix? Why it is used? Can u tell me the architecture of that?..

Answer / suneel reddy

Traceability matrix is used to map between requirements and
test cases
it is used to check all requirements are covered or not?

USer Reqid/User req description/Functinal req spec/Desugn
Spec

Is This Answer Correct ?    113 Yes 7 No

What is Traceability matrix? Why it is used? Can u tell me the architecture of that?..

Answer / mena

In a software development process, a Traceability Matrix is
a table that correlates any two baselined documents that
require a many to many relationship to the determine
completeness of the relationship. It is often used with
high-level requirements (sometimes known as Marketing
Requirements) and detailed requirements of the software
product to the matching parts of high-level design,
detailed Design, test plan, and test cases

Is This Answer Correct ?    42 Yes 3 No

What is Traceability matrix? Why it is used? Can u tell me the architecture of that?..

Answer / guest

A document showing the relation between Test requirement
and Test case.To check whether the testcases are mapped
with the requirement

Is This Answer Correct ?    44 Yes 10 No

What is Traceability matrix? Why it is used? Can u tell me the architecture of that?..

Answer / vinutha

Traceability Matrix is a table that relates the customer
requirements and it is used inorder to ensure that all the
customer requirements have been satisfied by the test cases.

Is This Answer Correct ?    33 Yes 3 No

What is Traceability matrix? Why it is used? Can u tell me the architecture of that?..

Answer / pankaj

Traceablity matrix is document , which shows the
relationship between Requirement doc , usecase doc , Test
case doc and the defect doc. For one Requirement , there
can be one or more use case ,and for one use case there can
be one or more test case.Traceablity matrix shows the tree
structute from requirement ==>use case==>test case.
Traceablity also used for defect doc i.e If we have a bug
id of the bug than using this bug id and Traceablity matrix
we can find out which user requirement is not satisfied.

Is This Answer Correct ?    27 Yes 6 No

What is Traceability matrix? Why it is used? Can u tell me the architecture of that?..

Answer / gopi krishna.v

mapping between test cases and customer requirement is
called traceability matrix

Is This Answer Correct ?    26 Yes 8 No

What is Traceability matrix? Why it is used? Can u tell me the architecture of that?..

Answer / rama

Traceability Matrix - mapping between User Requirements and
Test Cases

User Requirements - Taken from RS or FDS whichever is
applicable in the organization
e.g. User should be able to add new record

Test Case - Contains scenario written so as to test the
requirement, with an unique number for reference

Traceability Matrix contains the following columns:
(example values are given in brackets)
Sl.No (1)
FDS/RS Name (FDS_New Module.doc_1.0)
FDS/RS Path (\\inserver\documents\)
Requirement (BR-1, SR-1, RS-1)
Coding Section (add_new - routine names used in code or
name of the coding section given by developer)
Development Resource (Developer's Name)
Test Case (TC_001)
Testing Resource (Tester's name)
Testing Status (Pass/Fail)

Is This Answer Correct ?    16 Yes 5 No

What is Traceability matrix? Why it is used? Can u tell me the architecture of that?..

Answer / sripathi venkata ramesh

I am Sripathi Venkata Ramesh from Gudivada and the answer
is mentioned below

Traceability Matrix: Traceability matrix is a document
defines mapping between customer requirements and prepared
test cases

It is used mainly to trace the customer requirements and
the prepared test cases. if we miss any requirements then
we need to cover those - mainly for tracing

architecture varies from companies to companies and project
to project

Is This Answer Correct ?    7 Yes 0 No

What is Traceability matrix? Why it is used? Can u tell me the architecture of that?..

Answer / prashant

Tracebility Matrix is a Crystallized the requirement at the
granular level and map each requirement to different
documents like Functional requirement specification,
Software Requirement specification test Case SDD test plan


Requirement No FRS section SRS section TC No. SDD
Section Test Plan
A 1.2 2.2 7 2.2.3 3.1

Is This Answer Correct ?    11 Yes 6 No

What is Traceability matrix? Why it is used? Can u tell me the architecture of that?..

Answer / geetha

In a software development process, a Traceability Matrix is
a table that correlates any two baselined documents that
require a many to many relationship to the determine
completeness of the relationship.
Traceability Matrix - mapping between User Requirements and
Test Cases

User Requirements ,Taken from RS or sRs which ever is
applicable in the organization
e.g. User should be able to add new record

Test Case - Contains scenario written so as to test the
requirement, with an unique number for reference

Is This Answer Correct ?    8 Yes 6 No

Post New Answer

More Manual Testing Interview Questions

write 3 major bugs in inventory management system ...give 3 system test case and 3 integration test case

1 Answers   IBM,


How to Write Test case for Smoke Testing

4 Answers   iSoft, TCS,


How many Test Cases do we need to write for a particular application?(For example, for this AllInterview.com?)

4 Answers   InterGraph,


if google wants to introduce the third button along with "search" and "iam feeling lucky",what u will propose and how will u test it?

5 Answers   Accenture,


What is Defect Density? How it can be calculated?

5 Answers   ISTQB,


where u r writing testcases manually?

6 Answers  


I attended ADOBE,bangalore interview in aug 2009.first round written test they ask questions 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line. Some objective question were there but they were easy. 1st LEVEL WRITTEN TEST FOR QA: 1. 15 min Logical Ability test: Simple syllogism based questions, sequence related questions, etc 2. 30 min Quantitative Aptitude test: Simple Arithmetic, angles, geometry, profit/loss, number system There will be 15 questions for match the column Mark A if column A is GREATER than column B Mark B if column A is LESS than column B Mark C if column A is = column B Mark D if DATA IS INSUFFICIENT There are very simple typical baron based There would be 3 questions on triangles all three were from RS Aggarwal. 17. there was one set of questions on the DI question on 20 -25 were on this graph It was about the total mass of human body is 70,000 gms Muscles 30000 Bones 10000 Blood 5000 Liver There were two pie charts Which tell the percentage of water in the food. And the second one tells the which parts ,,something like that Question 1. what percentage of total mass does liver has Ans 2.4% What is the ratio of bones to total mass All the questions are simple .. 3. 45 min Testing concept test: 20 objective multiple choice qustions like binary form of numbers, virtual memory, lossy compression, while loop, if-then-else, error codes. 1. Winzip is a a. lossy compression b. lossless Compression c.text d image 2. output of 11000100 minus 2 3. Memory leakage is because of a.variable not decraled b. variable not free.. like this 4 options were given 4. Virtual memory concept is related to a. memory leagkage {mospagebreak} 5.Reggretion testing is defined as a. testing the whole application b.testing the different modules in the application 6. If the time is very limited for the testing then what would u test in the application. a. run all the tests b.look for the most used featues in the application c.go to the test plan and run the test based on the priority I would suggest to go thru all the definition like what is regretion testing .what is unit smoke.etc. 1 Test Case Writing questions: 10 test cases for entering 3 values representing sides of a triangle and the program giving output as scalene, isosceles or eqilauteral (10 Marks) 1 Output of a calculator and finding the error in the output, write the defect log for the bug (5 Marks) 1 Ques on weather Dev should do the testing or not. Give 3 reason on favour and 2 against it. (5 Marks) 1 Question diff between priority of a bug and severity of a bug. Give example of one case where priority is high but severity is low and one case where severity is high bur priority is low. 1 Question on a program that calculates P=R/I where R, I are integer inputs and P a floating point output. Write 10 test cases for this - 5 Marks. 2nd round: 1.write a testcase for login page,mobile phone. 2.write a program for fibonacci series. 3.puzzles (-%-+-+--=-%-+--) fill the dashes with nos from 1 to 9.left hand side only odd nos. right hand side only even nos. the nos should not repeat. 4.what is sanity testing,regression testing,explian about ur project etc.. 3re round: 1.explain about ur project.they will ask questions from projects like what is the web server used in ur project,what are all the clinents ur company will have?team size etc... 2. one puzzle. i attended upto this level only...still more rounds will be there....if u goto adobe interview be clear in testing concepts,basic programs and more puzzles.

0 Answers  


You may undergone many projects. Do all the projects match up with customer’s expectations?

0 Answers  


what are your achievements in your organization ? Guyz very very urgent , help me

0 Answers  


What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?

0 Answers   HCL,


Can u tell Bug Report Tool

5 Answers  


what is the Bugzilla Latest version?

5 Answers   AZTEC,


Categories