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 requirement tracebility and it's format
What are the different testable items in GUI testing?
Testing Engineer having Software Programming knowledge so Which type of testing will be done. 1.Adhoc testing 2.random testing 3. functional testing 4. monkey testing
What type of risk analysis u did in a banking projects...? Give an example...?
can any one send me all the interview point of view questions from manual testing please..........
What are the different ways of writing test cases?
1.write test cases for bangle 2.what is difference between defect and bug life cycle 3.what are the inputs for writing test cases 4.how to map requirements to test cases 5.where to attached the test cases 6.what is sdlc 7.what are the difference between sanity and smoke testings 8. user accaptance testing types 9.what is the mail module in qc 10.why are u changing ur job
2 Answers Cap Gemini, Synechron,
How can I do Server side Interface testing in Web Testing?
wht is ISO standards
On what basis you are fixing up the time for project completion?
what is server-side testing? what is automation framework?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000