Software Testing and Development Blog Posts

Subscribe to the full blog feed using RSS

All Posts | Categories | Archive

Kubernetes kubectl cheat sheet notes

Kubernetes kubectl cheat sheet

4 minute read - Dev Ops

A cheat sheet to remind myself the most important kubectl commands. If I do forget then I recommend the VS Code Kubernetes plugin and remember to use --help if you get stuck, start with kubectl --help .


Testing The Triangle Application

Triangle Problem Testing

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.


On Modelling

On Modelling

12 minute read - Techniques Modelling

TLDR: Every time we test something we are testing from models. Modelling is a key skill for Software Testers. Errors cannot be identified without a model to compare them. Quality Control cannot be conducted without a model.