I have a web application that I need to continuously and thoroughly test and automate the JIRA testing process.
I am using a JIRA Cloud subscription.
How to implement the following JIRA requirements:
1 - Writing usage scenarios (user stories) and saving them as elements in JIRA so that I can easily find, search and filter them on JIRA (just as I can do with problems, for example).
2 - Creating test cases by recording them when I test a test case manually for the first time (the same as recording a macro in Excel), and then you can re-run the test cases at any time I want again and record the output every i run them.
- Each test case created must be associated with its parent use case.
- In each use case, many test cases may be associated.
- A test case may involve several use cases.
3 - Run all recorded test cases in batches and collect the results for each run of each test case, and then manually determine whether the test case was successful or unsuccessful for this run.
Please inform.
unit-testing jira jira-plugin
Dv_mh
source share