Test Layers
-
There are several layers of tests
- Unit tests (test a single unit of code).
- Integration tests ==(tests the data flow between units)(Should be written by architect)==.
- Acceptance tests ==(tests the end product)(Should be written by QA)==.