to run classes individually use the following test definition in xml
...
<test name="test" parallel="methods">
<classes>
<class name="[full_class_name]"/>
</classes>
</test>
...
or groups
to run individual test cases use groups or method-selector
Groups is the most flexible and easiest way to run separate test or
test-case.
23.06.2009 11:29, sujan пишет: