Interested in sponsoring the site? [find out more]
Testing The Triangle Application
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.
A Random Test Data Table Editor Tool
What happens if you combine a table editor with test table generation? You get a tabular random table generation tool.
Fiddler Notes and UseCases
This is a collation of edited older posts on Fiddler, explaining how I usee it to bypass restrictive proxy settings for tool configuration, remove headers, change browser verbs when accessing pages.
Recommended Tools
CloudApp Screenshot Tool Review
I use a variety of screenshot tools in my work and for sharing the images, animated gifs, movies and pretty much any file, I use CloudApp.
How to use JavaScript Bookmarklets to Amend Web Page Example [Tutorial Text and Video]
TLDR; When you learn to manipulate the DOM with JavaScript you can create simple tools and automate from within the browser and use bookmarklets to make the code easy to execute and sync across different machines.
Do you know what your framework is doing? A quick use of WebPageTest.
TLDR; Frameworks implement an abstraction layer so we don’t have to bother about it. But, what if the implementation is doing stuff you don’t want? How do you know? Find tools that let you observe inside. WebPageTest.org does that for web pages.
A Quick Intro To BookMarkLets
TLDR; Bookmarklets are an easy way to have custom javascript to support your testing that sync across browsers.