This directory contains the results of the experimental evaulation of the techniques presented in the paper: "A Framework for Automated Testing of JavaScript Web Applications" Each benchmark directory contains 4 sub-folders, which each correspond to one instantiantion of the framework. Each instantiation directory contains 3 text files: conf.txt : The list of event sequences executed by the tool. coverage.txt : Contains all the source of the application undertest. Each executable line is prefixed with either ">>>" or "---" which means covered or not covered respectively. The end of this file also contains a list of the JavaScript bugs that was detected. Note that this list might have duplicate entries. executionSummary.txt : This file contains all the HTML validation errors that were detected.