AI Skill Report Card
Placeholder Testing
Quick Start
Generate test data:
- Lorem ipsum text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
- Sample numbers: [1, 42, 100, 999]
- Test email: test@example.com
- Placeholder URL: https://example.com
Workflow
- Identify what type of test content is needed
- Generate appropriate placeholder data
- Format according to requirements
- Validate structure and format
Progress:
- Determine content type needed
- Generate placeholder data
- Format output
- Verify completeness
Examples
Example 1: Input: "Need test user data" Output:
JSON{ "name": "John Doe", "email": "john.doe@example.com", "id": 12345, "active": true }
Example 2: Input: "Sample paragraph text" Output: "This is a sample paragraph for testing purposes. It contains multiple sentences to demonstrate text flow and formatting."
Best Practices
- Use realistic but obviously fake data
- Include edge cases in test datasets
- Keep test data consistent across related fields
- Use standard placeholder formats (example.com, lorem ipsum)
Common Pitfalls
- Don't use real personal information in test data
- Avoid overly complex test scenarios initially
- Don't make test data too uniform or predictable