Hi,

applet support is disabled by default (in fact applet support in
HtmlUnit is currently rather a proof of concept).

Do you have a more complete stacktrace than the one you originally posted?

Cheers,
Marc.
-- 
Web: http://www.efficient-webtesting.com
Blog: http://mguillem.wordpress.com

Matthias Kammerinke wrote:
> I use WebTest "out of the box". I start the test using the runWebtest.bat
> file. JDK is 1.5.0.11 from Sun.
> Is it possible to disable Applet handling at all? There is an applet on my
> page, but it has nothing to do with my tests. So I would like to tell
> webtest to ignore it.
> 
> Best Regards,
> 
> Matthias
> 
> <project default="test">
> 
>       <target name="test">
>               <webtest name="CISMasterData Portlet test" description="Test
> the CISMasterData portlet">
>                       <config host="${portal.host}" port="${portal.port}"
> protocol="http" basepath="wps" timeout="120" summary="true"
>                               saveresponse="true" haltonerror="false"
> haltonfailure="false">
>                               <option name="RedirectEnabled" value="true"
> />
>                       </config>
>                       <steps>
>                               <loginTest />
>                               <clickLink label="CISMasterData"
> description="Navigate to the portlet page" />
>                               <checkStandardErrors />
>                               <verifyText text="MSO" description="Verify
> that one portlet instance exist on the page" />
>                               <logoutTest />
>                       </steps>
>               </webtest>
>       </target>
> </project>
> 
> -----Ursprüngliche Nachricht-----
> Von: webtest-ad...@lists.canoo.com [mailto:webtest-ad...@lists.canoo.com] Im
> Auftrag von Marc Guillemot
> Gesendet: Dienstag, 31. März 2009 12:57
> An: webtest@lists.canoo.com
> Betreff: Re: AW: [Webtest] ZipException during clickLink
> 
> Strange. Do you use WebTest "out of the box" or have you changed some
> settings, for instance for applets?
> 
> Cheers,
> Marc.




_______________________________________________
WebTest mailing list
WebTest@lists.canoo.com
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to