bot.buttonInGroup("&Scan...","Web Application").click();
assertEquals("webcontent",new SWTBotText(texts.get(2)).getText());
RJRSWTBotTree tree = new RJRSWTBotTree((Tree) bot.getFocusedWidget());
tree.getSelectedTreeItems().get(0).contextMenu("Delete").click();
bot.button("Yes").click();
bot.button("Close").click();
}