Transcripted Summary

Once your Salesforce Developer Org is created, understanding the different ways to log in is essential for everyday testing activities. Salesforce provides multiple login pathways depending on whether you access the org directly via its unique URL or through standard login gateways.

# Overview of Login Methods

Method Access Point / URL Key Features & UI Differences
Direct Custom URL https://<domain>.my.salesforce.com Accesses your unique domain directly; presents a clean, streamlined login form requiring username and password.
Standard Login Page login.salesforce.com Standard entry point displaying additional options like "Login with Email", "Try for Free", and "Use Custom Domain".
Custom Domain Routing login.salesforce.com -> "Use Custom Domain" Allows you to enter your custom domain prefix to dynamically route to your org's dedicated login URL.

# Method 1: Logging In via Direct Custom URL

Your activation email contains a dedicated My Domain URL assigned to your org (e.g., https://<custom-domain>.my.salesforce.com). Opening this link brings up a simplified login prompt requiring both your unique username and password. From a QA mindset, attempting to click "Log In" without entering a password triggers an inline error stating "Please enter your password". Entering both valid credentials grants immediate access to your org.

# Method 2: Logging In via login.salesforce.com

The standard entry page for Developer and Production orgs is login.salesforce.com. Unlike direct custom URLs, this page includes extra options such as "Login with Email", "Not a Customer? Try for Free", and "Use Custom Domain". Simply paste your unique username, enter your password, and click Log In to access your org.

# Method 3: Logging In via Custom Domain Forwarding

If you start on login.salesforce.com, you can route to your specific org using the Use Custom Domain option. Clicking this option presents a domain prompt in the format https://[domain].my.salesforce.com. By entering only your unique domain prefix (the subdomain portion before .my.salesforce.com), Salesforce automatically redirects you to your org's direct login page. Once redirected, input your username and password to log in successfully.

Mastering these login variations prepares QA engineers to test authentication flows across different entry points and environment setups.



© 2026 Applitools. All rights reserved. Terms and Conditions Privacy Policy GDPR