You must create a test suite in your *Test.xml
Go read the testng doc here:
http://testng.org/doc/documentation-main.html
One example is as such:
| <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
|
| <suite name="Suite1" verbose="1" >
| <test name="Regression1" >
| <packages>
| <package name="test.sample" />
| </packages>
| </test>
| </suite>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099714#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...