2 messages in com.canoo.lists.webtestRe: [Webtest] jumping between URLs
FromSent OnAttachments
Christian Stalp25 Sep 2006 08:24 
Marc Guillemot26 Sep 2006 23:23 
Subject:Re: [Webtest] jumping between URLs
From:Marc Guillemot (mgui@yahoo.fr)
Date:09/26/2006 11:23:49 PM
List:com.canoo.lists.webtest

Is the <clickButton.../> missing in your test or only in the example you provide here?

Marc.

Christian Stalp-4 wrote:

Hello I got a problem, that for sure was discussed here several times, but I couldn't find any suitable.

I want to step form page to page. Thus I wrote: <invoke description="get startpage" url="/" />

<setInputField name="user" value="fred"/>

<setInputField name="password" value="flinstone"/>

<verifyTitle text="My personal page"/>

After the submit of user-name and password I should follow to the "personal page" where I aspect the title "My personal page" but this fails.

Instead WebTest counts me the labels of the first page. So WebTest stuck on the first (the login-page) but I want to make some more steps on the following pages. How can I do this? I couldn't find an example that fits.

Thank you.

Gruss Chris