QuestionQ22
Implementation and Deployment Strategies for Test AutomationWhen a continuous integration/continuous deployment (CI/CD) pipeline is divided into build and deployment phases, which statements are TRUE?
- Component and component-integration tests are part of the deployment phase.
- System and higher-level tests may be included in the build phase.
- Component and component-integration tests are part of the build phase.
- System and acceptance tests may run in a separate pipeline.
- System-integration tests cannot run in this type of pipeline.
- A a and b.
- B c and d.
- C b and e.
- D a and d.
Community Discussion