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 the purpose of using Tracability Matrix and how can you tell that testing has been succseed.
What is showstopper defect?
Is there any group of software tester in India so as everybody can join them?
can we do database testing in manual testing? then how we write the test case?
Whats the meaning of features to be tested and features not to be tested in Test plan?
3 Answers Oneclick Testing Solutions,
How do you determine wat to be tested?
define the testing technique?
actually i want some sample test case which used in projects
what is non-functional testing? give 2 example..
What is Wound Fixing?
what is difference b/w Quality assurance & Quality control
Explain Acceptance Testing with an Example