What is Defect containment?
Answers were Sorted based on User's Feedback
Answer / suneel reddy
Defect containment is nothing but checking not to propagate
defects from 1 phase 2 another phase
| Is This Answer Correct ? | 32 Yes | 5 No |
Answer / mfsi_priyankaa
Because of the large size of most software systems, the
defect reduction activities can only reduce the number of
faults to a fairly low level but not completely eliminate
them. So some other means need to be used to prevent
failures by breaking the casual relations between these
faults and the resulting failures, thus “tolerating” these
faults, or "to contain” the failures by reducing the
resulting damage.
This way of dealing with defects is called "defect containment".
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / ramu
Phase Containment = (Errors found in Requirements review)/
(Requirements errors found+ Requirements defects found in
all subsequent phases)*100
Same for all the phases. It is also called as Defect
Containment
| Is This Answer Correct ? | 12 Yes | 8 No |
Answer / kalyani
A defect containment is a way of displaying information about the issues and problem reports found for a system.
| Is This Answer Correct ? | 0 Yes | 0 No |
1. can automation testing replace manual testing ? If it so, how ?
Difference between Client server application & Web based application?
3 Answers CMS, H5 Asia Pacific, IBM,
what is fusion testing and impact analysis???
Hi!! Could anyone tell me the risks that usually appear while testing web application [let say - eCommerce] Thanks!
what is API 2.0?
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
How do u approach for testing a web application?
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....
Difference between System Testing and System Intergration Testing(SIT) with Example
How to write test scenario for white board?What is scenario? pls explain me with example.
Have you done exploratory or specification-driven testing?
Difference Between Adhoc Testing & Exploratory Testing?