Re: Testing Login functionailty

2001-08-23 Thread Vincent Massol
Hi Anand, It seems what you are trying to do is functional tests. If you have no need for unit tests (checking state on the server side) then you probably don't need Cactus and you can use HttpUnit. Cactus provides a simple integration with HttpUnit that you could use but will needed only if you

RE: Testing Login functionailty

2001-08-23 Thread Anand Mohanram
[mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 2:16 PM To: [EMAIL PROTECTED] Subject: Re: Testing Login functionailty Hi Anand, It seems what you are trying to do is functional tests. If you have no need for unit tests (checking state on the server side) then you probably don't need