| 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.
|
 |
 |
|
|
subject: Regarding the test suite in JUnit
|
|
|