[Webtest] WebTest-Erweiterung
Stefan Bodewig
webtest@lists.canoo.com
20 Jan 2003 10:44:52 +0100
On Mon, 20 Jan 2003, Dierk Koenig <dierk.koenig@canoo.com> wrote:
> We aim to go for ANT TaskContainers such that you can mix any
> arbitrary ANT task with your steps as well as implementing steps as
> "normal" ANT tasks.
You may also want to implement
org.apache.tools.ant.DynamicConfigurator which would enable a plugin
architecture for test steps without the need for additional addXYZ
methods and without making the steps tasks.
Stefan