Selenium Java - TestNG Integration
You have this
What is the likely problem?
testng.xml file but tests are not running:<suite name="Suite1">
<test name="Test1">
<class name="TestClass">
</class>
</test>
</suite>What is the likely problem?
