Data Driven Testing
Helps with data, testing as part of testing, debugging, and quality assurance workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add data-driven-testing npx -- -y @trustedskills/data-driven-testing
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"data-driven-testing": {
"command": "npx",
"args": [
"-y",
"@trustedskills/data-driven-testing"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, now superseded by testing-best-practices, assists with data-driven testing workflows. It focuses on test design, case generation, and strategy development, moving beyond a solely unit-test focused approach. The output format has changed to include a strategy, matrix, and implementation plan, rather than JSON blocks. It also incorporates guidance for end-to-end (e2e) execution and continuous integration (CI) lane management.
When to use it
- When designing comprehensive test strategies encompassing unit, integration, and e2e testing layers.
- For generating test cases and planning their implementation.
- To develop CI/CD pipelines with clear distinctions between pull request smoke tests and nightly full runs.
- When needing guidance on handling asynchronous operations and flaky tests in e2e scenarios.
Key capabilities
- Test layering policy (unit / integration / e2e)
- Markdown table-based test case representation
- Strategy + matrix + implementation plan output
- Guidance for e2e execution (preflight, async polling, flake handling)
- CI lane guidance (PR smoke vs nightly full)
Example prompts
- "Develop a testing strategy for [feature name], including unit, integration, and e2e tests."
- "Generate test cases in markdown table format to cover the following scenario: [scenario description]."
- "Outline an implementation plan for data-driven testing of [component/system]."
Tips & gotchas
- This skill is deprecated; use
testing-best-practicesinstead. - The skill now enforces rules against fabricated test fixtures and invented source locations.
- Focus on the provided strategy, matrix, and implementation plan output rather than expecting JSON structures.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.