1 Reply Latest reply on May 5, 2011 12:45 PM by aslak

    Create a TestSuite for all TestCases

    qtrin

      I use JUnit and Arquillian for the integration test.

      In our application we have about 20 Beans. For each bean we have one TestCase which has its own @Deployment method.

      Therefore the developer can test the beans independent from each other. It's very nice.

      Now i want to create a TestSuite which contains all TestCases.

      In the setup phase the TestSuite should create the EAR which contains all beans and deploy it once to the container.

      Then it executes the TestCases without redeploy.

      How can i achieve this?

       

      Thank in advance.