You are designing the development process for your company. You need to recommend a solution for continuous inspection of the company's code base to locate comm...
Microsoft AZ-400 Exam
Questions Number: 199 out of 535 Questions
37.20%
Question 199
You are designing the development process for your company. You need to recommend a solution for continuous inspection of the company's code base to locate common code patterns that are known to be problematic. What should you include in the recommendation?
SonarCloud is a cloud service offered by SonarSource and based on SonarQube. SonarQube is a widely adopted open source platform to inspect continuously the quality of source code and detect bugs, vulnerabilities and code smells in more than 20 different languages. Note: The SonarCloud Azure DevOps extension brings everything you need to have your projects analyzed on SonarCloud very quickly. Incorrect Answers: A: Test plans are used to group together test suites and individual test cases. This includes static test suites, requirement-based suites, and query-based suites. Reference: https://docs.travis-ci.com/user/sonarcloud/ https://sonarcloud.io/documentation/integrations/vsts/