Home »
MCQs »
Apache Ant MCQs
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?
- Printsummary
- Summary
- ShowSummary
- 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.