Inspector Quality Assurance/QC Question:
Tell me what is the rule of a "Test Driven Development"?
Answer:
The rule of a Test Driven Development is to prepare test cases before writing the actual code. Which means you are actually be writing code for the tests before you write code for the application.
Previous Question | Next Question |
Do you know what is Ad Hoc testing? | Explain how validation activities should be conducted? |