Tutorial by Topics: testng

This section provides an overview of what testng is, and why a developer might want to use it. It should also mention any large subjects within testng, and link out to the related topics. Since the Documentation for testng is new, you may need to create initial versions of those related topics. ...
@Test(groups = {"group1", "group.regression" }, dependsOnGroups = {"group2", "group3"})

Page 1 of 1