-
Create a testing run/debug configuration,
select it in the Run/Debug Configurations drop-down list,
and click the Run with Coverage button
.
-
Do one of the following:
- On the main menu, choose .
- Press Ctrl+Alt+F6Ctrl+Alt+F6.
- In the Choose Coverage Suite to Display dialog box, select check boxes next to the suites to view and click the Show selected button.
- View coverage results in the dedicated Coverage tool window.
- Create missing tests. For JavaScript, tests can be generated as described in section Creating JavaScript Unit Tests.

