Testing metrics:
*****************

* User participation:
To find the involvement of the tester = User participation / (test time vs total time)

* Path tested:
Extent of testing = No. of path tested / Total no. of paths.

* Acceptance criteria tested
Extent of testing = Acceptance criteria vs. Total acceptance criteria.

* Test Cost:
Resources consumed in testing = Total cost vs. Total system cost.
This metric identifies the amount of resources used in the testing process.

* Cost to locate defect:
Resources consumed in the testing = Total cost / No. of defects located in testing.
This metric shows the cost to locate a defect.

* Detected production defect:
Effectiveness of testing = No. of defects detected in production / Application system size.

* Test automation
Effectiveness of testing = cost of manual test / test cost.