Re: generate MockObjects

2001-08-23 Thread Vincent Massol
Thanks Denis, yes, I have seen these papers but have not found the time to read them yet. I discussed them with the persons from the Mock Objects project and they said that the authors have failed to understand what Mock Objects are. I don't know if this comment apply to this specific paper,

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 JSP / taglibs / struts

2001-08-23 Thread Vincent Massol
Hi Heikki, Have you found the information you were looking for amongst the other posts on the list ? Thanks -Vincent - Original Message - From: Heikki Doeleman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 14, 2001 10:23 AM Subject: Testing JSP / taglibs / struts Hi

RE: Testing JSP / taglibs / struts

2001-08-23 Thread Heikki Doeleman
Hi Vincent, not really, I've found more questions and other issues than answers and examples :) It would be useful if the documentation on this was more extensive and contained some examples of this. Did anyone write tests for custom tag libraries in the Struts framework? please post some

RE: Testing Login functionailty

2001-08-23 Thread Anand Mohanram
Hi Vincent May be I would like to frame my question a little bit differently. Without going to the browser,how do I know whether my Login succeeded or failed ? Once I submit,I want to know whether the current page has been displayed Thanks Anand -Original Message- From: Vincent Massol

Re: Testing JSP / taglibs / struts

2001-08-23 Thread Vincent Massol
- Original Message - From: Heikki Doeleman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 10:16 AM Subject: RE: Testing JSP / taglibs / struts Hi Vincent, not really, I've found more questions and other issues than answers and examples :) It would be

Re: Testing JSP / taglibs / struts

2001-08-23 Thread Jari Worsley
Heikki Doeleman wrote: Hi Vincent, not really, I've found more questions and other issues than answers and examples :) It would be useful if the documentation on this was more extensive and contained some examples of this. Did anyone write tests for custom tag libraries in the