Metrics for Evaluating Application System Testing?
Answer / ramyab.mca@gmail.com
Hai...
Metric = Formula
Test Coverage = Number of units (KLOC/FP) tested / total
size of the system. (LOC represents Lines of Code)
Number of tests per unit size = Number of test cases per
KLOC/FP (LOC represents Lines of Code).
Acceptance criteria tested = Acceptance criteria tested /
total acceptance criteria
Defects per size = Defects detected / system size
Test cost (in %) = Cost of testing / total cost *100
Cost to locate defect = Cost of testing / the number of
defects located
Achieving Budget = Actual cost of testing / Budgeted cost
of testing
Defects detected in testing = Defects detected in testing /
total system defects
Defects detected in production = Defects detected in
production/system size
Quality of Testing = No of defects found during Testing/(No
of defects found during testing + No of acceptance defects
found after delivery) *100
Effectiveness of testing to business = Loss due to
problems / total resources processed by the system.
System complaints = Number of third party complaints /
number of transactions processed
Scale of Ten = Assessment of testing by giving rating in
scale of 1 to 10
Source Code Analysis = Number of source code statements
changed / total number of tests.
Effort Productivity = Test Planning Productivity = No of
Test cases designed / Actual Effort for Design and
Documentation
Test Execution Productivity = No of Test cycles executed /
Actual Effort for testing
Is This Answer Correct ? | 2 Yes | 1 No |
What is Functional Testing and Regression Testing?
Wht tools are used in Manual testing for bug tracking and reporting?
Hi.. I am working as a tester in a small company. I have 2+ yrs exp in manual. we are using only excel sheet for preparing bug report. Now i want to search job in other company..I dont have any idea about bug tracking tool..should i know abt any bug tracking tool to get better job?
On what basis you are fixing up the time for project completion?
what is meant by port testing?
i have done B.E. computer in 2009 i have done software testing course and also 6 months exp in testing on live project as trainee, now a days i am searching job in pune. can any one tell me any opening in pune?
Data flow testing is a control structure testing technique where the criteria used to design test cases is that they Option 1 Rely on basis path testing Option 2 Exercise the logical conditions in a program module Option 3 Select test paths based on the locations and uses of variables Option 4 Focus on testing the validity of loop constructs
hi can any one suggest how to write test case for a text box regarding its hight and width. How do you know that the text box having correct hight & Width?
What is Change and configuration management repositoty
What is good code?
how can u do regression testing tell me procedure?
When the GUI Testing will be held on the V model ?