what is tracebility matrix? what is negative testing
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Answer / sapna
Mapping the reqirement to the test cases.this is handled by
leads and managers.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
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 |
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 |
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
Which one is not tester responsibilities ? Option 1 Assure the process for contracting software is adequate Option 2 Review the adequacy of the contractors test plan Option 3 Perform acceptance testing on the software Option 4 Assure the ongoing operation and maintenance of the contracted software
There is a defect leekage to production environment after release. How to convince the client and what has to be done to retain the client
What is Alpha and Beta Testing?
37 Answers ABC, Aspire, College School Exams Tests, Fidelity, Photon, TATA,
plz send test scenarios and test cases for "user name should have vowels only with the range of 4 to 8 characters"
what will you do in review meetings?
I have one doubt in regression testing, Example if we have five modules such as 1,2,3,4,5. If we made change in 3 module only and also 3 module will interact with only 1 and 5 module. For this case we will conduct testing in all module (or) only 1 and 5 module?? Answer soon firends
various scenarios in any banking project.please give this in detail.
What is driver and stub? where it is used, in top down or bottom up approach?
How do you test the web application?
1 what is smoke and sanity testing , when it will be performed ?
Equivalence testing divides the input domain into classes of data from which test cases can be derived to reduce the total number of test cases that must be developed. is it.explain equivalence testing