// Verifying the connections count is 0
assertEquals( 0, getBrowserConnectionsCount() );
// Creating a connection associated with the server
ConnectionFromServerDialogBot connectionFromServerDialogBot = serversViewBot.createConnectionFromServer();
connectionFromServerDialogBot.clickOkButton();
// Verifying the connections count is now 1
assertEquals( 1, getBrowserConnectionsCount() );
// Opening the connection