private void executeTestCase116() {
    try {
      String last = dbxmlutil.getLastChild("root", "shivaprakash");

      if (last == "START") {

        System.out.println("CATS-JCF-API-DXU-116   ---> PASSED");
      } else {
        System.out.println("CATS-JCF-API-DXU-116   ---> FAILED");
      }

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