Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Testing

KelseyRM edited this page Apr 3, 2019 · 3 revisions

Every code contribution should be tested by both the developer and reviewers before being merged into the master branch. For this project this will be via manual testing.

Manual Testing

The aim of manual testing is to pick up any incorrect/unexpected behaviour that a user could experience. Developers will need to be thinking as an End User would, to try cover as many relevant use cases and user flows as possible. While there may be cases that no one thinks up, it will find bugs that might otherwise have slipped through.

As in the Pull Request wiki and template, you will need to specify the steps for manually testing your issue and the expected behaviour.

Reviewers can refer to this to test the Pull Request, as well as perform any additional manual tests relevant to the scope of the issue.