Hi, I'm using Cactus to test servlets and JSPs. As of now I'm writing a separate test cases for each Servlet and bundling them in Suite.
Instead of writing a separate test case for each and every Servlet/JSP, I wanted to write a application which takes inputs(Servlet name, path, params etc.) from properties file and runs the test case. Is there any way where I can write test application. Any Help is very much grateful. Thanks in advance. Sunil
