AW: Using of appserver:start

2003-07-22 Thread Henner Kollmann
Thanks Eric,
> 
> Sounds to me like you are doing cactus style testing?  The 
> cactus plugin does exactly that.

I misunderstood cactus testing! Read the documentation carefully i found
that cactus started the tomcat engine and you can do something like 

   get("http://localhost:8080/test/tests/testBOOKSList.jsp";);

inside a cactus test method!
Cactus started the test application under an test context (not documented!).

Interesting...

No i am able to use maxq generated scripts with cactus!

Thanks for the help!

Henner
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: AW: Using of appserver:start

2003-07-22 Thread Henner Kollmann
> 
> 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
You can run it as Junit TestCase if you use the CVS Version. The new
version includes a reporting tool wich generates java Junit files.
> 
> +) Is there support for complex validation?! Can I use everything 
> which HTPPUnit supports?!
Everything HTTPClient supports.
Or - if you need more - you can write a generator which generates
HTTPUnit classes.

Regards,
Henner


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: AW: Using of appserver:start

2003-07-22 Thread Siegfried Göschl
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
> > 
> > appserver:start
> > webtest scripts run 
> > appserver:stop
> > 
> 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]



Re: AW: Using of appserver:start

2003-07-21 Thread dion
Have u seen the combination of Apache's JMeter and Latka available in 
Maven?
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
Work:  http://www.multitask.com.au


"Henner Kollmann" <[EMAIL PROTECTED]> wrote on 22/07/2003 07:39:53 
AM:

> 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
> > 
> > appserver:start
> > webtest scripts run 
> > appserver:stop
> > 
> 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]
> 


AW: Using of appserver:start

2003-07-21 Thread Henner Kollmann
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
> 
> appserver:start
> webtest scripts run 
> appserver:stop
> 
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]