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 |
write negative testcases for notepad
What is a Rad model?what are the advantages and disadvantages of rad model over the other sdlcs?
After Executing the testcases, logging bugs...after completing all this processes, what document tester will prepare?
What is Version Control?
What is 2-tier architecture, 3-tier architecture?
What techniques will cause double-byte problems to show up?
If I have written the test cases for any module.And some features are added/removed to & from that module then what should I do with test cases?
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?
What group of teams can do software testing?
How will you test or write test cases when you dont have BRS and SRS?
what is master review and peer review
how to determine if a test environment is approritate?