Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
What is X-Ray
X-ray is a management tool in JIRA that requires no configuration from the user. If you are familiar with JIRA, X-Ray should pose no problems as the usage and workflows are the same. The tool can be used both in Feature Sprints and during UAT.
...
Info |
---|
You can learn more by checking the official site and documentation here. |
X-Ray New issue types in JIRA
Test = test case with details
Test Plan = define the scope of testing, contain all Tests tested in the project
Test Set = group of Tests created for testing the same purpose, we usually don’t use it
Test Execution = group of Tests ready for test execution, there should be one Test execution for each Feature Sprint or for every tester in UAT phase
Precondition = can specify in details preconditions for Tests, we usually don’t use it
Sub Test Execution = similar like Test Execution, we usually don’t use it
Demo test cases were created in Test QA project in our JIRA:
The demos includes:
Basic overview of issue types
How to start with testing on the project
How to create test cases from User Stories
How to execute test cases and report the results
How to see test progress and test results
How to see bugs linked to failed test cases
Test Plan: Jira Legacy
server | System JIRA |
---|---|
serverId | 0e65890b-f559-36c3-b4f7-807e5b0df1a0 |
key | PFTQA-209 |
Test Executions:
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
...
User acceptance testing (UAT) involves test planning and test execution to ensure that the software meets the requirements of end users. In test planning, test scenarios are identified, test cases are defined, and priorities are set. Resources are allocated, and a test plan is documented. During test execution, the testing environment is set up, test data is prepared, and test cases are executed. Any defects found are reported.
Test Executions:
Info |
---|
Testing Board: Check it out here. See folder UAT demo test cases at the beginning of the list. Open the folder to check out dedicated use cases. |
Alternatively, you can check out out sample UAT test cases in the dedicated Excel file indownloadsDownloads.
Tips for the project
To make sure that your project runs as smoothly as possible, here are some tips we have learned after extensive testing. Implement them into your projects to ensure the most efficient process you can.
...