Hierarchical GUI Test Case Generation Using Automated Planning

Download: PDF.

“Hierarchical GUI Test Case Generation Using Automated Planning” by Atif M. Memon, Martha E. Pollack, and Mary Lou Soffa. IEEE Trans. Softw. Eng., vol. 27, no. 2, 2001, pp. 144-155, IEEE Press.

Abstract

The widespread use of GUIs for interacting with software is leading to the construction of more and more complex GUIs. With the growing complexity come challenges in testing the correctness of a GUI and its underlying software. We present a new technique to automatically generate test cases for GUIs that exploits planning, a well-developed and used technique in artificial intelligence. Given a set of operators, an initial state, and a goal state, a planner produces a sequence of the operators that will transform the initial state to the goal state. Our test case generation technique enables efficient application of planning by first creating a hierarchical model of a GUI based on its structure. The GUI model consists of hierarchical planning operators representing the possible events in the GUI. The test designer defines the preconditions and effects of the hierarchical operators, which are input into a plan-generation system. The test designer also creates scenarios that represent typical initial and goal states for a GUI user. The planner then generates plans representing sequences of GUI interactions that a user might employ to reach the goal state from the initial state. We implemented our test case generation system, called Planning Assisted Tester for grapHical user interface Systems (PATHS) and experimentally evaluated its practicality and effectiveness. We describe a prototype implementation of PATHS and report on the results of controlled experiments to generate test cases for Microsoft's WordPad.

Download: PDF.

BibTeX entry:

@article{MemonTSE2001,
   author = {Atif M. Memon and Martha E. Pollack and Mary Lou Soffa},
   title = {Hierarchical {GUI} Test Case Generation Using Automated Planning},
   journal = {IEEE Trans. Softw. Eng.},
   volume = {27},
   number = {2},
   pages = {144--155},
   publisher = {IEEE Press},
   address = {Piscataway, NJ, USA},
   year = {2001},
   issn = {0098-5589}
}

Back to Atif Memon's Publications.