The document explains the use of the @isTest(isParallel=true) annotation for test classes in Salesforce. This annotation allows the specified test classes to run in parallel, bypassing the default limits on the number of concurrent tests. It is a useful feature for optimizing test execution time.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
9 views1 page
Parallel Test Classes in Apex
The document explains the use of the @isTest(isParallel=true) annotation for test classes in Salesforce. This annotation allows the specified test classes to run in parallel, bypassing the default limits on the number of concurrent tests. It is a useful feature for optimizing test execution time.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
(isParallel=true)?
Use the @isTest(isParallel=true) annotation to indicate test classes that can run in parallel. Default limits on the number of concurrent tests do not apply to these test classes.