📚 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.
- a.) Name of the Class must end with “Test”
- b.) Name of the method must start with “test”
- c.) Return type of the test method must be “void”
- d.) Test method must not have any parameter.
- e.) All of the above