|
|
|
|
|
by jph
4958 days ago
|
|
BDD is great, in my opinion, especially for working on larger projects with longer goals. For example we're using BDD on a multi-million-dollar multi-year project with dozens of stakeholders and programmers from multiple organizations. When we bring a new person on board he can read the BDD and quickly understand what's happening. We use Cucumber, Selenium, and also use TDD tools like RSpec and minitest/spec, and minitest/benchmark. |
|