Hi, Marc, There's a frame on every page of the application containing the "logoff" link. I've got many (approx. 50) tests where this works fine, using a module invoked from the many test cases. This module contains just the lines: <followframe name="banner" description="Set focus to banner frame"/> <clicklink label="LOGOFF" description="Click on Logoff link"/>
In one group of tests, the clicklink gets the StackOverflowError, which I see now in your debug log is preceded by the "Too deep recursion while parsing" error. Clearly something is different about this group of pages, but I don't know what. These pages, like the cases that work, all include the frame containing "logoff". Yes, the results are consistent in that the StackOverflowError always occurs at the same point in these tests. I'm not sure what to tell you regarding the embedded script. Line 6 doesn't make sense to me, and the linesource and lineoffset are obviously not helpful either. At logoff the http session is invalidated for the current user. Does that help at all? Thanks, Janet _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

