While that might be possible under some interpretation of TDD, I think the main point of TDD is to write the tests before any production code. Given that, you won't have a large system to write integration or functional tests for, so the testing is necessarily going to be on the unit level.
manpreet
Best Answer
2 years ago
Could TDD be oriented to another kind of testing different from unit testing?