Test suites organize related test cases whereas test groups are tags applied to test methods. Using the @group annotation you can mark individual test methods with descriptive tags such as fixes-bug-472 or facebook-api .
Test suites organize related test cases whereas test groups are tags applied to test methods. Using the @group annotation you can mark individual test methods with descriptive tags such as fixes-bug-472 or facebook-api .