Hello,

--- Dharnidhar Vemuri <[EMAIL PROTECTED]> wrote:
> Hi,
>   Its again me. Sorry once again.
> 
> I have a few questions before I ask u.
> 1. What is the difference between an Error and Failure with respect
> to jUnit?
  If you assert for a particular value, ( or do any other check and
the check fails, it is called a failure ). This failure is because of
some assertion on the part of JUnit.
  On the other hand, an error is some unknown condition that JUnit
finds itself as any other Java application, such as
NullPointerException. They are not specific to JUnit.

> 2. What are the general operations that are done in beginXXX method
> for every test case.
   Well the general operations are mostly setting the parameters for
the Request you send and may be some cookie operations.

> 3. I also have one suggestion regarding the AWT and Swing GUI of
> jUnit. If we can have the copy control for the above list box, it
> will be simpler to send the error messages in case we have one.

    Cactus is built on top of JUnit. So the GUI that appears with
JUnit has got nothing to do with Cactus, as it is a purely
server-side testing tool. I would suggest you direct your question to
the JUnit mailing list. [ http://www.junit.org - web site ] .

=====
Thanks.
Rakesh Bhalla.

__________________________________________________
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com

Reply via email to