Jeanne Boyarsky wrote:
Zenikko Sugiarto wrote:Is there away to tell Eclipse to run the test cases one by one?
Or, is there a way to enforce this behavior so that my test cases is not IDE-dependent?
You could write an Ant script and fork it so each test gets it's own JVM. Or you could null out the singleton between tests so there aren't side effects.
rodolfo de wrote:I click right button mouse and try to export my Tomcat project into Eclipse
but there is no .war option.
This .war file is important as long as I want to deploy my first web application on EATJ webhost.