| Author |
TestNG Groups or Categorisation
|
Arup Kumar
Greenhorn
Joined: Jun 19, 2008
Posts: 5
|
|
TestNG has an annotation which can read the parameter groups, e.g @Test(groups = { "functest", "checkintest" }) and the test cases can be run based on the particular group. If anyone could give me a few hints how, this happens in the TestNG code, it would be great.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26173
|
|
Arup, You mean how it is implemented within TestNG?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: TestNG Groups or Categorisation
|
|
|