File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Regarding the test suite in JUnit 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 » Java » Servlets
Reply Bookmark "Regarding the test suite in JUnit" Watch "Regarding the test suite in JUnit" New topic
Author

Regarding the test suite in JUnit

suresh kumar dontamsetti
Greenhorn

Joined: Apr 01, 2006
Posts: 8
Hi,
What is a Test Suite in JUNIT?
and how to write a Test Suite?
cheers
Suresh
kri shan
Ranch Hand

Joined: Apr 08, 2004
Posts: 1300
TestSuite is nothing but collection of TestCases. ie: TestSuite has more than one test cases. If you run particular testsuite, then automatically run all test cases within the testsuite.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Regarding the test suite in JUnit
 
Similar Threads
Eclipse, Junit 4, A lot of test cases & Singleton
Run as Junit Test case
JUNIT: Testing two classes on the same test file.
using Test suite
test suite