1.

JUnit is used for what type of software testing for the Java language?(a) Unit Testing(b) Integration Testing(c) Functional Testing(d) System TestingI had been asked this question in exam.This interesting question is from Exploring Core JUnit in portion Exploring Core JUnit of JUnit

Answer»

Correct OPTION is (a) Unit Testing

The explanation: Unit testing is the testing of an INDIVIDUAL unit or GROUP of related units. That is precisely what JUNIT is used for.



Discussion

No Comment Found

Related InterviewSolutions