II.
LibraryProcess overview
Reference · livelib-process:qa-testing-automation--test-data-management
test-data-management overview
Test Data Management System - Comprehensive solution for test data generation, storage, versioning, synthetic data creation, privacy/masking, environment-specific management, and cleanup with proper governance
Attributes
displayName
test-data-management
description
Test Data Management System - Comprehensive solution for test data generation, storage, versioning,
synthetic data creation, privacy/masking, environment-specific management, and cleanup with proper governance
libraryPath
library/specializations/qa-testing-automation/test-data-management.js
specialization
qa-testing-automation
references
- - Test Data Management: https://www.ministryoftesting.com/articles/test-data-management - Synthetic Data Generation: https://sdv.dev/ - Data Masking: https://www.redgate.com/products/dba/data-masker - Faker Libraries: https://fakerjs.dev/ - GDPR Compliance: https://gdpr-info.eu/
example
const result = await orchestrate('qa-testing-automation/test-data-management', {
projectName: 'E-Commerce Platform',
environments: ['dev', 'test', 'staging', 'prod-mirror'],
dataSources: {
databases: ['PostgreSQL', 'MongoDB'],
apis: ['payment-api', 'inventory-api'],
files: ['csv', 'json', 'xml']
},
privacyRequirements: {
gdpr: true,
pii: ['email', 'phone', 'address', 'ssn'],
dataRetention: '90 days'
},
testTypes: ['unit', 'integration', 'e2e', 'performance', 'security'],
dataVolume: 'medium'
});
usesAgents
- test-data-expert
- test-environment-expert
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:qa-testing-automation·Specialization
lib_covers_topic1
- topic:test-driven-development·TopicTest-Driven Development
lib_implements_workflow1
- workflow:feature-development·Workflow
lib_involves_role1
- role:qa-engineer·RoleQA Engineer
lib_requires_skill_area1
- skill-area:data-quality-testing·SkillAreaData Quality Testing
uses_agent2
- lib-agent:qa-testing-automation--test-data-expert·LibraryAgentTest Data Expert
- lib-agent:qa-testing-automation--test-environment-expert·LibraryAgenttest-environment-expert
Incoming edges
None.