II.
LibraryProcess JSON
Structured · livelib-process:sdk-platform-development--sdk-testing-strategy
specializations/sdk-platform-development/sdk-testing-strategy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:sdk-platform-development--sdk-testing-strategy",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/sdk-platform-development/sdk-testing-strategy",
"description": "SDK Testing Strategy - Implement comprehensive testing approach for SDK quality assurance\nincluding unit tests, integration tests, contract tests, and end-to-end test scenarios.",
"libraryPath": "library/specializations/sdk-platform-development/sdk-testing-strategy.js",
"specialization": "sdk-platform-development",
"references": [
"- Pact Contract Testing: https://docs.pact.io/",
"- Martin Fowler Testing: https://martinfowler.com/articles/microservice-testing/"
],
"example": "const result = await orchestrate('specializations/sdk-platform-development/sdk-testing-strategy', {\n projectName: 'CloudAPI SDK',\n sdkLanguages: ['typescript', 'python', 'go'],\n testingLevels: ['unit', 'integration', 'contract', 'e2e'],\n contractTesting: true\n});",
"usesAgents": [
"test-coverage-analyzer",
"platform-architect",
"technical-writer-agent"
]
},
"outgoingEdges": [
{
"from": "lib-process:sdk-platform-development--sdk-testing-strategy",
"to": "skill-area:sdk-codegen",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sdk-platform-development--sdk-testing-strategy",
"to": "skill-area:api-clients-sdks",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:sdk-platform-development--sdk-testing-strategy",
"to": "topic:api-design",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sdk-platform-development--sdk-testing-strategy",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:sdk-platform-development--sdk-testing-strategy",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sdk-platform-development--sdk-testing-strategy",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sdk-platform-development--sdk-testing-strategy",
"to": "workflow:sdk-release-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sdk-platform-development--sdk-testing-strategy",
"to": "specialization:sdk-platform-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sdk-platform-development--sdk-testing-strategy",
"to": "lib-agent:sdk-platform-development--test-coverage-analyzer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:sdk-platform-development--sdk-testing-strategy",
"to": "lib-agent:sdk-platform-development--platform-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:sdk-platform-development--sdk-testing-strategy",
"to": "lib-agent:sdk-platform-development--technical-writer-agent",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}