Archive for category Diary of a tester
Quality is never an accident…
Posted by Brian in Diary of a tester on 11 October 2011
“Quality is never an accident; it is always the result of intelligent effort.”
-John Ruskin (1819-1900)
Why regression tests are essential when verifying defect fixes
Posted by Brian in Diary of a tester, Software testing on 6 September 2010
A few days ago a simple defect came back to me for retesting. On the surface, it seemed like a straightforward retest: a building society reference number was being rejected when it contained special characters such as ‘-’ or ‘/’. Here in the UK, a building society reference typically contains these characters, so the retest was a matter of confirming they were now accepted as valid.
I cross-checked the notes on the fix with the requirements document, and noticed that the maximum number of characters permitted was 20, so I thought I would do a couple of quick boundary tests to ensure this requirement was still being met.
Read the rest of this entry »



