iiRecord
Agentic AI Atlas · test-data-management
lib-process:qa-testing-automation--test-data-managementa5c.ai
II.
LibraryProcess JSON

lib-process:qa-testing-automation--test-data-management

Structured · live

test-data-management json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:qa-testing-automation--test-data-management",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "test-data-management",
    "description": "Test Data Management System - Comprehensive solution for test data generation, storage, versioning,\nsynthetic 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\n- Synthetic Data Generation: https://sdv.dev/\n- Data Masking: https://www.redgate.com/products/dba/data-masker\n- Faker Libraries: https://fakerjs.dev/\n- GDPR Compliance: https://gdpr-info.eu/"
    ],
    "example": "const result = await orchestrate('qa-testing-automation/test-data-management', {\n  projectName: 'E-Commerce Platform',\n  environments: ['dev', 'test', 'staging', 'prod-mirror'],\n  dataSources: {\n    databases: ['PostgreSQL', 'MongoDB'],\n    apis: ['payment-api', 'inventory-api'],\n    files: ['csv', 'json', 'xml']\n  },\n  privacyRequirements: {\n    gdpr: true,\n    pii: ['email', 'phone', 'address', 'ssn'],\n    dataRetention: '90 days'\n  },\n  testTypes: ['unit', 'integration', 'e2e', 'performance', 'security'],\n  dataVolume: 'medium'\n});",
    "usesAgents": [
      "test-data-expert",
      "test-environment-expert"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:qa-testing-automation--test-data-management",
      "to": "skill-area:data-quality-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--test-data-management",
      "to": "topic:test-driven-development",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--test-data-management",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--test-data-management",
      "to": "role:qa-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--test-data-management",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--test-data-management",
      "to": "specialization:qa-testing-automation",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--test-data-management",
      "to": "lib-agent:qa-testing-automation--test-data-expert",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:qa-testing-automation--test-data-management",
      "to": "lib-agent:qa-testing-automation--test-environment-expert",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}