[Webtest] Can webtest behaviour be modiffied?
Paul King
Paul King <paulk@asert.com.au>
Tue, 29 May 2007 21:06:01 +1000
WebTest does act the way you would expect in most common cases.
Can you provide us with a small concrete example of your scenario?
Cheers, Paul.
Francisco Javier Martin Gutierrez wrote:
> Hello:
>
> I am in trouble with a javascript function because webtest does not act as
> internet explorer. There is a difference. When you click on a page element
> an action is taken and then the function reloads the page without speaking
> with server (executing javascript code).
>
> But webtest behaviour is different because it asks server to reload the page
> instead of execute javascript code. So I want to know if there is any way to
> change webtest behaviour.
>
> Thank you.