Atlas › 17 Git & Version Control › Code Review for QA☰ Read as one page
Code Review for QA
4.1Reviewing Test Code: A Different LensReviewing test code is different from reviewing application code. Application code reviews focus on correctness, performance, and…4.2The QA Review ChecklistWhen reviewing another engineer's test PRs, evaluate each test against these criteria:4.3Giving Constructive FeedbackThe goal of code review is to improve the code, not to demonstrate your superiority. Frame feedback as questions or suggestions, not…4.4What to Look For in Non-Test PRs (As a QA Engineer)QA engineers should also review application code PRs through a testability lens:4.5Review Workflow TipsGitHub's "suggest changes" feature lets you propose specific code edits that the author can accept with one click:4.6Hands-On Exercise1. Pick a recent test PR in your repository and review it using the five-point checklist (determinism, independence, assertions, naming…