Checklist progress
0/194Learned
Platform Developer
Study Checklist
Checklist progress
0/194Learned
Write and execute tests for triggers, controllers, classes, and flows using various sources of test data.
0/14
Apex test class and test method syntax
Learn this conceptCode coverage requirements for Apex deployment
Learn this conceptExecuting Apex tests and test suites
Learn this conceptTest data isolation versus SeeAllData
Learn this conceptTestSetup methods for shared test data
Learn this conceptTest utility classes for reusable test data
Learn this conceptStatic resource CSV files as test data
Learn this conceptTest.startTest and Test.stopTest
Learn this conceptPositive, negative, and bulk Apex tests
Learn this conceptTests for Visualforce and Lightning Apex controllers
Learn this conceptFixed SOSL results in Apex tests
Learn this conceptFlow Builder tests before activation
Learn this conceptGiven a scenario, know how and when to use the Salesforce Developer tools such as Salesforce DX, Salesforce CLI, and Developer Console.
0/5
Describe how to approach debugging system issues and monitoring flows, performance, asynchronous, and batch jobs.
0/14
Describe the environments, requirements, and process for deploying code and associated configurations.
0/8
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Platform Developer studiers.
Salesforce requires passing unit tests to cover at least 75% of an org's Apex before that code can be deployed to production. Coverage is a count of executable lines that tests actually ran, plus a separate rule that every trigger has at least some coverage. The 75% figure is an org-wide average, so it gates deployment rather than proving that tests assert the right behavior.