Selenium Java - TestNG Integration
Identify the error in this
testng.xml snippet:<suite name="Suite1" parallel="methods" thread-count="2">
<test name="Test1">
<class name="tests.LoginTest" />
</test>
</suite>