afv-library/prompts/getting-started/test-data-factory-basics.md
2025-11-20 12:58:20 -05:00

9 lines
482 B
Markdown

---
name: Test Data Factory Kickoff
description: Build an Apex factory for Accounts, Contacts, and Opportunities with usage examples.
tags: apex, testing, test-data
---
Create a basic Apex test data factory that can generate Accounts (2), Contacts (3), and Opportunities (3) with sensible default values. Include example test methods that use the factory and explain how it helps keep tests clean and maintainable.
Deploy the metadat to my org using the Salesforce DX MCP Server.