QuestionQ253
Building and testing applicationsFor this question, refer to the HipLocal case study.
How can HipLocal accelerate API development while continuing to provide the QA team with a stable testing environment that fulfills feature requirements?
- 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.
Community Discussion