Organize Your Test Classes with Test Suites
If you’ve ever built an Apex class that required multiple test classes, you might want to use a test suite to group the tests and run them all at the same time. Taylor gives an example of when to use Test Suites.
Organize Your Test Classes with Test Suites Learn More ❯