InterviewSolution
Saved Bookmarks
| 1. |
What is CI/CD? |
|
Answer» Continuous Integration is something that is USED for streamlining the development and deployment process. These lead to the more rapid development of cohesive software. In the above diagram our integration TEST and UNIT test are performed without any manual intervention and after UAT we just NEEDED the APPROVAL to ship our tested features to production and to make such a process we need CI/CD. |
|