Testing
-
Enterprise Java
Blood, Sweat, and Writing Automated Integration Tests for Failure Scenarios
Last winter, I wrote and released a service for a client I am still working with. Overall the service has…
Read More » -
Enterprise Java
Integrate Wiremock into Spring Boot Java Web Application for Mocking External Dependencies
Introduction WireMock is a mock server for HTTP-based APIs. Some might consider it a service virtualization tool or a mock…
Read More » -
Core Java
JUnit vs TestNG: Which Testing Framework Should You Choose?
JUnit vs TestNG: The testing frameworks showdown Testing is an inseparable part of the software release cycle in well balanced…
Read More » -
Software Development
Testing Spark Streaming: Unit testing
There is enough evidence to prove the importance of automated testing. Projects in new fields often neglect automated testing, as…
Read More » -
Software Development
An approach to help developers write meaningful tests
Over the last few years we have been adding unit tests to our existing product to improve its internal quality. During…
Read More » -
Core Java
JUnit 5 – Dynamic Tests
When it came to defining tests, JUnit 4 had a tremendous weakness: It had to happen at compile time. Now,…
Read More » -
Software Development
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
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
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 »