+ 1
Does anyone know about TDD, BDD
if you know, please describe with the example. please describe your experiences on this subject
2 Antworten
+ 6
TDD test driven development. First write the test, then write the code. Refactoring until the test doesn't fail
+ 2
TDD is the test only be understood by developer.
BDD is the test that can be understood by laymen.