I have a scenario that checks a few web pages where you have to be logged in, i.e. it logs in before and logs out afterwards, e.g. like this:

Given I am user "foo"
When I log in
Then title is "Welcome to service"
When I go to <url>
Then title is <title>
When I log out
Then title is "you have logged out"

Examples:
|url|title|
|http://example.com/profile|Your profile|
|http://example.com/stats|Your stats|

the steps Then title is <title> and Then title is "$title" have the same implementation, one with explicit parameter and one with example table parameter.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to