Can you explain the concept of defect cascading?
Answers were Sorted based on User's Feedback
Answer / mfsi_krushnas
Defect cascading - In a software development life cycle when
a defect is present in any phase but is not identified,
percolates to other phases without getting noticed. Thus
resulting in increase in number of defects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amit tarey
Defect cascading - In a software development life cycle when a defect is present in any phase but is not identified, percolates to other phases without getting noticed. Thus resulting in increase in number of defects.
| Is This Answer Correct ? | 0 Yes | 1 No |
can u plz give an example for regression testing with example.
There are 100 test cases. And you got a bug at 85th test case. You reported it to dev. and dev. fixed that bug. when you are doing regression testing from which test case u'll do testing?? will start from 85 th test case are u'll execute 100 test cases?
Guys, can any one of u give the realtime example for Functional Test
How to write a scenario from requirements?give an example..
What is the Driver in Integration Testing..Anybody can explain it.....Thanks in advance.....
what are the parameters use to write the test plan document?
Entry and Exit Ceiteria for System Testing?
What is mean by testing Methodology?
10 Answers BlueShift Technology,
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?
how to call a text file
what is role of tester in spiral model?
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?