Month: July 2020

All Pairs Testing

All pairs testing is a combinatorial technique to achieve adequate test coverage where testing all possible combinations would be resource intensive and the risk of less than complete testing is acceptable. The fundamental concept is that you test pairs of variables, rather than all possible combinations to achieve good statistical…

Decision Tables & State Transitions

Continuing on from the previous post, some additional specification based test techniques. Decision tables testing Decision table testing can be applied to test the behaviour of logical conditions found within the specification. The decision table lists all possible inputs and all the corresponding outputs. Each column in the table corresponds…

The coaching mindset

When it comes to development conversations most people think of having an experienced person in your field as a source of advice, giving suggestions on areas of focus, directing you to learning resources and providing an overall direction. This is more accurately described as mentoring and may happen either: Formally,…