Multiple choice technology testing

Find the tool which is used for test execution for the java programs:

  1. QTP

  2. Winrunner

  3. JUnit

  4. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

JUnit is a unit testing framework specifically designed for Java applications. QTP and WinRunner are functional/automated testing tools primarily used for other technologies. JUnit provides annotations, assertions, and test runners for Java test execution.