Versions Compared

Key

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

...

  1. Create the “manual” scripted Test and executed it as usual
  2. If using JUnit, Robot, NUnit or TestNG…
    1. Create the automated test code (outside Jira) and submit the results using REST API or one of available CI plugins
      1. “Generic”, unstructured, Test issues would be automatically provisioned, if needed (e. if they don’t already exist).
        1. Xray tries to find an existing Generic Test having the same Definition field (e.g.  classname+method); if it succeeds, it maps it to that existing Test otherwise it will create one Test
  3. If using Cucumber (which doesn’t support auto-provisioning of Test issues)…
    1. You would need to follow one of the flows depicted herehttps://confluence.xpand-it.com/pages/viewpage.action?pageId=46858243#TestinginBDDwithGherkinbasedframeworksTesting in BDD with Gherkin based frameworks (e.g. Cucumber)-Workflows
  4. Manually create the link between the two Tests (if you use links as a means to relate them)

...