How do you analyze your test results? What metrics do you
try to provide?
Answers were Sorted based on User's Feedback
Answer / anuradha
test case execution productivity --
no.of test cases to be executed/ effort spend on execution
test case preparation productivity --
no.of test cases prepared/effort spend on test cases
preparation
Test design coverage --
total no of test cases prepared/ total no of requirement *
test scenarios
defect density -
total no of defects/size of work product ( TCP)
defect accepatance ratio -
valid defects/ valid + rejected defects
defect rejection ratio
rejected defect/rejected defect+ valid defects
defect removal effeiciency --
total no of review defects+valid defects/ review
defects+valid defects+UAT defects+production defects
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saran
Test results are analysed to identify major causes of
defects,which phase defects were identified.This can be
achieved by cause/effect analysis.Analysis of test results
produce several test metrics.Few Test metrcs are
Defect density:Total no of defects analysed durring testing.
Test effectiveness:Total no of defects recorded during UAT.
Defect removal Efficiency:Total no of defects removed.
| Is This Answer Correct ? | 2 Yes | 5 No |
A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?
we have develop one program i.e palindrome for string character to check whether that string is palindrome or not. example palindrome mean if u type ABCDCBA,RAAR..u can read it form start or u can read it from end u find same string... write the test cases for the above what u wil do for edges boundaries check wether the program is correct or not
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
What is mean by Test Plan? What details will be mention in it?
What is difference between windows based application and web based application?
At what stage the unit testing has to be done?
What are cookies and how to test cookies
6 Answers Chetu India, Teradata, Wipro,
What is Test Strategy in test plan, Please explain in detail ?
What you do whenever reported defect rejected?
how u do database testing
When a website is ready and you are asked to test it what will u do?If you don't have any requirements and your team manager also doesn't have any requirements?
What is six sigma?