Jackie Noi commented on Improvement JBEHAVE-433

The below story file a sample story file that will reproduce this issue

Scenario: Login
Given I am in gmailLoginPage
When I login to gmail with <username> and <password>
Then I should be logged in
Examples:

username password

xxxx|yyyy|
Jack|kkkk|

In the above story file, there are two example sets.

Lets assume that the first example set consists of the wrong credentials and the second one consists of the correct credentials. While running the above scenario, the first scenario would fail, but the screen shot will not be taken since the last(second) example set will pass.

I am expecting screen shot to be taken for each example set if it gets failed.

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