Hi, I'm new to WebTest, so perhaps this is just a silly question on my part. I'm running my first WebTest and everything is humming along nicely, until I try to click a final submit button, at which point I get the following error:
javascript errorReferenceError: "CollectGarbage" is not defined. ( http://s.bebo.com/script/mootools.v1.11.js#3(eval)#1) This mootools thing is an Ajax library we use here at Bebo. Now, when we run the page interactively, there's no visible problem. But, it seems to me that, despite what engineering tells me, this particular error is not the fault of WebTest but rather of the ajax library (which unfortunately is compressed). I thought that perhaps a WebTest expert might have some insight about the issue ... eg, whether this really is a problem with WebTest and, whether it is not, any ideas about dealing with it??? For instance, does it make sense to anyone that this thing might work fine interactively, but fail when invoked by WebTest ?? If it is really a problem in the target application, is there any way to suppress the error aside from changing the source code ?? Thanks in advance, Ken Hopf

