Hi Henner, I had a look at maxq and think it is quite promising ...
+) what type of report or result is maxq returning on test run?! Can you run it as JUnit TestCase +) Is there support for complex validation?! Can I use everything which HTPPUnit supports?! Thanks in advance, Siegfried Goeschl On 21 Jul 2003 at 23:39, Henner Kollmann wrote: > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
