1.

Why is Continuous Integration needed?

Answer»

By incorporating Continuous Integration for both development and testing, it has been found that the software quality has improved and the time taken for delivering the features of the software has DRASTICALLY reduced.

This also ALLOWS the development team to detect and fix errors at the initial stage as each and EVERY commit to the shared repository is built automatically and run against the unit and integration test cases.



Discussion

No Comment Found