TDD Series Part 1: Is Test Driven Development (TDD) right for your medical device project?
TDD Series Part 1: Is Test Driven Development (TDD) right for your medical device project?
In this series, I will be discussing Test Driven Development. Since there are many different types of testing, I will be focusing on the following two forms:
- Verification Testing: Testing to determine whether a developed software feature meets its requirements, and
- Unit Testing: Testing of individual units of code (i.e., classes, methods, etc.) to determine whether they function correctly
The Traditional Approach
A traditional approach to software design might look like this:
Pages: First |1 | 2 | 3 | ... | Next → | Last