Hi Thank you for your answer. The error I get is the following:
JavaScript error loading page http://localhost:8080/TransactionalPortalApps/webRouter?application=PPAClient&eventId=clientSearchShowInitial&reset=true&mode=AMEND_CLIENT&token=0d7881dc34536c81dafb04c79fa6b6ac: Wrapped com.gargoylesoftware.htmlunit.ScriptException: Wrapped java.lang.IllegalArgumentException: No option found with value: ( http://localhost:8080/TransactionalPortalApps/AppManagement/javascript/GCA001.js#246) ( http://localhost:8080/TransactionalPortalApps/javascript/jspNavigation.js#236 ) Cheers Geraud 2008/11/3, Marc Guillemot <[EMAIL PROTECTED]>: > > Hi, > > followFrame should have no impact on JS execution. Can you provide the > error you get ("When I go into the frame ..., the javascript file > imported in the top document seems to be inaccessible."). > > Cheers, > Marc. > -- > Web: http://www.efficient-webtesting.com > Blog: http://mguillem.wordpress.com > > Géraud wrote: > > > > Hi > > > > I have a problem while testing a link : > > > > The web pages generated by my application have the following structure : > > - An html document including 2 frames. This top document imports a > > javascript file (in which is declared a function 'foo') > > - In one of the included frames, the 'foo' function is called by another > > javacript function : " function fooCaller() {top.foo;} " > > - The function 'fooCaller' is called while clicking a link in the frame. > > > > I would like to test this link with WebTest. But: > > - I don't know how to access a nested frame while staying in the top > > document; > > - When I go into the frame ("followFrame" task), the javascript file > > imported in the top document seems to be inaccessible. > > > > Did I miss something? > > > > Thank you > > Geraud > > > > > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest >

