1.

The ______ is a container used to gather tests for the purpose of grouping and invocation.(a) Result(b) TestCase(c) Suite(d) TestThe question was posed to me by my college professor while I was bunking the class.The query is from Composing Tests with a Suite topic in division Exploring Core JUnit of JUnit

Answer»

Correct option is (c) Suite

Easy EXPLANATION: JUNIT provides test Suite to FACILITATE the TASK of running more than ONE test file.



Discussion

No Comment Found

Related InterviewSolutions