51
0
Q&ATrending
What do you actually review in a test code PR — and what do you let slide?Test code reviews on my team are inconsistent. Some reviewers are rigorous (comment on everything), some rubber-stamp…
1.4k views510Be the first to answer
24 discussions
Test code reviews on my team are inconsistent. Some reviewers are rigorous (comment on everything), some rubber-stamp…
We have a 1,200-test suite built over 4 years. Good test coverage, but: - No documentation of test strategy or…
We have test credentials (API keys for sandbox environments, DB passwords, OAuth tokens) that need to be available in…
Three years ago I was doing entirely manual testing — exploratory testing, test case execution in Jira, bug reports.…