Selenium Java - TestNG Integration
What will happen if you run TestNG with this XML snippet?
Assuming some tests belong to 'smoke' group and others do not.
<groups>
<run>
<exclude name="smoke"/>
</run>
</groups>Assuming some tests belong to 'smoke' group and others do not.
