/**
  * The annotated method will be run after all the test methods in the current class have been run
  *
  * @throws Exception
  */
 @AfterClass(groups = {"prerequisite"})
 public void testPesAdminLogOut() throws Exception {
   a.logOut();
 }