📚 Practice Mode

Software Testing and Development Process Quiz

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

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