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

      System.out.println("---------testSitecoreArchetypeConfigurationServer()-------------");
      methodName = Thread.currentThread().getStackTrace()[1].getMethodName();
      appBaseScreen.sitecoreConfigurationServer(methodName, sitecoreConst);

    } catch (Exception t) {
      t.printStackTrace();
    }
  }