Hi Marc, It works with a pretty recent WebTest version (from March). Maybe you're right about the JS. If nobody else is having a problem, that's what we should look into for sure. thanks Lisa
On Mon, Jun 8, 2009 at 5:06 AM, Marc Guillemot <[email protected]> wrote: > Hi Lisa, > > Lisa Crispin wrote: > > Hi Marc, > > I'm not sure how to answer that question, there is definitely JS in the > > page, for example: > > <body onload="javascript: if ('Navigator' == navigator.appName && > > document.forms.length > 0) document.forms[0].reset();"> > > > > We have easyajax=true. > > does the test work with your old WebTest version without easyajax=true? > > > This page hasn't been changed in about a year, and the WebTest script > > has worked fine all that time, until this new version. It's not a big > > deal, I just won't upgrade, but I'd like to know if something has > > changed and we have to do our script differently for some reason, or > what. > > thanks, > > tons of things have changed as with each new release of HtmlUnit a lot > of improvements are made in JS support. We have a very very large number > of unit tests but regressions are not totally impossible. An other > possible scenario is that it worked due to an incorrect JS > interpretation and that now the JS execution is better but still not > perfect, leading to a problem. > > Cheers, > Marc. > -- > Web: http://www.efficient-webtesting.com > Blog: http://mguillem.wordpress.com > > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_ (Addison-Wesley 2009) http://lisacrispin.com

