Print Page | Close Window

Test Efficiency Vs Effectiveness

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Manual Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Manual Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=6657
Printed Date: 19Nov2024 at 6:22pm


Topic: Test Efficiency Vs Effectiveness
Posted By: Mithi25
Subject: Test Efficiency Vs Effectiveness
Date Posted: 23Jul2009 at 10:51pm
Software Test Efficiency:

- It is internal in the organization how much resources were consumed how much of these resources were utilized.
- Software Test Efficiency is number of test cases executed divided by unit of time (generally per hour).
- Test Efficiency test the amount of code and testing resources required by a program to perform a particular function.

Here are some formulas to calculate Software Test Efficiency (for different factors):

Test efficiency = (total number of defects found in unit+integration+system) / (total number of defects found in unit+integration+system+User acceptance testing)

Testing Efficiency = (No. of defects Resolved / Total No. of Defects Submitted)* 100

Software Test Effectiveness:Software Test Effectiveness covers three aspects:

- How much the customer's requirements are satisfied by the system.
- How well the customer specifications are achieved by the system.
- How much effort is put in developing the system.

Software Test Effectivness judge the Effect of the test enviornment on the http://www.softwaretestingstuff.com/2007/10/test-efficiency-vs-test-effectiveness.html# -



Print Page | Close Window