wizardBot.addObjectClasses( "inetOrgPerson" );
wizardBot.clickNextButton();
wizardBot.setRdnType( 1, "cn" );
wizardBot.setRdnValue( 1, "testCreatePersonEntry" );
wizardBot.clickNextButton();
wizardBot.setAttributeValue( "sn", 1, "test" );
wizardBot.clickFinishButton();
assertTrue( browserViewBot.existsEntry( "DIT", "Root DSE", "ou=system", "cn=testCreatePersonEntry" ) );