what is tracebility matrix? what is negative testing

Answers were Sorted based on User's Feedback



what is tracebility matrix? what is negative testing..

Answer / suneel reddy

Negative tEsting is nothing but
Testing the appication functionality with invalid input and
verifiyng whether it gives meaningful error messages or
not?/

Is This Answer Correct ?    6 Yes 0 No

what is tracebility matrix? what is negative testing..

Answer / murthy

Requirement Traceability Matrix is a document used for
tracking the requirement and Test cases. This document is
prepared to make sure that the coverage done is end to end.
This document should be prepared before starting the
execution. For each and every change request, the RTM
should need to be updated correspondingly.

Negative testing is nothing but testing the application
with negative values.
ex: consider login into yahoomail or gmail
giving invalid username, pwd wont allow you to log

Is This Answer Correct ?    1 Yes 0 No

what is tracebility matrix? what is negative testing..

Answer / ram

Tracebility Metrix is a document which will be used to
verify all the requirements will have corresponding
testcases. this document will have '5' columns such as
1.S.No
2.Requirement #id
3.Description
4.Test Case Name
5.Test Case #ID
Our lead will prepare 1st three columns from the use case
document
After conplete of test case design for afeature i will
update rest of two columns in T.M

Is This Answer Correct ?    0 Yes 0 No

what is tracebility matrix? what is negative testing..

Answer / ajay

traceability matrix is a document which contains table of
linking information that to be used for trace back for
reference in any kind of confusion and questionable situations.

negative testing: Testing the functionality of the
application with invalid input and
verifiyng whether it gives meaningful error messages or
not.

Is This Answer Correct ?    0 Yes 0 No

what is tracebility matrix? what is negative testing..

Answer / sapna

Mapping the reqirement to the test cases.this is handled by
leads and managers.

Is This Answer Correct ?    0 Yes 0 No

what is tracebility matrix? what is negative testing..

Answer / satyabrata rout

TRACEBILITY MATRIX-it is a document to make sure that every requirement is covered in the form of test cases.
NEGATIVE TESTING-testing the application by giving the negative inputs is called as negative testing

Is This Answer Correct ?    0 Yes 0 No

what is tracebility matrix? what is negative testing..

Answer / v.vijay kumar

Tracebility matrix will bascially show the coverage of
requirement specifications that is in trun say that the
test cases developed are in sync with requirement
specifications

Is This Answer Correct ?    0 Yes 1 No

what is tracebility matrix? what is negative testing..

Answer / shyam

Negative testing means Testing the application with negative
assumptions and negative navigtaions which leads to be a
positive one is called Negative testing.

Is This Answer Correct ?    0 Yes 1 No

what is tracebility matrix? what is negative testing..

Answer / amit

A document showing the relationship between test case and
test reqriment is called tracebility matrix

Is This Answer Correct ?    0 Yes 1 No

what is tracebility matrix? what is negative testing..

Answer / pavan

negative testing means testing the functionality with
negative inputs to check whether the functionality is
working fine or not

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

Can you explain the different methodology for execution and design process in SIX sigma?

0 Answers  


Which one is done first, either testcases or test scenario?

3 Answers   Fidelity,


by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"

2 Answers   IBM, ISTQB,


Define Major defect

4 Answers  


I have planned to take up exam in june. It would be of great help if u can send across some ISTQB material. Kindly mail me at keeran.rr@gmail.com. Thanks in advance.

3 Answers  


What types of validation check u need to do in fund transfer..?

4 Answers   HCL,


Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand

6 Answers   ISTQB,


at the time of testing web based applications and client server apllications, what you absorved as a tester? (i need not differences, but i need what you absorved at the time of testing as a tester)

5 Answers   Nous,


What is QA and QC ? Tester's are coming under QA or QC ?

9 Answers  


What if the application has functionality that wasn't in the requirements?

1 Answers   IBM,


explain waterfall module.

4 Answers  


Five positive and 5 negative test cases for Coffee vending machine

1 Answers   PWC,


Categories