[Webtest] ExtJS Support
Marc Guillemot
Marc Guillemot <mguillemot@yahoo.fr>
Fri, 04 Jan 2008 10:18:37 +0100
Hi,
the pages shown in the reports are the rough answers from server when
any, and - with a recent build - a dump of the page state if it has
changed since last step.
This means that for instance
<invoke url="..."/> --> in report you will see the server report
<sleep seconds="0"/> --> in report, you will see the page state after js
processing
Screenshots don't help.
Cheers,
Marc.
--
Blog: http://mguillem.wordpress.com
Ruslan Roz wrote:
> If I open WebTestResults.html and then click link to page that WebTest see,
> then table, that contains verified elements, is absence.
>
> May I send you some screenshots?
>
> Thanks,
> Ruslan
>
> -----Original Message-----
> From: webtest-admin@lists.canoo.com [mailto:webtest-admin@lists.canoo.com]
> On Behalf Of Marc Guillemot
> Sent: Friday, December 28, 2007 8:49 PM
> To: webtest@lists.canoo.com
> Subject: Re: [Webtest] ExtJS Support
>
> 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.