search for: vat_capt

Displaying 1 result from an estimated 1 matches for "vat_capt".

Did you mean: var_cat
2009 Apr 28
3
[cucumber] Use of Scenario Outline for validation stuff ?
...mple code of what I''m talking about :Scenario Outline: Create a VAT **************************************************************************************************** Given I am logged in as a SuperAdmin user When I go to the VATs page And I follow "New VAT" And I fill in "vat_caption" with "<caption>" And I fill in "vat_value" with "<value>" And I press "Cr?er" Then I should see "<message>" And the VAT "<caption>" should be present in the VAT list <==================== What it'...