Run selenium test using testng & maven in eclipse
In this post, we will see how to create a maven project in eclipse and run selenium java tests using testNG. Why to use Maven Maven helps to easily update libraries (jar files) required to run selenium tests and also easy to maintain the jar files. Note : If you want to manually add…