i have a question about JUnitServlet in CQ5 integration testing. I dont understand 2 things and i need help from somebody that had similar problem. So far I have package with only one test class with several testing methods. Everything works fine but there are this 2 problems:
Why when I change the name of the testing class, the JunitServlet doesn't find it anymore. Even though i am doing building again and exporting the package and everything but just doesn't find it. It doesn't want to accept any other name different than the first one that i gave to the testing class. I want to change it because in the beginning i gave very specific name and than i added several testing methods and I want to change it to more general one for example "TestScenarioOne.java" ...
The second problem is that after I finished this testing class I created new one to continue to test different scenarios. JUnitServlet finds just the first one but not and the new one as well ... Even though they are in the same package. I don't know what is the problem...
Thanks a lot and I am waiting for your answers ...