QA Runbooks
QA Deployment Checklist
Validation steps after deploying the Salesforce app to QA
Environment
| Item | Value |
|---|---|
| QA org alias | vesper |
| QA URL | https://exodus--vesper.sandbox.lightning.force.com |
| Source API version | 62.0 |
| Repo Salesforce wrapper | npm run sf -- ... |
Local Preflight
npm run doctor:local
npm run verify:governanceUse the full gate before broad releases:
npm run verify:governance:fullApp Smoke Test
After deploy, open these QA apps from App Launcher:
| App | What to check |
|---|---|
| Sales | Leads, Accounts, Opportunities, Quotes, Sales Orders, Invoices, Stock Lookup, dashboards. |
| Settings | Settings Home, notifications, quote approvals, payment gateways, 3PL runtime, GL intelligence. |
| Payment Operations | Payment orders, attempts, transactions, receipts, gateways, disputes, settlement. |
| 3PL Management | Provider configs, runtime settings, warehouse manager, fulfillment manager, provider sync state. |
| Item Operations | Item Manager, Inventory Manager, Item Rules Hub, Purchase Order Pipeline, Cost Intelligence. |
| Commission Workspace | Commission dashboard, admin workspace, decay settings, groups, overrides. |
Runtime Checks
| Area | Check |
|---|---|
| Payments | Payment Operations Settings toggles, gateway health schedule, payment gateway readiness. |
| 3PL | Runtime schedules, provider health, queue, and a safe Sales Order refresh path. |
| Quote approval | Submit and review a QA quote if quote metadata changed. |
| Reports | Open key dashboards and confirm no metadata/dashboard integrity errors. |
| Emails | Send 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