Question: In the JUnit view, what is the value in the parentheses after a previously run unit test?

  1. the number of errors found in the test
  2. the time it took the test to run
  3. the name of the package containing the test class
  4. the test class name

Answer: The correct answer of the above question is Option B:the time it took the test to run