I try to follow the simple tests and they don't work, can someone post a
simple test that invokes a URL that works for them so I can see one that
works in real life.
I am trying to get a simple invoke URL target to be successful and then
produce an html report of that test and can't seem to get it to work.
this is my invoke URL target:
<project name="SimpleTest" basedir="." default="wt.full">
<property name="webtest.home" location="C:\WebTest" />
<import file="${webtest.home}/webtest.xml"/>
<import file="../definitions.xml"/>
<target name="wt.testInWork" depends="wt.defineMacros">
<webtest name="my simple Test">
<invoke
url="https://server:9190/index.html"
description="get Login Page" />
<verifyTitle
text="QA login"
description="we should see the login title" />
</webtest>
</target>
</project>
--
View this message in context:
http://www.nabble.com/can%27t-invoke-any-URL%27s-tp20567296p20567296.html
Sent from the WebTest mailing list archive at Nabble.com.
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest