How to Use Approval Workflow for Test Cases
|
|
A lot of our customers and ourselves are using approval workflow for test cases that is designed to mimic GitHub workflow for test cases.
The process is the following:
- You need to have at least 2 test suites for every project:
- Development version where the test cases are created and being debugged
- Always green version where only approved, ready-to-use versions reside
- You can also setup access:
- Everyone have write access to always green test suite
- Only people who are authorized to approve test cases have access to always green test suite and can promote test cases there
Then the workflow will be as follows:
- QA Engineer builds test case in development test suite
- QA Lead reviews the test case and if everything is alright – click “copy” button to promote this test case to always green test suite



