Questions tagged [specflow]
A Behavior-Driven Development (BDD) tool for .NET.
3 questions
2
votes
0
answers
48
views
SpecFlow/gherkin code for creating customers
I am new to BDD/Specflow and was wondering if I could get some feedback on my definitions
Here is what I have for a simple customer creation feature/command:
...
2
votes
2
answers
154
views
Using Specs when testing the process of assigning offers to a customer
I am trying to spruce up my BDD skills using Specflow and Gherkin. Please see the classes below:
...
6
votes
1
answer
6k
views
Retrieving value from HTML table
Currently all this does is retrieve data from specific columns, the final result will be that I will check the data to make sure that it passes the test cases, but I want to look at this foreach right ...