Topics Covered
Apex Triggers (Focus on After triggers)
Using Maps and Sets in Bulk Triggers
Bulkification
Tool Intorduction
Salesforce Inspector
Writing Apex Unit Tests
Use Test Factory for Unit Test data creation
use testSetup for better performace
Code Coverage
Each test should have asserion, otherwise the test is of no use
Debug test failures
Test.start(), Test.stopTest()
to get around too many SOQL queries,
get around too many DML statements,
to get around Mixed DML error
to retrieve asynchronous execution results
Commit
Homework
Apex Testing