What Test Oracle Should I Use for Effective GUI Testing?

Download: PDF.

“What Test Oracle Should I Use for Effective GUI Testing?” by Atif M. Memon, Ishan Banerjee, and Adithya Nagarajan. In Proceedings of the IEEE International Conference on Automated Software Engineering, Oct. 2003, pp. 164-173.

Abstract

Test designers widely believe that the overall effectiveness and cost of software testing depends largely on the type and number of test cases executed on the software. In this paper we show that the test oracle used during testing also contributes significantly to test effectiveness and cost. A test oracle is a mechanism that determines whether a software executed correctly for a test case. We define a test oracle to contain two essential parts: oracle information that represents expected output, and an oracle procedure that compares the oracle information with the actual output. By varying the level of detail of oracle information and changing the oracle procedure, a test designer can create different types of test oracles. We design 11 types of test oracles and empirically compare them on four software systems. We seed faults in each software to create 100 faulty versions, execute 600 test cases on each version, for all 11 types of oracles. In all, we report results of 660,000 test runs on each software. We show (1) the time and space requirements of the oracles, (2) that faults are detected early in the testing process when using detailed oracle information and complex oracle procedures, although at a higher cost per test case, and (3) that employing expensive oracles results in detecting a large number of faults using relatively smaller number of test cases.

Download: PDF.

BibTeX entry:

@inproceedings{MemonASE2003,
   author = {Atif M. Memon and Ishan Banerjee and Adithya Nagarajan},
   title = {What Test Oracle Should {I} Use for Effective {GUI} Testing?},
   booktitle = {Proceedings of the IEEE International Conference on
	Automated Software Engineering},
   pages = {164--173},
   publisher = {IEEE Computer Society},
   month = oct,
   year = {2003}
}

Back to Atif Memon's Publications.