
Ultimate access to all questions.
Based on the HipLocal case study, how can HipLocal accelerate their API development speed while maintaining a stable QA testing environment that fulfills feature requirements?
(Note: The question preserves the original intent while improving clarity and conciseness. No additional context or phrasing was added.)
A
Include unit tests in their code, and prevent deployments to QA until all tests have a passing status.
B
Include performance tests in their code, and prevent deployments to QA until all tests have a passing status.
C
Create health checks for the QA environment, and redeploy the APIs at a later time if the environment is unhealthy.
D
Redeploy the APIs to App Engine using Traffic Splitting. Do not move QA traffic to the new versions if errors are found.