This repository was archived by the owner on Nov 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Smoke testing
Anders Markvardsen edited this page Oct 18, 2020
·
23 revisions
- Smoke tests should be performed on the following environments:
- Local development machine(s)
- Development nodes
- Production nodes
- Test the code for valid behaviour
- Try to break the code by giving bad inputs etc.
- Report any problems discovered against the original issue and alert the other developers
It is assumed that environments have been setup with the release branch, ready for both developers and participating users to test. Note that General must be carried out first for all smoke testing categories.