BDD stands for Behavior Driven Development.
I've been looking at two libraries for doing unit tests on the front-end. QUnit - http://qunitjs.com/ Jasmine - …
javascript tdd bdd jasmine qunitI have been writing specs for controllers and models, but I have never written a helper spec. I have no …
ruby-on-rails ruby rspec bddI'm having a hard (but very interesting time) diving into Behavior Driven Development using Cucumber, RSpec, Selenium, and Rails. I …
ruby-on-rails selenium bddI'm trying to test the length of a zip code attribute to ensure its 5 characters long. Right now I'm testing …
rspec tdd bddIn my app I want to have a Car model. It will have two fields among others: date_from and …
ruby-on-rails ruby rspec tdd bddI am writing a spec to test the behavior of the mashup_controller when someone sends a query through a …
ruby-on-rails ruby rspec tdd bddI honestly don't see the difference between BDD and TDD. I mean, both are just tests if what is expected …
testing tdd bdd