Explain 5 Test Matrics?
Answers were Sorted based on User's Feedback
Test Matrics:
Measurement is fundamental to any engineering discipline.
Why Metrics?
- We cannot control what we cannot measure!
- Metrics helps to measure quality.
- Serves as dash-board.
The main metrics are: size, shedule, and defects.
In this there are main sub metrics.
Test Coverage = Number of units (KLOC/FP) tested / total size of the system.
Test cost (in %) = Cost of testing / total cost *100
Cost to locate defect = Cost of testing / the number of defects located.
Defects detected in testing (in %) = Defects detected in testing / total system defects*100.
Acceptance criteria tested = Acceptance criteria tested / total acceptance criteria.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajendra prasad
Test case effectiveness
Test coverage
Number of defects
Defect severity
Time to find a defect
No of passed testcase
No of Fauiled testcases
Test Cases Executed
Test Cases Unexecuted (Blocked)
Test Cases Re-executed
Number of testers invloved in testing(Man hours)
byeee
Rajendra Prasad
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 5 Yes | 4 No |
Give an example of high severity and low priority bug?
what are the bugs we canot find in the black box testing?
What types of documentation are used in qa?
What are test entry and test exit criteria?
What if requirement document is unclear?
What are the different types of joins
do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com
What is a test condition wen a tester will prepare or write a test condition?
what is release notes?and when it is prepared and who prepares that?.
What is Forward and Backward compatibility? How will you write test cases for compatibility testing?
Different environments in software testing?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.