Hallo Bernd, this would just be a facility for invoke, isn't it?
Do you know that you can easily define new steps, or customized steps for your own project? Cheers, Marc. -- Web: http://www.efficient-webtesting.com Blog: http://mguillem.wordpress.com Bernd Schiffer wrote: > Hi. > > I want to have a bookmark step and a new parameter on the invoke step. It's > usage should be like this: > > // login as user a > verifyTitle 'profile page of user a' > bookmark as:'profile page of user a' > // logout > verifyTitle 'start' > // login as user b -> redirect to user a's profile page > verifyTitle 'profile page of user b' > invoke bookmark:'profile page of user a' > verifyTitle 'access denied' > > Is that a reasonable suggestion or am I trying to do something which could > be already done more easily? > > (The above example is a real world one: I want to assert that a user's > profile page could only be seen by herself and not by any other user.) > > Cheers, > Bernd _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

