What is Test Metrics? and what are the different types of test metrics?
Answers were Sorted based on User's Feedback
Answer / lakshmi
Test Metrics means set of techniques whose aim is to
measure the quality of a computer program.
Most metrics in software quality assurance fall under one
of two categories, product metrics and process metrics.
Product metrics are for describing characteristics of
product such as it’s size, complexity, features, and
performance. Several common product metrics are mean time
to failure, defect density, customer problem, and customer
satisfaction metrics.
Process metrics are strictly for evaluating & improving the
effectiveness of development and maintenance processes.
Some common process metrics are defect arrival pattern,
backlog management index, fix quality, and fix response
time metrics
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jeevan reddy
The term used to describe a measurement of a particular
attribute of a software project is a Software Metric.
QA recognize two subsets of Software Testing Metrics:
-Test Process Metrics
These measures provide information about preparation for
testing, test execution and test progress.
They don’t provide information about the test state of the
product and are primarily of use in measuring
progress of the Test Phase.
-Test Product Metrics
These measures provide information about the test state of
the product and are generated by test
execution and code fixes or deferment. Using these metrics
we can gauge the products test state and
Indicative level of quality, useful for product release
decisions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nani
it is a table which contains the different modules to be
tested as a row and types of testing technique as a column.
types are ->
1 requirement traceability matrix
2 traceability phase matrix
3 test response matrix
| Is This Answer Correct ? | 0 Yes | 6 No |
what is entry and exit criteria?
what the diff b/w Smoke Testing and Santy Testing?
10 Answers Cap Gemini, Financial Technologies,
What are the different types of joins
Can u plz write/tell me 2 main Negative Test Cases for my Mobile Phone.
what is regression testing and what is system testing? whaen we will do the regression testing and when we will do the system testing?
Complete Testing questions
what is meant by port testing?
how to do manual test?
What are the test methodologies??
What are the uses of test plans? What is the need of test plans and explain their significance
Explain about Security Testing in webbased application?
what are the differences between stub abd the driver ?