Spec Flow, Specifications and Chained Commands
A quick experiment with Spec Flow – http://www.specflow.org/ Spec flow feature Feature: Run Specification rules To stop large postage costs As a user I want to be stopped from buying to much if I am in Australia @CountryAllowedToProcessOrderWithLargeCost Scenario: Orders of 20 cannot be sent to Australia Given I have a customer with an order for socks And the order is to be sent to Australia When I process the order Then I should not be able to place the order ...