@BeforeClass
 public static void initSuit() throws Exception {
   TestConstants.initConstants();
 }
 @Before
 public void setUp() throws Exception {
   TestConstants.initConstants();
 }