Run tests and review results
Execute your test configurations and review the results in the IDE's test runner. Rerun failed test methods after fixing them with a single button. Hyperlinked stack traces and trace logs are displayed for each test method.
Analyze code coverage
After executing unit tests, review Apex code coverage metrics at the line, class, and aggregate levels. Covered and uncovered lines are annotated clearly in the editor for production classes and triggers. Class-level coverage is displayed in the Project and Coverage views. Aggregate coverage is displayed in the Project view for applicable source folders.
|