Salesforce Certified Development Lifecycle and Deployment Architect — Question 24
Cloud Kicks is considering using an automated testing tool to help manage deployments between environments.
When should the architect recommend the use of an automated testing tool?
Answer options
- A. Automated tests should be run only when merging into Full or Partial Copy sandboxes.
- B. Automated tests should be run daily in all Developer Orgs, and when branches are merged.
- C. Automated tests should be run daily in all Developer Orgs.
- D. Automated tests should be run when branches are merged.
Correct answer: B
Explanation
The correct answer, B, suggests that automated tests should be performed daily across all Developer Orgs and during branch merges, ensuring consistent testing and quality control. Option A limits testing to only specific sandboxes, which does not cover comprehensive testing needs. Option C suggests daily tests in Developer Orgs but neglects the importance of testing during merges, while option D only focuses on testing during merges without regular testing.