%0 Conference Paper %B Software Testing, Verification and Validation (ICST), 2010 Third International Conference on %D 2010 %T Repairing GUI Test Suites Using a Genetic Algorithm %A Huang,Si %A Cohen,M. B %A Memon, Atif M. %K automated functional testing %K genetic algorithm %K Genetic algorithms %K graph model %K graphical user interface %K Graphical user interfaces %K GUI test suite %K program testing %K random algorithm %K synthetic program %K test case %X Recent advances in automated functional testing of Graphical User Interfaces (GUIs) rely on deriving graph models that approximate all possible sequences of events that may be executed on the GUI, and then use the graphs to generate test cases (event sequences) that achieve a specified coverage goal. However, because these models are only approximations of the actual event flows, the generated test cases may suffer from problems of infeasibility, i.e., some events may not be available for execution causing the test case to terminate prematurely. In this paper we develop a method to automatically repair GUI test suites, generating new test cases that are feasible. We use a genetic algorithm to evolve new test cases that increase our test suite's coverage while avoiding infeasible sequences. We experiment with this algorithm on a set of synthetic programs containing different types of constraints and for test sequences of varying lengths. Our results suggest that we can generate new test cases to cover most of the feasible coverage and that the genetic algorithm outperforms a random algorithm trying to achieve the same goal in almost all cases. %B Software Testing, Verification and Validation (ICST), 2010 Third International Conference on %P 245 - 254 %8 2010/04// %G eng %R 10.1109/ICST.2010.39