You are here:
Manage Sets of Apex Test Classes with Test Suites
A test suite is a collection of Apex test classes that you run together. For example, create a suite of tests that you run every time you prepare for a deployment or Salesforce releases a new version. Set up a test suite in the Developer Console to define a set of test classes that you execute together regularly.
- In the Developer Console, select .
- Enter a name for your test suite, and then click OK.
- Use the arrows to move classes between the Available Test Classes column and the Selected Test Classes column, and then click Save.
To change which classes are in a test suite, select . (You can also double-click a test suite’s name to edit the suite.) Use the arrows to move classes between the Available Test Classes column and the Selected Test Classes column, and then click Save.
To run suites of test classes, select .

