How to test a program in IntelliJ IDEA
Learn more about testing techniques available in IntelliJ IDEA:
creating a test configuration, performing tests, monitoring tests, managing tests, and terminating tests.
IntelliJ IDEA provides support for several language-specific testing frameworks. This section covers the issues that are common for all the supported testing frameworks:
- Configuring Testing Libraries
- Creating Tests
- Creating Test Methods
- Creating Run/Debug Configuration for Tests
- Performing Tests
- Monitoring and Managing Tests
- Viewing and Exploring Test Results
- Rerunning Tests
- Terminating Tests
- Viewing Recent Tests
- Tutorial: Test Driven Development
For the framework-specific testing procedures, refer to the sections:
- Testing Frameworks
- Testing ActionScript and Flex Applications
- Testing PHP Applications
- Unit Testing JavaScript
