#Testing - Overview
| Type | What to Test |
|---|---|
| United Testing | Model |
| Functional Testing | Controllers/Views, requests |
| Integration Testing | User stories, sequences of request |
| Performange Testing | How fast are the requests handled |
| Load Testing | How many requests can be handled |
| Security Testing | Security vulnerabilities |