Which of the following attribute is used to determine whether a summary of the test results should be presented when a JUnit test is executed?

29. Which of the following attribute is used to determine whether a summary of the test results should be presented when a JUnit test is executed?

  1. Printsummary
  2. Summary
  3. ShowSummary
  4. Showoutput

Answer: A) Printsummary

Explanation:

In Apache Ant, the "printsummary" attribute is used to determine whether a summary of the test results should be presented when a JUnit test is executed.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.