Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Smoke testing

Elliot Oram edited this page Sep 11, 2018 · 23 revisions

This covers all the areas that need to be thoroughly checked during the code freeze before release as well as how to test them. All of the below should be done firstly in the valid expected way and then in a malicious way with the intent of trying to break the program. All problems discovered should be created as issues on the repository and then (based on severity) will be addressed either before or after the release.

Before doing any of these, ensure you are using an up-to-date version of the code on master and all the settings files are using production settings (assuming you are on the production node).

Clone this wiki locally