Page History
...
- Enable Zephyr Squad for a given project
- Open a requirement story
- Use the Zephyr Squad section to create new tests (or add existing ones)
- Define the Test Case Details and Test Script
- Create a Test Cycle for execution and add the tests
- In Zephyr Squad, a specific testing goal for a given cycle can be pretty flexible. Usually, we would create a test cycle for a given time period (e.g. sprint) + the testing scope (e.g. regression, build-verification, end-to-end). Next sprint, for the same scope, we would need to create a new cycle as each one holds only the execution results specific to that time period.
- Execute
- See the results on the requirement story
- Utilize the reports and/or dashboards for project-level analysis
...
- Enable Xray for a given project
- Map your issue types to requirements and/or defects to make
the - them coverable by Xray tests (in global settings - Jira Administration > Manage Apps > Xray > Issue Type Mapping)
- Activate Xray Requirement Coverage for the project
- Open a requirement story
- Use the Test Coverage section to create new tests (or add existing ones)
- Define the Test Details and issue metadata fields
- (optional) Create a Test Plan from the respective section of Test Details
- In Xray, Test Plans are also flexible in defining the goal and the scope of testing but not as dependent on the time period - you can have the same Test Plan issue between sprints (associated with different Test Executions) and therefore consolidate the results from multiple iterations/builds.
- Create a Test Execution from the “Test Runs” section of Test Details
- Execute
- See the results on the requirement story
- Utilize the reports (built-in or from Xporter/Document Generator) and/or dashboards for project-level analysis
...