# Testing

# Types of tests

-  Unit Tests: Test individual code components in isolation.
  -  Functional Tests: Validate overall functionality of modules or systems.
  -  Acceptance Tests: Verify software meets stakeholder requirements for deployment.