junit
-
junit
JUnit Assert Regex Matches
JUnit is often the initial preference for developers when conducting unit tests on Java code. In practical situations, a frequent…
Read More » -
junit
Test Main Method with JUnit
The entry point for any Java application is the main() method, and its structure can vary based on the application…
Read More » -
spring
Spring TestPropertySource Example
@TestPropertySource in Spring is an annotation used in testing to specify a custom property source for configuration properties. It allows…
Read More » -
Core Java
Java jqwik Property Based Testing
Property-based testing is a powerful software testing technique that allows you to check the behavior of your code by specifying…
Read More » -
Core Java
JUnit Maven Coverage Fail
The JUnit Maven Coverage Fail Plugin (a.k.a JaCoCo Maven Plugin) is a powerful and essential tool in the world of…
Read More » -
Core Java
Unit Testing of System.in With JUnit Java
Before we delve into the details of Unit Testing of System.in with JUnit in Java, it’s essential to understand the…
Read More » -
Boot
DB Integration Tests with Spring Boot and Testcontainers
Hello. In this tutorial, we will explore the Testcontainers to perform integration tests for the jpa repositories in a Spring…
Read More » -
Boot
Spring Boot MockMVC Tutorial
In this article, we provide a tutorial about Spring Boot MockMVC. 1. Introduction As a software developer, you need to…
Read More » -
Selenium
Selenium Docker Example
This article is about using Selenium grid to automate testing efforts. This covers using selenium inside a Docker container to…
Read More » -
Selenium
Selenium Cucumber Tutorial
This article explores the integration of selenium with cucumber and how we can leverage them to achieve automated acceptance testing.…
Read More »