Eric Ampire

Eric Ampire

Follow
homeAndroidSoftware DesignCVAbout Menewsletter
Tag

Testing

#testing

More content

Read more stories on Hashnode


Articles with this tag

Create Powerful Tests using Property Based Testing

May 17, 202210 min read 801 views

1. Introduction Suppose you have developed a bus passenger management application and you would like to write some automated tests to check if your...

Create Powerful Tests using Property Based Testing

Taking advantage of Junit 5 extensions

Aug 15, 202112 min read 3.2K views

Introduction JUnit 5 is the next generation of JUnit. The goal is to create an up-to-date foundation for developer-side testing on the JVM. This...

Taking advantage of Junit 5 extensions