GitHub Copilot Certification — Question 21

How can GitHub Copilot be limited when it comes to suggesting unit tests?

Answer options

Correct answer: B

Explanation

The correct answer is B because GitHub Copilot is designed to provide basic unit tests that cover essential functionalities, often needing further developer input for more thorough testing. Options A and C incorrectly imply that Copilot can generate comprehensive tests without limitations, while D suggests variability based on IDE versions, which is not the core limitation of Copilot itself.