Hi Mark,
I think (from what I understand) that you are rather looking for performing
functional test than unit tests (or in other words black box testing rather
than white box testing). Cactus is only doing unit tests, so it won't really
help for functional and acceptance testing.
For that you need another framework or product. There are several available.
I would suggest you start by looking at HttpUnit
(http://httpunit.sourceforge.net) and see if it fits your needs.
Thanks
-Vincent
----- Original Message -----
From: "Jarzynka, Mark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "'Vincent Massol'" <[EMAIL PROTECTED]>
Sent: Thursday, August 16, 2001 7:27 PM
Subject: RE: https question
> Thanks for the response. Again I'm new to Cactus and apologize if this
> doesn't make any sense. I agree with once it makes it to the server it
> shouldn't make any difference. What I would like to do is use this tool
for
> development and deployments for our development servers and our acceptance
> test machines. Since some of our applications are https we would setup
our
> acceptance test machines as such and possibly our development machines.
> Could I still use Cactus in this scenario?
>
> Thanks
>
> > -----Original Message-----
> > From: Vincent Massol [SMTP:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 15, 2001 4:28 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: https question
> >
> > Hi Mark,
> >
> > I'm not sure I understand what you want to achieve exactly ?
> > Cactus is for unit tests of server side code. Seen from the server side,
> > I
> > don't think that using HTTP or HTTPS makes any difference (or does it
?).
> > If you were doing functional tests, then yes it would matter ... but
then
> > you should use a framework like HttpUnit for that.
> >
> > thanks
> > -Vincent
> >
> > ----- Original Message -----
> > From: "Jarzynka, Mark" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, August 15, 2001 10:08 PM
> > Subject: https question
> >
> >
> > > I'm new to the cactus-junit testing framework. Does this support
https?
> > If
> > > not is it something that is being considered? If so is there any
> > example
> > on
> > > how to go about it?
> > >
> > > Thanks in advance.
> > >
> > >
> >
>
>