Metrics for Evaluating Application System Testing?
Answer Posted / ramyab.mca@gmail.com
Hai...
Metric = Formula
Test Coverage = Number of units (KLOC/FP) tested / total
size of the system. (LOC represents Lines of Code)
Number of tests per unit size = Number of test cases per
KLOC/FP (LOC represents Lines of Code).
Acceptance criteria tested = Acceptance criteria tested /
total acceptance criteria
Defects per size = Defects detected / system size
Test cost (in %) = Cost of testing / total cost *100
Cost to locate defect = Cost of testing / the number of
defects located
Achieving Budget = Actual cost of testing / Budgeted cost
of testing
Defects detected in testing = Defects detected in testing /
total system defects
Defects detected in production = Defects detected in
production/system size
Quality of Testing = No of defects found during Testing/(No
of defects found during testing + No of acceptance defects
found after delivery) *100
Effectiveness of testing to business = Loss due to
problems / total resources processed by the system.
System complaints = Number of third party complaints /
number of transactions processed
Scale of Ten = Assessment of testing by giving rating in
scale of 1 to 10
Source Code Analysis = Number of source code statements
changed / total number of tests.
Effort Productivity = Test Planning Productivity = No of
Test cases designed / Actual Effort for Design and
Documentation
Test Execution Productivity = No of Test cycles executed /
Actual Effort for testing
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain Test Plan with example? Explain following in the test plan with examples What is being tested? What are pass/fail criteria? When will each test occur? What Hardware & Software environment is required? What features must be tested? What features will not be tested? What are the responsibilities of individuals & organisation in the project?
why use caffine for HPLC calibration ?
how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc
What are some best practices that you should follow when writing test cases?
What is mean by incident logging system ?
What is a code walk through?
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
Can you explain process areas in cmmi?
What is severity and priority of bug? Give some example.
Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
When will the testing starts?
How should validation activities be handled?
What is the different between SIT and UIT?
Can any one give a summary of testing a territory management system? what would be the test scenarios, few test cases. how it works.
What is PBX Testing & What is Test coverage?