The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring 5 1. Introduction In this quick article, we’ll take a look at the new @SpringJUnitConfig and @SpringJUnitWebConfig annotations available in Spring 5. These annotations are a composition of JUnit 5 and Spring 5 annotations that make test creation easier and faster. 2. @SpringJUnitConfig… Continue Reading spring-5-junit-config

Guide to Selenium with JUnit / TestNG 1. Introduction This article is a quick, practical introduction to working with Selenium and writing tests with JUnit and TestNG. 2. Selenium Integration In this section, we’ll start with a simple scenario – opening a browser window, navigating to a given URL and… Continue Reading java-selenium-with-junit-and-testng