Re: Navigating Login

2001-08-30 Thread Jari Worsley
Anand Mohanram wrote: Thanks Vincent This is what I did with HttpUnit * Set the parameters for page 1 like Username and Password ( Login example ) * Simulated Submit operation and got the response object ( I use the SubmitButton method provided by httpunit) * But the response object

Re: Navigating Login

2001-08-29 Thread Vincent Massol
- Original Message - From: Ranjan Bagchi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 8:04 PM Subject: Navigating Login Thanks, Vincent and Jari for helping me get started: I added the cactus .jar files to my regular classpath and am able to see my .jsp

Re: Navigating Login

2001-08-29 Thread Ranjan Bagchi
Hi Vincent -- That's a good observation: I'm trying to get the differences between HttpUnit and Cactus sorted out, and I'm starting to come around with the notion that for existing code, I may be stuck with HttpUnit, but for newer stuff I've got the opportunity to design it so that Cactus can

Re: Navigating Login

2001-08-29 Thread Vincent Massol
- Original Message - From: Ranjan Bagchi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 29, 2001 9:50 AM Subject: Re: Navigating Login Hi Vincent -- That's a good observation: I'm trying to get the differences between HttpUnit and Cactus sorted out, and I'm

Re: Navigating Login

2001-08-29 Thread Vincent Massol
: Wednesday, August 29, 2001 11:29 AM Subject: RE: Navigating Login Hi Vincent As an extension to this,how do I test the Submit functionality of a page ? I want to set parameters for various controls and I do a Submit or an OK. I want to test whether the resulting page is displayed correctly. Login

RE: Navigating Login

2001-08-29 Thread Anand Mohanram
. Thanks Anand -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 4:27 PM To: [EMAIL PROTECTED] Subject: Re: Navigating Login Anand, There are different kind of tests : unit tests, functional tests, acceptance tests, system integration