When developing the unit test, which of the following conventions suggested by framework.

  1. a.) Name of the Class must end with “Test”

  2. b.) Name of the method must start with “test”

  3. c.) Return type of the test method must be “void”

  4. d.) Test method must not have any parameter.

  5. e.) All of the above


Correct Option: E

Find more quizzes: