[Webtest] (no subject)
Marc Guillemot
Marc Guillemot <mguillemot@yahoo.fr>
Fri, 07 Mar 2008 09:07:30 +0100
ups, this file is really outdated.
The problem is that I don't really know what I should put there. It
would surely make sense to remove that and to include ssl tests in the
selftests.
If you don't care to check the validity of the certificate, you can
probably use following (with a HtmlUnit-1.14 build) at the beginning of
your <webtest>
<groovy>
step.context.webClient.userInsecureSSL = true
</groovy>
Cheers,
Marc.
--
Blog: http://mguillem.wordpress.com
yakov.shtipelman@gsa.gov wrote:
>
> Hi,
>
> I am trying to implement WebTest tool and I have a problem with checking
> pages with https protocol.
>
> I 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.
>
> May be there were some changes which I have not noticed.
>
> Thanks
>
> Yakov