Versions Compared

Key

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

...

  • X-Ray Test Management
    • Fully integrated with Jira
    • New issues are added to Jira
    • Adds Tests and Test Executions to Jira stories/epics
    • Can do a Test Plan to group related tests together, shows results in reports for a sprint/epic
    • Can also do a Test Set to collect sets, not associated with anything
    • Test Sets are a collection of Test Cases
    • Three types of tests supported:
      • Cucumber
        • Given-When-Then Gerkin language for how the behavior should work (Action and Assertion)
        • Given is used as the pre-condition of the test
      • Manual
        • Just Test Steps with Expected and Acdtual Results
      • Generic
        • Can integrate automated tests (class, file, script) into the Test Plan
    • For manual tests, you can pass/fail at each step.  For gerkin tests, the entire test either passes or fails
    • Tests should be based on the version being released, so daily runs could fail but not effect the release candidate run of the tests
    • Can select the order of the tests to run (need to investigate if this is test plan or test set)