I\'m pretty new to maven and I want to run my test classes using maven. I have generated the testng.xml and I have created the POM.xml file also. But when you run the
Below solution works for me-
Please add below dependencies in your pom.xml
org.testng testng 7.0.0 test com.google.guava guava 17.0