@Test
  public void testSitecoreArchetypeUnitTest() throws InterruptedException, IOException, Exception {
    try {

      System.out.println("---------testSitecoreArchetypeUnitTest()-------------");
      methodName = Thread.currentThread().getStackTrace()[1].getMethodName();
      appBaseScreen.sitecoreUnitTest(methodName, sitecoreConst);
    } catch (Exception t) {
      t.printStackTrace();
    }
  }