What is Continuous Integration?

devquora
devquora

Posted On: Feb 22, 2018

 

Continuous Integration is using codes that are built and automated for testing or production. This allows developers to deploy codes easily during the time of production. Developers need to integrate a code every day during the building stage. Every code is checked automatically. After that, codes are deployed to production without human intervention. This can detect problems quickly and in many early stages.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Full Stack Developer Interview Questions

    Which is your personal favourite language?

    Rather than explaining about one favourite, full stack developers are expected to tell about most of the languages they are aware of...

    Full Stack Developer Interview Questions

    What role do you prefer, technical or managerial?

    Full stack developers are capable of handling both technical and managerial roles depending upon their desire...

    Full Stack Developer Interview Questions

    How do you develop a successful Continuous Integration process?

    Firstly, we must maintain an idea for the code of the project. Then we must automate the build which should be self-testing..