Bookmark Step
-------------
Key: WT-512
URL: http://webtest-community.canoo.com/jira/browse/WT-512
Project: WebTest
Type: New Feature
Reporter: Bernd Schiffer
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'
(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.)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest