Message Pact – Contract testing in event-driven applications 11/18/19 by Raffael Stein and Frank Rosner Introduction In the previous blog post we introduced contract testing with Pact as an alternative to end-to-end tests when developing... Read more Leave your thoughts
Running the Robot Framework in your own Docker Container 02/22/19 by Thomas Jaspers The Robot Framework is a test framework to automate acceptance tests. Docker is a well-known and widely used container solution. Read more Leave your thoughts
Code Freeze 01/30/19 by Stefanie Hasler In the beginning of January I had the opportunity to attend a very special conference for the second time: Code Freeze. Read more Leave your thoughts
Structured JUnit 5 testing 09/28/18 by Rüdiger zu Dohna JUnit 5 gives us some opportunities to better structure unit tests, and I'll show you some techniques here. Read more Leave your thoughts
Agile, oven-fresh documentation. Part 3: Tested requirements with JBake 04/18/18 by Daniel Kocot In the first two parts of this blog series, I introduced JBake and discussed the integration of PlantUML. In this... Read more Leave your thoughts
Mock? What, When, How? 03/16/18 by Lovis Möller Mocking frameworks are powerful tools for testing and test driven development (TDD) in particular. What are the rules to write good tests with mock objects? Read more Leave your thoughts
Improve your test structure with Lambdas and Mockito’s Answer 02/15/18 by Ronny Bräunlich Although the use of mock objects is controversial, we as developers have to use them from time to time. The nearly 6000 stars Mockito has on GitHub indicate that others would agree with this statement Read more Leave your thoughts
Integration of Microsoft Visual Studio Team Services, Protractor and Sauce Labs 02/08/18 by Ivan Perkucin An example on integration of Microsoft Visual Studio Team Services, Protractor and Sauce Labs to provide a quality assurance solution. Read more Leave your thoughts
Robot Framework – Compare Images (Screenshots) 09/22/17 by Thomas Jaspers The comparison of images (screenshots) is one aspect of acceptance-level testing for web applications. It is especially meaningful for relatively... Read more Leave your thoughts