GH300 Certification Dumps Question 29
What is the role of GitHub Copilot Chat in generating unit test cases?
Select only one answer.
Choose the correct option from below list
(1)It manually writes all the test cases for the user.
(2)It only suggests possible input parameters and expected output values.
(3)It helps generate code snippets for test cases based on the code specified by the user, suggests possible input parameters, expected output values, and assertions, and can help identify edge cases and boundary conditions.
(4)It automatically runs all unit tests and reports the results.
Answer:-(3)It helps generate code snippets for test cases based on the code specified by the user, suggests possible input parameters, expected output values, and assertions, and can help identify edge cases and boundary conditions. | |