Empirical Evaluation of the Fault-Detection Effectiveness of Smoke Regression Test Cases for GUI-Based Software

Download: PDF.

“Empirical Evaluation of the Fault-Detection Effectiveness of Smoke Regression Test Cases for GUI-Based Software” by Atif M. Memon and Qing Xie. In ICSM '04: Proceedings of the 20th IEEE International Conference on Software Maintenance, (Washington, DC, USA), 2004, pp. 8-17.

Abstract

Daily builds and smoke regression tests have become popular quality assurance mechanisms to detect defects early during software development and maintenance. In previous work, we addressed a major weakness of current smoke regression testing techniques, i.e., their lack of ability to automatically (re)test graphical user interface (GUI) event interactions -- we presented a GUI smoke regression testing process called Daily Automated Regression Tester (DART). We have deployed DART and have found several interesting characteristics of GUI smoke tests that we empirically demonstrate in this paper. We also combine smoke tests with different types of test oracles and present guidelines for practitioners to help them generate and execute the most effective combinations of test-case length and test oracle complexity. Our experimental subjects consist of four GUI-based applications. We generate 5000-8000 smoke tests (enough to be run in one night) for each application. Our results show that (1) short GUI smoke tests with certain test oracles are effective at detecting a large number of faults, (2) there are classes of faults that our smoke test cannot detect, (3) short smoke tests execute a large percentage of code, and (4) the entire smoke testing process is feasible to do in terms of execution time and storage space.

Download: PDF.

BibTeX entry:

@inproceedings{MemonICSM2004,
   author = {Atif M. Memon and Qing Xie},
   title = {Empirical Evaluation of the Fault-Detection Effectiveness of
	Smoke Regression Test Cases for {GUI}-Based Software},
   booktitle = {ICSM '04: Proceedings of the 20th IEEE International
	Conference on Software Maintenance},
   pages = {8--17},
   publisher = {IEEE Computer Society},
   address = {Washington, DC, USA},
   year = {2004},
   isbn = {0-7695-2213-0}
}

Back to Atif Memon's Publications.