Everyone’s a tester

This afternoon, my wife (who is a Dentist) was looking for information on the BDA (British Dental Association) website (www.bda.org) . She called me over when she realised that somebody working on that site didn’t seem to know their own domain name. One of the links to previous articles sent users to www.bda.org.uk (The British Deaf Association).

Doing the responsible thing, she laughed about the problem and sent a bug report (in the form of an email) to the BDA. They’ve promised to fix the problem, so no harm done (apart from some slight reputational damage).

20140117_150516

This brings one thing to mind for me….

If you want to avoid this kind of embarrassing incident, you should employ “real testers” to find these sorts of bugs before your customers do.

Author: Richard Bishop

http://about.me/richard_bishop

2 thoughts on “Everyone’s a tester”

    1. Hi Srinivas,

      You could use an automated link checker. There are several examples of them listed here at StackOverflow.

      http://stackoverflow.com/questions/1596518/automated-link-checker-for-system-testing

      Write the output to a file and then sort by the URLs visited by the tool. This way you can quickly check for broken links or those links which go to incorrect pages or leave your website.

      Having said this, it is important to make sure that the automation effort doesn’t exceed the likely time taken to test manually (especially if you aren’t going to repeatedly retest).
      http://xkcd.com/1319

      All the best
      Richard

Comments are closed.