• A It manually writes all the test cases for the user.
  • B It only suggests possible input parameters and expected output values.
  • C 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.
  • D It automatically runs all unit tests and reports the results.