Hi, We are finally upgrading to WebTest 2.6. We have quite a few scripts that access a particular page that never gave any errors with the older version (I'm not sure what version number we have been using - I downloaded it in July 2007 - is there some way to find the build number?)
With 2.6, every script that tries to access this page in edit mode gets a javascript error. The error message isn't very helpful, it either has: JavaScript error loading page http://chester/plan/contributionTypes.pg?planId=7647: null or JavaScript error loading page http://chester/plan/contributionTypes.pg?planId=1473&year=2004&thisUri=%2Fplan%2FcontributionTypes.pg%3FplanId%3D1473&windowTitle=¤tUserId=5216: Wrapped com.gargoylesoftware.htmlunit.ScriptException (script in http://chester/plan/contributionTypes.pg?planId=1473&year=2004&thisUri=%2Fplan%2FcontributionTypes.pg%3FplanId%3D1473&windowTitle=¤tUserId=5216from (296, 43) to (0, 0)#311) We checked using Firefox development tools for Javascript errors on this page and it didn't find any. For now, we've set ThrowExceptionOnScriptError to false just so the scripts will run, but we'd like to know about *real* JS errors, so we don't really want to run this way all the time. How can we debug this further, as our programmers can't find any problems with the JS on this page. You can look at the page from our public site: https://secure.primek.com/tour/index.jsp click on "plan establishment" click submit on the first two pages The page https://secure.primek.com/plan/contributionTypes.pg?planId=7647that is labeled "Step 2 2008 Contribution Types" is the page that gets the above error in our WebTest script. Any ideas are appreciated! thanks, Lisa

