Created
June 7, 2009 17:57
-
-
Save c3mediagroup/125414 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: Advisor Performance Feature | |
In order to show advisor performance | |
As an application user | |
I should be able to see accurate advisor performance data | |
Scenario: User views advisor's current premium status | |
Given I am an authorized user | |
When I view an advisor's Current Status Indicator mini-panel | |
Then I should see the amount of his current premium ytd | |
And the current premium ytd should match the table number | |
And I should see the advisor's performance for the same period in the previous year | |
And the previous year performance for the same period in the previous year should match the table number | |
And I should see a percent figure correlating to the percentage increase or decrease from the advisor's performance over last year at the same time. | |
And I should see an icon indicator correlating to the comparison being higher (up arrow) or lower (down) arrow. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment