In this lesson, we create a basic test class.
The TestDataFactory class is a special type of class—it is a public class that is annotated with isTest and can be accessed only from a running test. Test utility classes contain methods that can be called by test methods to perform useful tasks, such as setting up test data. Test utility classes...
In this lesson, we test asynchronous Apex.
Resource:
Testing Queuable Apex - https://trailhead.salesforce.com/en/content/learn/modules/asynchronous_apex/async_apex_queueable#testing-queueable-apex
This is the final challenge of this course.
Resources:
Install Setup Components - Setup: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004slu1AAA
Opportunities, Pricebooks and Products Overview - https://help.salesforce.com/articleView?id=sf.sales_core_turn_opptys_into...