Stqa-Unit 2
Stqa-Unit 2
Course)
410245 (D): Software Testing and Quality
Assurance
• Test Steps:
1. Navigate to gmail.com
2. In the ’email’ field, enter the email address of
the registered user.
3. Click the ‘Next’ button.
4. Enter the password of the registered user
5. Click ‘Sign In’
• E.g.:
• Test Cases Pass = (80/90)*100 = 88.8 = 89%
Software Test Metrics
• E.g.:
• Test Cases Failed= (10/90)*100 = 11.1 = 11%
Software Test Metrics
• E.g.:
• Test Cases Blocked = (5/90)*100 = 5.5 = 6%
Software Test Metrics
#2. Product Metric
• Software Test Metrics used in the process of defect
analysis phase of STLC.
#2.1. Error Discovery Rate
• It is to determine the effectiveness of the test cases.
• Formula:
Error Discovery Rate = (Total number of defects found
/Total no. of test cases executed)*100
E.g.:
E.g.:
• Total no. of defects identified = 80
• Actual Size= 10
• Defect Density = 80/10 = 8
Software Test Metrics
• #2.5. Defect Removal Efficiency
• It allows us to compare the overall (defects found pre
and post-delivery) defect removal efficiency
Formula:
Defect Removal Efficiency = ((Total no. of defects found
pre-delivery) /( (Total no. of defects found pre-delivery )+
(Total no. of defects found post-delivery)))* 100
• E.g.:
• Total no. of defects found pre-delivery = 80
• Total no. of defects found post-delivery = 10
• Defect Removal Efficiency = ((80) / ((80) + (10)))*100 =
(80/90)*100 = 88.8 = 89%
Software Test Metrics
Thank You
Tha
!!