Which two tools and /or methods support continuous integration practices? (Choose Two.)

Which two tools and /or methods support continuous integration practices? (Choose Two.)
A . Performing UI regression testing
B . Configuring pre and import steps
C . Using an automation server to invoke unit test suites
D . Leveraging release toggles

Answer: B,D

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
gaillard
gaillard
1 year ago

This pipeline highlights developer activities and end user activities. Developer activities include:

  • Unit testing
  • Sharing changes with other developers
  • Ensuring changes do not conflict with other developer’s changes.

Once the developer has delivered changes to the end user, end user activities typically include:

  • Testing new features
  • Making sure existing features still work as expected
  • Accepting the software and deploying it to production