Go to the directory where you want to create the WebTest project
E.g.:
C:\projects
Call the createProject task and provide a name for the project, e.g. myWebTestProject
C:\projects>ant -f %WEBTEST_HOME%\webtest.xml wt.createProject
Change to the project directory
C:\projects>cd myWebTestProject
Call WebTest
C:\projects\myWebTestProject>webtest
Done :)
No comments:
Post a Comment