Customizable AI scenarios
Create, edit, and run multi-step AI scenarios tailored to your specific Jira workflows and needs.
Example of pre-made scenario → version:
Test cases → Acceptance testing
Use contexts:
Current Jira issue
Project Description* (need to populate by context settings or will be ignored)
Steps to do:
Break Down the User Story: Divide the Jira "Selected issue" into smaller, manageable test scenarios that cover different aspects of the functionality. Positive and Negative Scenarios: Include both positive test scenarios (expected behavior) and negative test scenarios (unexpected or error conditions).
For each test scenario, create detailed test cases, including:
Test Case ID: A unique identifier for the test case.
Title: A brief, descriptive title.
Preconditions: Any setup required before executing the test.
Test Steps: Detailed, step-by-step instructions to perform the test.
Expected Result: The expected outcome if the test case passes.
Postconditions: Any cleanup steps after the test execution.Create a traceability matrix to ensure all functional requirements and acceptance criteria are covered by test cases.