[Webtest] New! Startup Scripts For WebTest
Denis N. Antonioli
webtest@lists.canoo.com
Fri, 1 Apr 2005 18:01:35 +0200
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
--
- More people would enjoy it if it was more straightforward.
- Difficulty generates meaning. It makes the reader work harder.
-- David Lodge, Nice Work