File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Testing and the fly likes TestNG Groups or Categorisation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "TestNG Groups or Categorisation" Watch "TestNG Groups or Categorisation" New topic
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
    
  66

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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: TestNG Groups or Categorisation
 
Similar Threads
How does surefire work
Announcing TestNG 2.3
How to have different data provides in TestNG
most important feature in TestNG
Announcing TestNG 2.0, now with JDK 1.4 support!