Neural Networks Based Test Cases Selection Strategy For Gui Testing

Mao Ye,Boqin Feng,Yao Lin,Li Zhu
DOI: https://doi.org/10.1109/WCICA.2006.1714182
2006-01-01
Abstract:The purpose of Graphical User Interfaces (GUI) testing is to diagnose and expose faults in planning time. It is difficult because the input space of GUI is extremely large due to different permutations of inputs and events. To test GUI needs to run a lot of test cases. Neural networks (NN) were explored to reduce test cases to. expose new faults. The main idea is as follows. Firstly, NN was trained by subset of test cases that had executed and their test results. Trained NN could recognize fault patterns that had been exposed. Secondly, from the test suite that hadn't been executed,. trained NN was used to select test cases that don't belong to the fault patterns. The test cases selected were more likely to expose new faults in GUI. By the method new faults could be exposed by executing fewer test cases. The experimental results show that the strategy is effective.
What problem does this paper attempt to address?