Selenium Java - TestNG Integration
In
testng.xml, which tag is used to group test classes under a single test?testng.xml, which tag is used to group test classes under a single test?<test> tag groups one or more classes to run as a single test.<suite> is the overall container, <class> defines individual classes, and <package> is not a standard TestNG tag.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions