what for ugly xpath expressions! You've tested on the generated source with XPath explorer? Can you check this directly in the browser, on the parsed source?
Cheers, Marc. -- Blog: http://mguillem.wordpress.com Ruslan Roz wrote: > Hi, > > > > I am trying to test application that includes ExtJS table. > > > > If I test XPath expressions > "/html/body/div[3]/div/div/div/div[1]/div/div/div/div/div/div/div/div[1]/table/tbody/tr/td[1]/div") > that access element of ExtJS table from XPath explorer, test passes > successfully > > > > But if I verifyXPath(xpath: > "/html/body/div[3]/div/div/div/div[1]/div/div/div/div/div/div/div/div[1]/table/tbody/tr/td[1]/div") > in groovy test then it matches no nodes. > > > > Does Canoo WebTest support ExtJS testing? > > Ruslan _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

