How do you analyze your test results? What metrics do you try to provide?

Showing Answers 1 - 3 of 3 Answers

kotireddy

  • Jun 28th, 2005
 

Here analize test results is depend upon the type of defect.there u findout the i mean here sevioritywill come.u metrics to mesure byy using exit and enterence criteria.

  Was this answer useful?  Yes

choudary

  • Jul 8th, 2005
 

after the execution testcases on the corresponding build or version we get the results. 
before track down them into the bugtracking tool we have to analyze them to assign the seviority. 
when we assign the seviority, try to analyse the problem from the perception of the end user. 
from the above u can know how sevior the problem is .

  Was this answer useful?  Yes

garima

  • Aug 10th, 2005
 

Test results are analysed to indentify the major causes of  
defect and which is the phase that has introduced most of the defects.This can be achieved through cause/effect  
analysis or Pareto analysis.Analysis of test results can provide several test matrics.Where matrics are measure to quantify s/w, s/w development resources and s/w development process.Few matrics which we can provide  
are: 
Defect density: total no of defects reported  
during testing/size of project 
test effectiveness:t/(t+uat) 
where t:total no of defect recorded during testing 
and Uat : total no of defect recorded during use acceptance testing 
Defect removal efficiency(DRE): (total no of defect removed / total no of defect injected)*100

  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