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
Given a scenario, know how and when to use the Salesforce Developer tools such as Salesforce DX, Salesforce CLI, and Developer Console.
0/5
Salesforce DX versus Developer Console
Learn this conceptDeveloper Console Query Editor
Learn this conceptExecute Anonymous Apex in Developer Console
Learn this conceptScratch orgs and Developer Hub
Learn this conceptSalesforce CLI retrieve, deploy, and org authorization
Learn this conceptDescribe 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. 593 members and growing.
Developer Console is a browser-based IDE connected to a single Salesforce org, so you can create, debug, and test apps without installing software. Salesforce DX is a source-driven workflow: a local metadata project plus Salesforce CLI, often used with Salesforce Extensions for Visual Studio Code, that syncs that source with orgs and version control. Use the Console for immediate single-org edits; use DX when you need multiple orgs, file sync, or version control.