Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
Salesforce QA / Tester
easy

How do you test a Lightning Record Page?

Lightning Record Pages are configured per object + record type + profile + app combo.

Test scenarios:

  • Right page renders for user / record type / app.
  • Components visible as expected.
  • Conditional visibility rules work.
  • Highlights panel shows expected fields.
  • Tabs render with right content.
  • Custom components function.
  • Mobile vs desktop form factors.
  • Performance — page load time.

Approach:

  • Login as each test persona.
  • Navigate to records of each type.
  • Visually confirm layout.
  • Check Components for functionality.
  • Mobile preview in App Builder.

Tools:

  • Manual visual inspection.
  • UI automation (Provar) for repeated checks.
  • Browser DevTools for performance.

Common pitfalls:

  • Testing with one user / record type only.
  • Skipping mobile.
  • Not testing conditional visibility paths.

Senior insight: Lightning Record Pages are user experience. Test the actual experience, not just config existence.

Why this answer works

Foundational. The user-experience framing is mature.

Follow-ups to expect

Related dictionary terms