what type of external parameters do your tests require? how many of them? you have a couple of options with the java framework.
we use system properties to run our http unit tests. this can over ride the location of the server, port number and such to run the tests against. it also allows us to set login user/password parameters that are needed to access the application. we keep these to a minimum. you can also use a properties file to load properties for running your tests. hth. > -----Original Message----- > From: Venu Sunil Boyireddy [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 07, 2004 6:45 AM > To: [EMAIL PROTECTED] > Subject: Help bundling Servlet Test cases > > > Hi, > > > > I'm using Cactus to test servlets and JSPs in my applicaiton. > I have done > with samples and sample suites. It works fine. > > > > Now I wanted to bundle all the test cases, or I need to come > out with frame > work where the testcases takes parameters from external files. > > > > please suggest me how to do this. > > > > Thanks in advance. > > > > Sunil > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
