Continuous Integration is very helpful for any modern software project run using agile and test driven development. The below mind map shows the basic steps involved in code check in process for continuous integration. This process ensures that, the developer is responsible for integrating source code and when followed diligently ensures that there are no build failures. Build failures are costly as time spent by developers in resolving them do not add any business value. This also affects testers as they are idle until a clean build is generated by the CI server.
![]() |
Code Check In Process for Continuous Integration |
No comments:
Post a Comment