Submitted Questions

  • Defect Retest

    Why is it important to thoroughly retest a defect after it has been reported fixed? How will you do that?

    Swapnil

    • Dec 16th, 2011

    Defect retesting is important, because it is closed from the dev team. but somebody has to approve it that it is really been fixed. On the other hand it is very important to do the regression of it, because it might have created some side effects. :)

  • Defect Migration

    "Defect Migration" means that error is early project documents lead to errors in later documents. For example, an incorrect requirement leads to an incorrect set of speacifications, which leads to design errors, which leads to coding errors, which lead to failures when we test against user expectations.a. How will you prevent Defect Migration?b. Why do you think preventing Defect Migration is important?

  • Appropriate Bug Value

    How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.