1 Reply Latest reply on Apr 4, 2009 3:06 AM by akostadinov

    Test Multiple Classes without running Bootstrap startup

    srtielke

      Hey all. I am currently coding my first Seam application. I have startup class that runs a number of queries and loads that information into the Application Context. With this project, I have a number of different test classes. My goal is to run all the test classes from my testng.xml file. However when I try this, my startup queries run for each test class that I reference in my testng.xml file. Is there an easy way only have the bootstrap jboss server startup once, run all my test classes, and then shutdown?