This could include a little of…
DEVELOP/Code
- Shared source code repository
- Version controls
Mainly includes
BUILD/Continuous Integration
- Error Detection
- Automated tests
And starts into
TEST/UAT
- Performance
- Load Testing
- Continuous Testing
Continuous integration is the practice of checking in code to a shared repository several times a day, and testing it each time. That way, you automatically detect problems early, fix them when they’re easiest to fix, and roll out new features to your users as early as possible.