Activity Forums Salesforce® Discussions What is @IsTest(isParallel=true) in test Class in Salesforce ?

  • What is @IsTest(isParallel=true) in test Class in Salesforce ?

    Posted by Anuj on April 6, 2020 at 2:32 pm

    What is @IsTest(isParallel=true) in test Class in Salesforce ?

    MOHIT replied 4 years ago 2 Members · 1 Reply
  • 1 Reply
  • MOHIT

    Member
    April 6, 2020 at 3:11 pm

    @isTest(isParallel=true) annotation is used to indicate test classes that can run in parallel. Default limits on the number of concurrent tests do not apply to these test classes. This annotation makes the execution of test classes more efficient, because more tests can be run in parallel.
    This annotation overrides settings that disable parallel testing.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos