1.

JUnits are used for which type of testing?(a) Unit Testing(b) Integration Testing(c) System Testing(d) Blackbox TestingThe question was posed to me in unit test.Question is from JUnits in chapter Autoboxing & Miscellaneous of Java

Answer»

The correct option is (a) UNIT Testing

For explanation I would say: JUNIT is a testing FRAMEWORK for unit testing. It uses java as a PROGRAMMING platform. It is managed by junit.org community.



Discussion

No Comment Found

Related InterviewSolutions