How to calculate the bug rate?

Showing Answers 1 - 23 of 23 Answers

nagarjuna

  • Oct 11th, 2006
 

We can calculate the bug rate by depending up on number of test cases passed and the decreased in the rate fall of bugs.

  Was this answer useful?  Yes

Chakrapani Anumula

  • Oct 11th, 2006
 

Calcution of how many bugs you found from your Test Cases. Test Cases = 100Bugs Founded = 10Bug Rate = 10%

  Was this answer useful?  Yes

Guest

  • Jan 5th, 2007
 

To make it more clear...

Bug Rate:

No. of Test Caeses Executed / No. of Test Cases failed

  Was this answer useful?  Yes

Divya

  • Jan 18th, 2007
 

Shouldn't it be the reverse???

i.e.

No.of test cases failed / No.of test cases executed

  Was this answer useful?  Yes

SEEMA

  • Jan 22nd, 2007
 

He is saying in percentage and u r saying in fraction, makes the answer one and the same.So both are right.

  Was this answer useful?  Yes

Dushyant

  • Aug 2nd, 2011
 

This one is right:

Bug Rate=No. of Test Caeses Executed / No. of Test Cases failed

  Was this answer useful?  Yes

Imran khan

  • Jan 5th, 2012
 

Bug rate= No of step test case executed/ No of Fail step

  Was this answer useful?  Yes

Gothai

  • Mar 15th, 2012
 

Bug rate = No. of bugs in a given module/Total number of bugs in a project

  Was this answer useful?  Yes

Prafulla Sutradhar

  • Sep 18th, 2012
 

If you say , Bug rate = total bugs found in software/ total test case exicute in software.
total bugs found
bug rate % that means ,rate%=---------------------------*100 . (10/1000)*100=1%
total test cases run

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions