[jboss-user] [JBoss Seam] - Re: Error TestNG in seam application

thejavafreak do-not-reply at jboss.com
Sun Oct 28 22:46:54 EDT 2007


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#4099714

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099714



More information about the jboss-user mailing list