If a project practices continuous integration, project components are combined at the end of a cycle and tested at once. cse 110 code example
Example: What is continuous Integration
CI is a development practice that requires developers to integrate code into
a shared repository several times a day.
Every time the software’s code is changed, it is built and tested automatically