Software Testing and Development Blog Posts

Subscribe to the full blog feed using RSS

All Posts | Categories | Archive

Normal is the rarest of all states

Normal is the rarest of all states

2 minute read - Psychology

TLDR; if you blindly copy an expert you do not learn context, you replicate mannerisms and lose their subtlety. Consciously analyse their actions, learn their skills, and apply them individually in a coordinated fashion.


Test Focus Group - London - 21st March 2017

Test Focus Group - London - 21st March 2017

3 minute read - Conference

Test Focus Groups - London March 2017

At the Test Focus Groups] March 2017 held near Heathrow, London, I hosted the three Devops and QA sessions.

The sessions were recorded so hopefully I will be able to link to more material in the future. I didn’t make many notes because the discussions were pretty fluid and flowed well.

Devops

I hosted a “Devops and QA” session. We had a mix of participants ranging from people who were actively working on DevOps and people who were interested.


Mistakes Using Java Main Examples Coding

Mistakes using Java main and examples of coding without main

8 minute read - Getting Started Java For Testers

TL;DR A potentially contentious post where I describe how I’ve survived without writing a lot of Java main methods, and how learning from code that is often driven by a main method has not helped some people. I do not argue for not learning how to write main methods. I do not argue against main methods. I argue for learning them later, after you know how to code Java. I argue for learning how to use test runners and built in features of maven or other build tools to execute your @Test code.