Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <project name="SimpleTest" basedir="." default="wt.full">
- <target name="wt.testInWork">
- <webtest name="my simple Test">
- <invoke
- url="http://www.myserver.com:8080/myApp/login"
- description="get Login Page" />
- <verifyTitle
- text="Login Page"
- description="we should see the login title" />
- </webtest>
- </target>
- </project>
Advertisement
Add Comment
Please, Sign In to add comment