Questions
Let’s take a look at a few practice questions:
- Is it true that in TDD, you write tests before the code to be tested?
- What is the role of unit tests?
- How big can a unit test be?
- What type of test is usually used when the subject under test has to access a database?
- Is doing TDD required?
- Do you need to know the inner working of the application to do black-box testing?