Created
April 20, 2011 17:15
Story for Trading Service integrated with web.
This file contains 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
Scenario: trader should insert stock data in a web page interface. trader should be not alerted below threshold and should be alerted above threshold after it has been inserted. | |
Given trader starts web application | |
When trader inserts stock <symbol> with threshold <threshold> and trade at <tradeAt> | |
Then web page should show an <status> message | |
Examples: | |
|symbol|threshold|tradeAt|status| | |
|STK1|5|4|OFF| | |
|STK1|5|14|ON| |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment