WWriting proper web acceptance tests
2018-07-08 — 5 Min Read — In Technology
The first thing you hear about TDD/BDD is this: Write a failing acceptance/feature test. Write a failing unit test. Make the unit test pass. Refactor your code. Repeat step 2,3,4 until acceptance/feature test pass. When I saw this I said, "Oh TDD is…