[Webtest] Question about moving Webtest early release to current release?

Marc Guillemot webtest@lists.canoo.com
Tue, 12 Jul 2005 13:32:06 +0200


Hi,

the messages from parser are only informative and not allways very good. These parser errors are not the cause of the 
failing tests. You have to look at the step that fails and the associated messages to find the origin of the problem.

Marc.

Tize Ma wrote:
> Hi, all,
>    I am trying to move Canoo Webtest release 457 (httpunit) to 916 
> (htmlunit). (Old release works great, but it is probably the time to 
> move to the new one) . The problem I face is that all tests that run 
> with build 457 do not run now. After I turn on showhtmlparseroutput in 
> config, I got a lot of errors like,
>  <error col="67" line="5" 
> url="http://ReTma:8080/rware/admin/frames.html">Missing whitespace 
> before attribute "SCROLLING".</error>
> And much more warnings.
> I experimented with option tag in the config with JavaScriptEnabled to 
> false, some errors go away and those steps passed. But there are still a 
> lot of similar errors. We do like to use the feature of supporting 
> JavaScript in the new release. Therefore turning off JavaScript is a 
> dumb idea even if it  temporarily solve any problem.
> So my question is, what is the proper way to "upgrade" webtest so that 
> the old tests will still work with the new build/release? What causes 
> the errors? and how to fix/get around them?
> Thanks a lot.
> Tize