nagarjuna
Answered On : 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.
Login to rate this answer.
Chakrapani Anumula
Answered On : Oct 11th, 2006
Calcution of how many bugs you found from your Test Cases. Test Cases = 100Bugs Founded = 10Bug Rate = 10%
Login to rate this answer.
Guest
Answered On : Jan 5th, 2007
To make it more clear...
Bug Rate:
No. of Test Caeses Executed / No. of Test Cases failed
Login to rate this answer.
Divya
Answered On : Jan 18th, 2007
Shouldn't it be the reverse???
i.e.
No.of test cases failed / No.of test cases executed
Login to rate this answer.
SEEMA
Answered On : 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.
Login to rate this answer.
Dushyant
Answered On : Aug 2nd, 2011
This one is right:
Bug Rate=No. of Test Caeses Executed / No. of Test Cases failed
Login to rate this answer.
Imran khan
Answered On : Jan 5th, 2012
Bug rate= No of step test case executed/ No of Fail step
Login to rate this answer.
Gothai
Answered On : Mar 15th, 2012
Bug rate = No. of bugs in a given module/Total number of bugs in a project
Login to rate this answer.
Prafulla Sutradhar
Answered On : 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
Login to rate this answer.