| 1. |
What Do You Mean By Continuous Integration? |
|
Answer» Presently, DEVELOPING teams often work on different segments on similar web applications to boost efficiency, reliability and to cut down the errors. The INTEGRATION tests are exactly what they NEED to be performed and for this, integration of all the modules is necessary. An AUTOMATED process is considered for such an approach that basically that verify all the code. This simply lets everything tested in a serial manner and that is why we called it Continuous Integration. Presently, developing teams often work on different segments on similar web applications to boost efficiency, reliability and to cut down the errors. The integration tests are exactly what they need to be performed and for this, integration of all the modules is necessary. An automated process is considered for such an approach that basically that verify all the code. This simply lets everything tested in a serial manner and that is why we called it Continuous Integration. |
|