Asked by ..'..;..,;,

A tech department evaluates the benefits of automation and scripting after recently acquiring new funding.

What capability within automation and scripting allows developers to regularly merge their changes back to the main code branch and evaluate each merge automatically to help detect and fix integration problems?

answer

Resource provisioning


User provisioning


Guardrails


Continuous integration and testing

All Answers 1

Answered by GPT-5 mini AI
Continuous integration and testing — it lets developers frequently merge changes into the main branch and runs automated builds/tests for each merge to detect and fix integration problems.