Selenium is a widely used open source framework for end-to-end web testing nowadays. JUnit 5 is the latest version of this popular Java open source unit testing framework and implements a brand-n...
https://www.softwaretestingmagazine.com/videos/selenium-jupiter-selenium-tests-with-junit/
The TestContainers library facilitates simple start up of a service dependencies, i.e. Postgres, Redis in throwaway Docker containers. This open source library works over Docker API and has a lis...
Junit 5 is a big step for the world of unit testing for Android apps. This is a new very flexible open source testing framework, based on many years of experiences with Junit 4. At the sporttotal...
https://www.softwaretestingmagazine.com/videos/junit5-the-next-gen-of-android-testing/
Spock was a game changer for all the Java software developers struggling with unit testing in JUnit 4. Compact syntax, parameterized tests or flexibility to mention just a few advantages. Over 10...
https://www.softwaretestingmagazine.com/videos/java-unit-testing-spock-versus-junit-5/
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 includes focusing on Java 8 and above, as well as enabling many...
https://www.softwaretestingmagazine.com/videos/testing-on-the-jvm-with-junit5/
JUnit 5 is the next generation of JUnit. The goal of this upcoming version is to create an up-to-date foundation for developer-side testing on the JVM. The evolution includes focusing on Java 8 a...
https://www.softwaretestingmagazine.com/knowledge/an-overview-of-junit-5/
The microservice architecture has been growing momentum over the past few years in the Java world, but once you have started down the microservice path how do you make sure that your applications...
https://www.softwaretestingmagazine.com/videos/testing-microservices/
Rules have disappeared in the version 5 of the JUnit open source Java testing tools. The release 5 of JUnit is still in alpha status. In this article, Herrmann RĂ¼diger explores what it would tak...
https://www.softwaretestingmagazine.com/knowledge/replacing-rules-in-junit-5/