Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hyades-dev] MM "Support for JUnit derivative projects such as HTTPUnit, Cactus, Abbot..."

----- Original Message -----
From: Dominique Guilbaud <dguilbaud@xxxxxxxxxx>
Date: Fri, 10 Sep 2004 14:37:42 +0200
Subject: [hyades-dev] MM "Support for JUnit derivative projects such
as HTTPUnit, Cactus, Abbot..."
To: hyades-dev@xxxxxxxxxxx

 
Hi all, 
 
Here is the meeting minutes for  "Support for JUnit derivative
projects such as HTTPUnit, Cactus, Abbot..." task.
Fell free to comment. 
 
[snip]

Minutes: 
- State of testing tools in Hyades 3.0: 
        - Manuel test (basic implementation) 
        - JUnit: document on the test/ sequence of execution /
generation of a template / edit and write / execution / reporting in
the execution hystoty viewer
        - URL Testing: record / generation of a JUnit-based script  / playback 
- Objectives of the tasks: 
        - improve the existing support 
                - JUnit (concern also an other task "JUnit integration
between hyades and JDT")
                - URL Testing 
        - Add new tools for new kinds of test (GUI, J2EE) 
- Candidates: 
        - URL Testing: HTTPUnit - HTMLUnit - jWebUnit 

I should point out that jWebUnit is a wrapper on top of HttpUnit - it
convenience methods to simplify common tasks, but does not give access
to the full functionality of the underlying library.
 
        - GUI: Abbot - JFCUnit - Marathon - Jemmy 
        - J2EE: Cactus - JUnitEE 

Consider ServletUnit as well - it is part of the HttpUnit jar and
shares much of its API. Learning one when you know the other is pretty
easy. It also contains JUnitServlet, a servlet test runner for JUnit
(similar to JUnitEE).


Back to the top