Problem This is my first attempt at BDD and RSpec. I’m more of a C# xUnit kind of guy. I […]
Tag: bdd
Testing the process of assigning offers to a customer
Problem I asked a similar question yesterday, which was criticised because I posted the test without the supporting code. Therefore […]
BDD tests in PHPUnit
Problem No one in my team knows how to write BDD tests, so I started writing some and it’s quite […]
Using Specs when testing the process of assigning offers to a customer
Problem I am trying to spruce up my BDD skills using Specflow and Gherkin. Please see the classes below: public […]