|
In scope:
New smoke tests
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
- Will need the appropriate profiles
- 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
- If possible, add recording of the automated test to the Jira, to show it working
|