Have you tried to dump the current state of the page to see what WebTest "sees": <groovy> println step.context.currentResponse.asXML </groovy>
Cheers, Marc. -- Blog: http://mguillem.wordpress.com Ruslan Roz wrote: > One minute is enough, to open tested page. I am using such sequence > > sleep(120000) > verifyXPath(xpath: "//div[1]/table/tbody/tr/td[1]/div") > > And node doesn't match. > > Thanks, > Ruslan > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Marc Guillemot > Sent: Friday, December 28, 2007 5:43 PM > To: [email protected] > Subject: Re: [Webtest] ExtJS Support > > ok. > > Is it possible that WebTest is too fast there? I mean, that the xpath > evaluation occurs before ExtJS has finished its work. To check this, you > can add a sleep before the verifyXPath (we'll change the sleep to > somehting better, if this is the cause of the problem). > > Marc. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

