Functional testing of object-oriented software

  • Authors:
  • Juliana Georgieva;Veska Gancheva

  • Affiliations:
  • Dept. of Programming & Computer Systems App., Technical University of Sofia;Dept. of Programming & Computer Systems App., Technical University of Sofia

  • Venue:
  • CompSysTech '03 Proceedings of the 4th international conference conference on Computer systems and technologies: e-Learning
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

The goal of functional testing is to prove that the software performs in conformance with its specification. Functional testing emphasizes the behavioral characteristics of objects by focusing on the interface that is the public, and defining, feature of a class. There are functional test cases for each individual method and functional test cases that treat the class as a unified component. An algorithm that guides the construction of functional test cases for a class is presented. That algorithm can easily be modified to produce test cases at a greater level of coverage. The input to the algorithm will be portions of the class specification that is produced to guide the design process as much as for the testing process.