Mock the Clock
Say you have a test case “Given a departure more than 90 days from now, when a passenger logs on, should present a premature login page”. You first thought is of course to set up a mock for departures...
View ArticleMönster för flertrådade enhetstester
Detta är ett designmönster för hur man skriver ett enhetstest som utför samma test samtidigt i flera trådar. Genom att utnyttja java.util.concurrent på ett smart sätt säkerställer man maximal...
View ArticleWhere is that Red ‘Stop’ Button in Your Development Process?
If you don’t dare to stop the line, continuous integration might be waste. Here is the second part of my three-part series on building the quality in on the SmartBear blog. In the first post of this...
View ArticleStop the line as eBook
Here’s the eBook collecting my articles on building the quality in by stoping the line: Stop The Line – Why it’s crucial to include a human touch to your automated processes
View ArticleStop the line song
I ended my talk on the SoapUI user gathering MeetUI singing the stop the line song. Now it has ended up on youtube. Here’s the text: I keep a close watch on these tests of mine I keep my Jenkins open...
View ArticleA bug is just an unwritten test that failed
In the first week of March I attended two Spotify unconferences about Continuous Deliver and Quality (which I also had the pleasure to facilitate). I am amazed on how many we were (people had flown in...
View ArticleMy Testing Philosophy
Testing is a topic covered with mysteries and misunderstandings. Some people believe that testing is simply a verification of a specification. Others rely on a false assumption that everything can be...
View Article