Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Suite Automation Job Notes

  • Since cucumber Cucumber JVM supports the BDD framework, in Zephyr Enterprise, it will create test cases with test steps. For the remaining frameworks, only test cases will be present and not the test cases with test steps.

  • In Eggplant, Zephyr will give the result path as a CSV file instead of an XML file. For example, D:\egg plant\Files\EggPlant\test.suite\Results\SuiteStatistics.csv.

  • For every failed test case, it will attach screenshots or logs on the Test Execution page.

  • For Cucumber, if any of the steps fail, the next steps will not be executed and the test case status will be set to fail.

  • User can create their automated scripts through any framework, and they can execute their scripts by eclipse, bat file, sh file, Jenkins, Maven, etc. 

    • This depends from one user to another in user configuration.

    • After executing their script, they must have generated reports in any format like JSON, XML, PDF, etc.

    • Zephyr is only supporting JUnit XML now and only the above-mentioned frameworks.

...