Hi Eric, Nice to here you!
> > Sounds to me like you are doing cactus style testing? The > cactus plugin does exactly that. No, cactus testing do not help. I can not retrieve posted data with cactus and compare the results of a sequence like: First page, Post form results, Get next page as result to compare. > > You could do something like > <goal name="mygoal"> > appserver:start > webtest scripts run > appserver:stop > </goal> No, that will not work. After the appserver:start the whole process stops until you stop it with CTRL-C. > What kinds of tests are you trying to run? I found maxq - a nice recorder of client side. I try to integrate the so generated tests with maven. Maxq uses the HttpClient package for getting client sides. Regards, Henner --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
