TestSetUp method in apex test classes
@testsetup annotation in test class method Test classes are an important part of overall SDLC in Salesforce. We as a developer have to write the test classes very often, and we need to create the test data as well, to have our test class executed successfully. We’ll cover a new concept […]
What is Test class in Salesforce Apex
We know that Testing is an important part of SDLC(Software Development Life Cycle). In Salesforce when you want to deploy classes or Triggers from one org to another org, Salesforce requires at least 75% of your code to be covered by the test classes. So, Salesforce wants to make sure […]