// Runmode of test case in a suite
 @BeforeTest
 public void checkTestSkip() throws Exception {
   TestUtil.checkTestSkip("ExamTakerSuite", "TestCase_DeleteExamTaker");
 }