studioBot.resetLdapPerspective();
connectionsViewBot = studioBot.getConnectionView();
connectionsViewBot.createTestConnection( "SearchTest1", ldapServer.getPort() );
connectionsViewBot.createTestConnection( "SearchTest2", ldapServer.getPort() );
bot = new SWTWorkbenchBot();
}