Testing
-
Core Java

Mockito Tutorial: Testing and Mocking with Mockito
Course Overview Mockito is an open source testing framework for Java released under the MIT License.The framework allows the creation…
Read More » -
Core Java

Test Doubles: mocks, dummies and stubs
Most classes have collaborators. When unit testing, you usually want to avoid using real implementations of those collaborators to avoid test…
Read More » -
Core Java

Smart package structure to improve testability
There are many ways of dividing whole application into packages. Discussions about pros and cons of packaging by feature or…
Read More » -
Scala

Testing Asynchronous Code
Asynchronous code is hard. Everyone knows that. Writing asynchronous tests is even harder. Recently I fixed a flaky test and…
Read More » -
Scala

Integration testing with Gradle
Unit testing works automatically using Gradle, but if you would like to have a separate set of integration tests you…
Read More » -
Core Java

What the Heck Is Mutation Testing?
In recent times, I came repeatedly upon the term mutation testing. Since the word is that this approach is able…
Read More » -
Enterprise Java

Clean Integration Testing with JUnit Rules
The benefits of JUnit Rules, especially when dealing with integration testing, can hardly be overrated. In this post, weâll shine…
Read More » -
Software Development

When Do You Stop Testing?
There is a software to be tested. There is a team of testers. There is some money in the budget.…
Read More » -
Core Java

Unit testing HTTP calls with LocalTestServer
There are times when youâre unit testing code that is making HTTP calls to a remote server. You could be…
Read More »






