Created
April 19, 2009 21:45
-
-
Save demetriusnunes/98242 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Counting lines of source code | |
Scenario: Counting lines succesfully | |
Given I have filled all the parameters correctly | |
When I click the GO button | |
Then I should have shown a line count | |
And I should have a file report generated in CSV format | |
And I should not have any error messages displaying | |
Scenario: Invalid parameters | |
Given I have not filled all the parameters correctly | |
When I click the GO button | |
Then I should have shown a error message | |
And I should have nothing shown in the status area |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment