Tag tdd
How to level up your TDD skills?
Recommended read: How to level up your TDD skills? https://deniseyu.io/2018/07/05/leveling-up-tdd.html
This is a great resource I've used in the past for learning how best to approach automation testing with a website.
Recommended read: Obey the Testing Goat! https://www.obeythetestinggoat.com/
This is an interesting read - I'm a big fan of TDD but a few things here hold true
Recommended read: Against TDD http://neopragma.com/index.php/2019/09/29/against-tdd/
Why You Should Be Unit Testing Your Functional Acceptance Tests (7 mins read).
A few reasons explaining why you should be writing unit tests for your functional tests.
Revert 'Some knowledge-sharing news' (5 mins read).
The unfortunate decision to cancel my Packt training courses.
Test-Driven Chef Cookbook Development Using ChefSpec (and a sprinkling of InSpec) (38 mins read).
Using the example of deploying and running a Java JAR file as a way to show the lifecycle of a fully test-driven Chef cookbook.
Some exciting job and knowledge-sharing news (4 mins read).
Moving into Quality Engineering, publishing Chef training courses, conference speaking about Chef at OggCamp and the complex mess that is this very static website at DevOpsDays London.
Testing include_recipe
s with Chef and ChefSpec (2 mins read).
How to best test include_recipe
s within your Chef recipes, as well as how to ensure that you aren't running any dependent recipes in your tests.