what is metrics?...What metrics do u follow in ur company?
Answers were Sorted based on User's Feedback
Answer / nazeer
A standard measurement.
A Softwte metrics is a statistics describing the structure
or content of a program. A metric SHOULD be real objective
measurement of something such as number OF bugs per lines
of code
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / lucky
Metrics is the measurement of the quality of a software.
Quality of a product means
1.The product is defect free.
2.Product is delivered on time.
3.Product doesnot have any open issues.
They are different matrics to measure the quality of a
software:
1.Defect Metrics
• number of design changes
• number of errors detected spections
• number of errors detected in program tests
• number of code changes required
2.product metrics
size metrics
complexity metrics
quality metrics
3.process metrics
4.resource metrics
5.project metrics
| Is This Answer Correct ? | 1 Yes | 1 No |
metrics:
Measurement is fundamental to any engineering discipline.
- 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 ? | 0 Yes | 0 No |
Answer / murali krishna gvs
Matrics is nothing but a defects count, based on the
severity and priority
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / jawahar
Metrics is nothing but measuring the quality of the product.
1. Product metrics
2. Process metrics
so according to company, any one of the metrics will be
used.
If im wrong correct it
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / nithin(mahabubabad)
IT IS A STANDARD MEASUREMENT TO CHECK NO. OF BUGS PER LINE
OF CODE....(IT'S A DEVELOPERS DUTY)
| Is This Answer Correct ? | 0 Yes | 1 No |
What is configuration management in software testing ?
Difference Between Adhoc Testing & Exploratory Testing?
Good testing tools institute in Bangalore?My name is Vishal V
how is security testing done in ecommerece application?
What is ofx testing?
What is the model which is followed in your project.
PLS HELP. i'm a rookie How to write test case with multiple textboxes??
1.How can you Pick Integration Test Cases? 2.When will you start Regression Testing? 3.What is the difference between QA & QC? 4.When Will you Exit In Testing? 5.Test Deliverable's 6.What is the difference between windows based appln and web based appln? 7.What are the types of regression testing?
Hi all, I am currently working in manual testing and am interested in database testing. How do I change my career from manual to database testing? What are the prerequisites for that inorder to equip myself for database testing?
what will u do if ur given 20 days to complete a testing activity but ur manages to complete it in 10 days? how will u spend the next 10 days?
I attended CDC software written test on 14th august 2009.time is 45 minutes. 10 objective type questions & 10 descriptive questions. In objective they asked questions from database like what is MTTF,Hotfix,Normalization,table index is used for what?,Release notes etc... 1.What is Registry? 2.What is compatibility testing? 3.Diff between Automated&Performance testing? 4.What is testing for availability? 5.Open database connectivity interface is used for/ 6.Difference btn Application and DLL'S? 7.What is code complete? 8.What is Release candidate? 9.What is smoke test? 10.Is virus a bug?
what is metrices?