Selenium – Introduction to JUnit Framework and Its Usage
This tutorial will give an insight into JUnit and its usage in selenium script. This is tutorial #11 in our comprehensive Selenium tutorials series. JUnit is an open-source unit testing tool used to test small/large units of code. To run the JUnit test, you don’t have to create a class …