More precisely does writing unit tests consider as BDD practice?
Does unite testing consider as a part of BDD/TDD or both?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are several types of tests: unit tests, acceptance tests, integration tests. And there are several development practices, like TDD or BDD. So, BDD is not only about acceptance testing. BDD can be done unit tests level. Here is some of Dan North thoughts about difference between BDD and TDD when we speak about unit-testing:
There are different BDD frameworks for different types of tests. E.g. SpecFlow for acceptance BDD, or NSpec for unit level BDD.
So, answering your questions: