mTestDesign.initializeTester(0);
//reset the visualisation panel
mVisualisation.resetRunTimeInformation();
//Try to fully explore the complete graph before running the test explorations
Tester tester = TestExeModel.getTester(0);
GraphListener graph = tester.buildGraph();
mVisualisation.showEmptyExploredGraph(graph);
// Clear the information in Result viewer text area
mResultViewer.resetRunTimeInformation();