Frequently Asked Questions

What Is CI/CD?

CI/CD are popular software development practices for automation and shortening feedback times.

What Is Continuous Integration?

Continuous Integration is the practice of automating the build and testing of code every time a change is made — and committing that code back to a central repository.

What Is a Continuous Integration Tool?

A Continuous Integration tool automates the build and testing of code. CI tools then commit that code to a central repository.

What Is Continuous Integration Testing?

Continuous Integration testing is the process of ensuring that the code is reliable and properly committed.