Tagged Questions
3
votes
2answers
427 views
How to organize unit/integration test in BDD
So finally after reading a lot, I have understood that the difference between BDD and TDD is between T & B. But coming from basic TDD background, what I used to was,
first write unittest for ...