Hacker News new | ask | show | jobs
by sbarlster 5202 days ago
Unit tests. Tick.

Integration tests. Tick

Automated acceptance tests. No Tick.

Tried to sell concordian as a framework to support BDD - but that is a hard x-discipline change which would have required more effort to push through. So as a short term measure have started to write/express unit tests using a standard BDD style - GIVEN x WHEN y SHOULD z. This has helped to assign value to each unit test. There is now a direct connection between the test name and acceptance criteria specified in a user story.