Exodus Salesforce Docs
QA Runbooks

QA Deployment Checklist

Validation steps after deploying the Salesforce app to QA

Environment

ItemValue
QA org aliasvesper
QA URLhttps://exodus--vesper.sandbox.lightning.force.com
Source API version62.0
Repo Salesforce wrappernpm run sf -- ...

Local Preflight

npm run doctor:local
npm run verify:governance

Use the full gate before broad releases:

npm run verify:governance:full

App Smoke Test

After deploy, open these QA apps from App Launcher:

AppWhat to check
SalesLeads, Accounts, Opportunities, Quotes, Sales Orders, Invoices, Stock Lookup, dashboards.
SettingsSettings Home, notifications, quote approvals, payment gateways, 3PL runtime, GL intelligence.
Payment OperationsPayment orders, attempts, transactions, receipts, gateways, disputes, settlement.
3PL ManagementProvider configs, runtime settings, warehouse manager, fulfillment manager, provider sync state.
Item OperationsItem Manager, Inventory Manager, Item Rules Hub, Purchase Order Pipeline, Cost Intelligence.
Commission WorkspaceCommission dashboard, admin workspace, decay settings, groups, overrides.

Runtime Checks

AreaCheck
PaymentsPayment Operations Settings toggles, gateway health schedule, payment gateway readiness.
3PLRuntime schedules, provider health, queue, and a safe Sales Order refresh path.
Quote approvalSubmit and review a QA quote if quote metadata changed.
ReportsOpen key dashboards and confirm no metadata/dashboard integrity errors.
EmailsSend sandbox-only invoice/payment/tracking email if templates or routing changed.

Evidence

Record the deploy or validation job ID, test command output, focused workflow result, scheduler restore evidence when runtime schedules were touched, and any known limitations.

Last updated on

On this page