[Webtest] New! Startup Scripts For WebTest
Marc Guillemot
webtest@lists.canoo.com
Mon, 04 Apr 2005 09:41:35 +0200
PC = windows? ;-)
Denis N. Antonioli wrote:
> Hi
>
> Starting with R_762, the build.zip file contains the necessary files to
> run webtest:
> + a minimal ant installation,
> + all webtest libraries,
> + two startup scripts.
>
> No more fiddling with an ant installation, moving jar files around.
> Installing WebTest is just a two steps process.
> To get WebTest up-and-running on a PC:
>
> 1) get the zip and extract its content to c:\WebTest
> 2) add the directory c:\WebTest\bin to your path, either in Windows'
> system setup, or on the shell
> set PATH=%PATH%;c:\WebTest\bin
>
> Voila, that's all.
> The DOS command webtest.bat can be used instead of the command ant to
> run tests.
>
> To continue the previous example,
> cd <WEBTESTHOME>\doc\samples
> webtest -buildfile installTest.xml
>
> You should see BUILD SUCCESSFUL.Congratulation! You are finished!
>
> Happy webtesting
> dna
>