hi can anyone say how we can use test metrices in an
applistion
Answer / biju
Software Metrics
For every project, measurements are required to calculate
the value of quality. Usually they are collected in
percentage. We have to make sure the metrics collected are
value added to deliver quality product. Many organization
collect metrics in different format. They use their own
style and templates.
Here is some of the sample Metrics collected:
Effort
- includes Planned/ Actual Hours, Effort for Test Design,
Effort for Test Execution , Effort for Test Automation,
Rework Effort
Test Case
- includes # of Test Cases, Designed, # of Test Cases
Executed # of Test Cases Failed, # of Test Cases available
for testing , # of Regression Test Cases Executed , # of
Manual/Automated Test Cases Executed , # of LOC written for
Test Automation(If Automation tool used)
Defects
- includes # of Defects Reported, # of Defects Rejected , #
of Defects Reported in Regression Tests, # of Defects
Reported in Manual /Automated Testing , # of Defects
Reported in the previously tested release
Reference:
http://www.sphur.com/?p=44
| Is This Answer Correct ? | 0 Yes | 0 No |
what is mean by object oriented design?how is testing affected by object oriented designs?
what is waterfall model?explain? what is v model? explain all phase?and the difference between two model?
What is the limitation of First Name, Middle Name & Last Name text box? and what is the limitation 0f Only Name text box?
Test approach to windows update?
Tell me about the best bug you ever found.
What is integration testing
Which is not formally included in Test Plan? 1)Features to be tested 2)Incident reports 3)Risks 4) Schedule Pls reply .Thanks
What do you understand by usability testing?
how do you determine what to test?
As the software development process progresses, proper setup and maintenance of test traceability requires that the test process starts when?
When is Ad-hoc Testing done in a project?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.