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