Question 10 of 10Pro Only
How do you design a testing strategy that supports trunk-based development with multiple daily deployments? How do you ensure quality when there are no long-lived branches or manual test phases?
Sample answer preview
Trunk-based development with continuous deployment represents the most demanding testing challenge because there is no safety net of a manual testing phase or a release candidate branch. Every commit to the main trunk is a potential production deployment.
trunk-based developmentfeature flagscanary analysissynthetic monitoringprogressive deliveryautomated rollback