Computer Science, asked by ravindrachindirala, 5 months ago

if there are 300 test cases being executed by 3 people for 5 days and got 25 defects, what is defect density​

Answers

Answered by joyashaik3
24

Answer:

answer will be 12 defect density

Answered by Sanav1106
0

The defect density is 0.04.

  • The number of bugs that are confirmed in a software application or module at the time of development when divided by the size of the software/ module, is termed a defect density.
  • It is counted in per thousand lines of code which is also known as KLOC.
  • Defect density= 25/300=1/12=0.04.

#SPJ2

Similar questions