Testing The Triangle Application

3 minute read - tools

The Triangle Problem is a ‘classic’ from Software Testing, described in many books and training courses. This post describes the problem, links to some applications you can use to practice on and describes some nuances around the testing.


Recommended Tools

4 minute read - Recommended Tools

Link Checkers And HTML Validation Total Validator Pro My Primary Tool is Total Validator Pro I use it from the Chrome Extension when working on local web design (hint: set “Include / Stop after 1 pages tested” to work with a single page). And I use it to spider a full site for more information. Xenu I have also been known to use Xenu but this is windows only. Web Site Auditor I also use Web Site Auditor.

Q: when do we prefer manual testing over automated testing? A: Hmmm....

4 minute read - Tools

TLDR; As a simple rule, “I might not automate, if I have to create”. But I have done the opposite. I have automated when others would not. And I have waded in when others would have automated. To answer we need to question our situation and build a deeper model of our actual aims, options and capabilities. Q: when do we prefer manual testing over automated testing? A: I have a problem providing a simple answer to this question…

Adhoc testing of incrementally developed HTML and CSS

6 minute read - Tools

TLDR; Even simple changes can use step by step risk based development to allow multiple releases, and will require multiple levels of testing. My website is in a constant state of flux - that’s the benefit of writing it all by hand. Today I wanted to add nifty social media icons on the page because I hear tales that there is gold to be made from the contacts that come from such things.