-
Software Development👁 Image
Using the Redmine API to create a page where to quickly add and edit tasks
Recently I have been looking for the right issue tracker for my needs and I compared a few tools including…
Read More » -
Scala👁 Image
Unit vs Integration Akka Testing
This is the sixth post in the series about integrating sync clients with async systems (1, 2, 3, 4, 5).…
Read More » -
Scala👁 Image
Spark Streaming Testing with Scala Example
Spark Streaming Testing How do you create and automate tests of Spark Streaming applications? In this post, we’ll show an…
Read More » -
Core Java👁 Image
JUnit 5 – Conditions
We recently learned about JUnit’s new extension model and how it allows us to inject customized behavior into the test…
Read More » -
Software Development👁 Image
Testing has become Mandatory (and there are no more excuses)
There are many posts out there about the value of automated testing and why it is a must through the…
Read More » -
Software Development👁 Image
Multiple Assertions in a Test are Fine
Intro Oh yes; another article that attempts to defy traditional thinking. First it was that static methods are fine. Then…
Read More » -
Core Java👁 Image
JUnit 5 – Architecture
Now that we know how to set JUnit 5 up and write some tests with it, let’s take a look…
Read More » -
Core Java👁 Image
How to Replace Rules in JUnit 5
The recently published JUnit 5 (aka JUnit Lambda) alpha release caught my interest and while skimming through the documentation I…
Read More » -
Enterprise Java👁 Image
Clean architecture of Selenium tests
In this blog post, I would like to introduce a clean architecture for Selenium tests with best design patterns: page…
Read More »
