Manage your test case with @SuiteClasses
Manage your test case with @SuiteClasses: Suppose I have four test cases in my project, the total methods to be tested: 7
Based on the blog Run only given sets of your unit test via @Category, it is possible to organize test methods within THE SAME CLASS to different categories via @Category, that is, the granularity to control which test methods should be executed is method level.
And the same logic for TestSuite2and3:
If you need to integrate test suite execution into Maven, add the following parts in pom.xml:
 org.apache.maven.plugins maven-surefire-plugin   ${runSuite}   Then use the following command line:
New NetWeaver Information at SAP.com
Very Helpfull
