Skip to content
DuncanButler edited this page Sep 15, 2012 · 44 revisions

Available Given Syntax defining a role

there must be at least one of these in each scenario

Given I am a Role Name

Given you are a Role Name

Given there is a Role Name

Available Given task syntax

Given I attempt to Task Name (: or , and name value parameters)

Given I was able to Task Name (: or , and name value parameters)

Given I were able to Task Name (: or , and name value parameters)

Given I did Task Name (: or , and name value parameters)

Given I can see the table Name ( followed by a SpecFlow table )

Given I can see the details Name ( followed by a SpecFlow table )

Given you attempt to Task Name (: or , and name value parameters)

Given you was able to Task Name (: or , and name value parameters)

Given you were able to Task Name (: or , and name value parameters)

Given you did Task Name (: or , and name value parameters)

Given you can see the table Name ( followed by a SpecFlow table )

Given you can see the details Name ( followed by a SpecFlow table )

Given the Role Name attempts to Task Name (: or , and name value parameters)

Given the Role Name was able to Task Name (: or , and name value parameters)

Given the Role Name were able to Task Name (: or , and name value parameters)

Given the Role Name did Task Name (: or , and name value parameters)

Given the Role Name does Task Name (: or , and name value parameters)

Given the Role Name can see the table Name ( followed by a SpecFlow table )

Given the Role Name can see the details Name ( followed by a SpecFlow table )

Available When Syntax

When I attempt to Task Name (: or , and name value parameters)

When I was able to Task Name (: or , and name value parameters)

When I were able to Task Name (: or , and name value parameters)

When I did Task Name (: or , and name value parameters)

When I do Task Name (: or , and name value parameters)

When you attempt to Task Name (: or , and name value parameters)

When you was able to Task Name (: or , and name value parameters)

When you were able to Task Name (: or , and name value parameters)

When you did Task Name (: or , and name value parameters)

When you do Task Name (: or , and name value parameters)

When the Role Name attempts to Task Name (: or , and name value parameters)

When the Role Name was able to Task Name (: or , and name value parameters)

When the Role Name were able to Task Name (: or , and name value parameters)

When the Role Name did Task Name (: or , and name value parameters)

When the Role Name does Task Name (: or , and name value parameters)

Available Then Syntax

Then I can Task Name (: or ,) Expected Context

Then I am able to Task Name (: or ,) Expected Context

Then I are able to Task Name (: or ,) Expected Context

Then you can Task Name (: or ,) Expected Context

Then you am able to Task Name (: or ,) Expected Context

Then you are able to Task Name (: or ,) Expected Context

Then the Role can Task Name (: or ,) Expected Context

Then the Role is able to Task Name (: or ,) Expected Context

Then I should Question 'Answer'

Then you should Question 'Answer'

Then I should Question

Then you should Question

Then I should Question that includes: Expected Context

Then you should Question that includes: Expected Context

Then the Role Name should Question 'Answer'

Then the Role Name should Question

Then the Role Name should Question that includes: Expected Context

Then I should see Name table ( followed by a SpecFlow table )

Then you should see Name table ( followed by a SpecFlow table )

Then the Role Name should see Name table ( followed by a SpecFlow table )

Then I should see Name with details ( followed by a SpecFlow table )

Then you should see Name with details ( followed by a SpecFlow table )

Then the Role Name should see Name with details ( followed by a SpecFlow table )