How to Capture a Bug Report in Under a Minute
Everything a developer needs to reproduce a bug is on your screen while it is happening: the page, the console, th...
Read moreTips and notes on reporting better bugs
Everything a developer needs to reproduce a bug is on your screen while it is happening: the page, the console, th...
Read moreA flaky test passes and fails on the same code. Nothing changed between the two runs except timing, ordering, or s...
Read moreA staging environment is a running copy of your application, as close to production as you can afford, where a rel...
Read moreAcceptance criteria are the conditions a piece of work has to meet before anybody calls it done. They are written ...
Read moreA test case is one check, written down so that somebody who did not write it can run it and get the same answer. I...
Read more