Skip to content

How to QA

Cedric Schwyter edited this page Oct 24, 2022 · 1 revision

Processes

Making Code Changes

  • Test PRs rigorously before requesting review.
  • Include test cases you've checked for in your PR description.

Reviewing Code

  • If the change is substantial and user-facing, pull down the branch.
  • Test for cases (particularly edge cases) that the PR author may have missed.

Adding Test Cases

  • Add any important test cases to the automated testing software(s) or bug the author of the PR to do so

QA

  • Look at the list of items going out for release the next day.
  • Go down the list one-by-one and thoroughly test changes.
Clone this wiki locally