|
In scope:
- Smoke and Critical Path tests for new functionality (should be linked to the feature for the functionality, in the release that the feature is completed in)
Out of scope:
- Individual unit tests (covered by RTL/Jest work)
- Performance/stability tests for large files (covered by the Stability feature)
Within the tests:
- Will need to configure the environment
- Reset environment after tests
After the tests are written
- Confirm that they are running and passing on a regular basis
- Fix any problems identified during the automated runs
- Retire the manual TestRail case(s) that the automated test replaces
- See PO if any questions
- See description here for updating TestRail
- If possible, add recording of the automated test to the Jira, to show it working
|