Home > SQL Developer: Unit Testing > Unit Test Reports
Several SQL Developer reports provide information about operations related to unit testing. These reports are listed in the Unit Test navigator under the Reports node. The available reports include:
All Suite Runs
All Test Implementation Runs
All Test Runs
Suite Runs Code Coverage
Suite Test Implementation Runs
Suite Test Runs
Test Implementation Runs
Test Runs Code Coverage
User Test Runs (test runs grouped by user)
Each unit testing report contains a top pane with a summary information row for each item. To see detailed information about any item, click in its row to display the information in one or more detail panes below the summary information. For example, if you click in a summary row in the All Test Runs report, details about that test run are displayed under the Test Run Details and Most Recent Code Coverage tabs.
Some reports prompt you for bind variables, where you can accept the default values to display all relevant items or enter bind variables to restrict the display. (For more information, see Bind Variables for Reports.)
Related Topics