@Before
public void setUp() throws Exception
{
studioBot = new StudioBot();
studioBot.resetLdapPerspective();
connectionsViewBot = studioBot.getConnectionView();
connection1 = connectionsViewBot.createTestConnection( "SearchTest1", ldapServer.getPort() );
connection2 = connectionsViewBot.createTestConnection( "SearchTest2", ldapServer.getPort() );
browserViewBot = studioBot.getBrowserView();