QuestionQ21

Implementation and Deployment Strategies for Test Automation

Which statements about a continuous integration/continuous deployment (CI/CD) pipeline are TRUE?

  • The pipeline can contain configuration tests for the TAF/TAS.
  • The pipeline cannot contain configuration tests for the TAF/TAS.
  • Component and component integration tests should run separately.
  • The pipeline can contain system integration tests.
  • The pipeline cannot contain system integration tests.
  • A a and d.
  • B b and c.
  • C c and d.
  • D a and e.
Explanation

Configuration tests for a Test Automation Framework/Test Automation Solution (TAF/TAS) can run during the build and are treated as a type of component test. Component and component-integration tests may run together in the continuous integration pipeline. System integration tests can be included in a continuous delivery pipeline as quality gates.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!