4 messages in com.canoo.lists.webtest[Webtest] [Fwd: XmlHttpRequest: page ...
FromSent OnAttachments
Andrew Sickorsky22 Oct 2007 23:45 
Marc Guillemot23 Oct 2007 04:59 
Andrew Sickorsky23 Oct 2007 05:03 
Marc Guillemot23 Oct 2007 05:21 
Subject:[Webtest] [Fwd: XmlHttpRequest: page text doesn't change after ajax call though it should.]
From:Andrew Sickorsky (andr@texunatech.com)
Date:10/22/2007 11:45:40 PM
List:com.canoo.lists.webtest

Hello all!

I faced with AJAX problem: for some reason page doesn't updated after XmlHttpRequest performed (Prototype library was used; ideally some text should appear, but nothing happens). Env: last build of HtmlUnit, Webtest R1619, ant 1.6.5 were used. Tested with IE and FF user agents.

Steps: - open page (<invoke> - fill in form and submit (<setInputField> + <clickButton> + <groovy> print
currentResponce) - verify that page text changes (it should! - <verifyText>)

Interesting point: there is no text in clickButton result page though it is in
the groovy printed current responce though verfiyText finds nothing.

Thanks in advance Andrew