The Pragmatic Programmer by Andrew Hunt and David Thomas (1999)
Tip 62
- Test early
- Test often
- Test automatically
Continuous Testing is part of | |
---|---|
Continuous Integration | Intégration Continue |
Continuous Delivery | Livraison Continue |
Continuous Deployement | Déploiement Continu |
Projet | Description |
---|---|
Jenkins | Outil d'intégration continue très complet (anciennement Hudson) |
SonarQube | Mesure la qualité du code source en continu |
GitLab CI | Intégration Continue par GitLab |
Travis CI | Intégration Continue externalisée pour GitHub |
CTest (CMake) | Exécute les tests définis avec CMake |
Robot Framework | Automatisation de test permettant de simplifier la maintenance des scripts |