Selenium Webdriver : Junit Testing Framework - Single Run and Parallel Run
Java
has several popular testing frameworks, and we have provided examples on Junit Testing Framework & how to
use them in conjunction with Automate.
JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks which is collectively known as xUnit that originated with SUnit.
JUnit is linked as a JAR at compile-time; the framework resides under package junit.framework for JUnit 3.8 and earlier, and under package org.junit for JUnit 4 and later.