Prabir,

There are a number of ways you could achieve this.
Most people just install WebTest into a known location
then set a property to that location and then with one
import you are set to go. Something like:

<?xml version="1.0" encoding="UTF-8" ?>
<project name="FirstTestProject" default="all">
   <property name="webtest.home" 
value="C:/Downloads/webtest.canoo.com/build_1408"/>
   <import file="${webtest.home}/lib/taskdef.xml"/>
        <target name="all">
       <webtest name="FirstTest">
           <steps>
               <invoke url="http://www.google.com"/>
               <verifytitle text="Google"/>
           </steps>
       </webtest>
   </target>
</project>

Paul.

prabir bhakat wrote:
Hi,
I want how this can be used in Eclipse 'build.xml' file.
Thanks & Regards,
Prabir bhakat

------------------------------------------------------------------------
Find out what India is talking about on - Yahoo! Answers India <http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/> Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW <http://us.rd.yahoo.com/mail/in/messengertagline/*http://in.messenger.yahoo.com>

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to