Analyzing JUnit test results

This topic describes how to view the results produced by running a JUnit test suite.

After you run a JUnit test suite, the results appear in the Test Navigator, as shown below.


Double-click the test results entry in the Test Navigator to open the Overview tab of the Execution dialog box, as shown below.


The execution summary indicates the test suite's verdict and the length of time it took to run the test suite. The verdict is one of the following:

To view the details of the test suite execution, click the Events tab. The Events tab opens, as shown below.


Select an event in the left pane to see information about it in the right pane.

 

Parent topic

JUnit test overview
Previous topic: Running a Test