Software Testing

[EN] JUnit 5 Basics
[EN] JUnit 5 Basics

JUnit 5 is the latest version of the popular testing framework for Java. It offers a variety of features to help you test your applications. To give you as a beginner the most important 20% of insights that will help you understand and apply 80% of JUnit 5 usage, we will focus on the basic and …

[EN] Java Faker - Custom Fakes
[EN] Java Faker - Custom …

As a beginner in the Java library “Faker”, there are many interesting ways you can generate custom fake data. I will explain to you step by step how you can create your own fakes and use Faker’s flexibility.

[EN] Java Faker
[EN] Java Faker

1. What is Faker?

Faker is a Java library that helps you generate realistic-looking test data. This is particularly useful in application development and testing when you need realistic but random data.