[Webtest] Simplification: making <configuration> optional
Lothar Märkle
webtest@lists.canoo.com
Thu, 12 May 2005 12:05:37 +0200
On Thu, May 12, 2005 at 11:34:48AM +0200, Marc Guillemot wrote:
> I want to make your example even easier removing <config>:
i didn't know that this works, cool.
> <target name="ask-google" description="asks google for help">
> <testSpec name="ask google">
> <steps>
> <invoke stepid="get google page" url="http://www.google.de/ncr"/>
and should be google.com not .de, to be sure to get the english
page(although .de works currently)
lothar