Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Cool, I've never looked at ATDD but I'm familiar with Behat and Behave for BDD. I appreciate the feedback. Still trying to wrap my head around the micro-test mentality of TDD :) Commented Aug 20, 2015 at 15:43
  • @ChrisOlsen There's two aspects to get your head around: unit tests (vs. integration or acceptance) and when you write them (before the production code rather than after). If they both seem like strange mentalities, you could try getting to grips with the first before the second. A lot of people don't practice TDD but still insist on very thorough unit test coverage. Commented Aug 20, 2015 at 15:46