See what API testing solution came out on top in the GigaOm Radar Report. Get your free analyst report >>

See what API testing solution came out on top in the GigaOm Radar Report. Get your free analyst report >>
Jump to Section
Continuous integration (CI) is a development practice where automated builds and tests are run when code is pushed into a shared repository, providing rapid feedback on code changes.
Related terms: automated testing, CI/CD pipeline, continuous testing, DevOps
Developers commit code changes to a version control system, triggering an automated CI/CD pipeline that compiles, tests, and deploys the application.
A continuous integration server runs unit tests and generates build artifacts whenever new code is pushed to a Git repository.