IfSQ logo

IfSQ


Papers, Presentations and Books

Journal Paper: Cover of IEEE Transactions on Software Engineering

Comparing The Effectiveness of Software Testing Strategies

  • Victor R. Basili, and Richard W. Selby
  • Recorded 1987 in IEEE Transactions on Software Engineering Link to IEEE Transactions on Software Engineering at www.computer.org/tse, SE-13, no. 12, December
  • Pages 1278-96
  • Abstract:
    This study applies an experimentation methodology to compare three state-of-the-practice software testing techniques: a) code reading by stepwise abstraction, b) functional testing using equivalence partitioning and boundary value analysis, and c) structural testing using 100 percent statement coverage criteria. The study compares the strategies in three aspects of software testing: fault detection effectiveness, fault detection cost, and classes of faults detected. Thirty-two professional programmers and 42 advanced students applied the three techniques to four unit-sized programs in a fractional factorial experimental design. The major results of this study are the following. 1) With the professional programmers, code reading detected more software faults and had a higher fault detection rate than did functional or structural testing, while functional testing detected more faults than did structural testing, but functional and structural testing were not different in fault detection rate. 2) In one advanced student subject group, code reading and functional testing were not different in faults found, but were both superior to structural testing, while in the other advanced student subject group there was no difference among the techniques. 3) With the advanced student subjects, the three techniques were not different in fault detection rate. 4) Number of faults observed, fault detection rate, and total effort in detection depended on the type of software tested. 5) Code reading detected more interface faults than did the other methods. 6) Functional testing detected more control faults than did the other methods.
  • Link:
    Comparing The Effectiveness of Software Testing Strategies Link to Comparing The Effectiveness of Software Testing Strategies at ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1702179

Findings relevant to IfSQ Standards: