Sep 8, 2020
The second part of our article on testing applications with JUnit5 and EasyMock. This time we look at JUnit best practices, EasyMock object creation.
Aug 24, 2020
There are a lot of good projects already written to help us facilitate the usage of mock objects in our Java projects. In this series of articles, we’ll take a closer look on three of the most widely…
Aug 17, 2020
The growing interest in test automation is offset by the concern about risk. One of these risks is inadequate test design that can’t be used as the background for automated test scripts development…
Aug 11, 2020
The last article in our series on Newly-Introduced JUnit 5 Annotations and Classes. In this one we look at tagged tests.
Aug 4, 2020
The third article in our series on newly introduced JUnit 5 Annotations and Classes. This time we look at nested tests.
Jul 28, 2020
Nowadays the Guide to the Business Analysis Body of Knowledge™ or ВАВОК™ for short is very well known by many professionals across a variety of industries. As well as the three levels of certificatio…
Jul 21, 2020
The second part of our article on Newly-Introduced JUnit 5 Annotations and Classes. This time we look at @Disabled annotation.
Jul 14, 2020
Abstract: JUnit is a unit testing framework for the Java programming language. The JUnit 5 version has been redesigned to solve some particular problems of the previous versions. It comes with a lot…
Jul 6, 2020
The last article in our series on migrating from JUnit 4 to JUnit 5 (implementing the migration, dependencies, annotations). This time we look at the effective migration.
Jun 24, 2020
The second article of our series on implementing the migration, dependencies, annotations when Migrating from JUnit 4 to JUnit 5. This time we look at needed dependencies.
Jun 17, 2020
Implementing the migration from JUnit 4 to JUnit 5 can be done step by step and, for a period of time, you may be working with a hybrid approach for mature projects. The article will compare the need…
Jun 10, 2020
The last article in our series on JUnit 5 Architecture. We now turn our attention to the JUnit 5 approach. JUnit 5 allows similar effects as in the case of the JUnit 4 rules by introducing the own ex…