What Is a Test Case? How to Write One Somebody Else Can Run
A 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 moreTips and notes on reporting better bugs
A 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 moreUser acceptance testing is the point where people who will actually use the software decide whether it does their ...
Read moreRegression testing is checking that things which used to work still work, after a change. Not the change itself - ...
Read moreSomebody asks you for a HAR file. Usually it is support, or a developer looking at a bug you reported, and usually...
Read moreA smoke test is a short, shallow pass over the things a build must be able to do before anyone spends time on it. ...
Read more