Hi,

I am trying to implement WebTest tool and I have a problem with checking 
pages with https protocol.
I have changed the initial sample as follows:

<project name="SimpleTest" basedir="." default="wt.full">

<property name="webtest.home" location="C:/Canoo" />
<import file="${webtest.home}/webtest.xml"/>

<target name="wt.testInWork">
<webtest name="FBO Login Test">
<config
        host="dev.fbo.gov"
        port="443"
        protocol="https"/>
<invoke 
url="servlet/slog"
description="get Login Page" /> 

<verifyTitle 
text="FBO Buyers"
description="we should see the login title" />

</webtest>
</target>
</project>

All attempts gave responce "Responses restored". 

I also found example in "{Downloaded_Source_Code}\doc\samples\ssl\" named 
"sslTest.xml",
but this file contain a link "com.canoo.webtest.ant.TestSpecificationTask" 
to the class which I was not able to find.
Maybe that is an old version and I should use another example.
The link itself (https://dev.fbo.gov:443/servlet/slog) can be checked in 
any brousers.

Thanks

Yakov 
Programmer 
ISC 

Reply via email to