The application rollout should go trough several instances of testing:
- Delivery team: Developers working on their environments
- Version control: SCM for managing developed code
- triggers build & unit tests
- Build & unit tests: Compiles code and runs e.g. JUnitTests
- triggers automated acceptance tests if successful
- Automated acceptance tests
- triggers user acceptance tests if successful
- User acceptance tests
- triggers release if successful
- Release
No comments:
Post a Comment