II.
LibraryProcess overview
Reference · livelib-process:sdk-platform-development--sdk-testing-strategy
specializations/sdk-platform-development/sdk-testing-strategy overview
SDK Testing Strategy - Implement comprehensive testing approach for SDK quality assurance including unit tests, integration tests, contract tests, and end-to-end test scenarios.
Attributes
displayName
specializations/sdk-platform-development/sdk-testing-strategy
description
SDK Testing Strategy - Implement comprehensive testing approach for SDK quality assurance
including 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', {
projectName: 'CloudAPI SDK',
sdkLanguages: ['typescript', 'python', 'go'],
testingLevels: ['unit', 'integration', 'contract', 'e2e'],
contractTesting: true
});
usesAgents
- test-coverage-analyzer
- platform-architect
- technical-writer-agent
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:sdk-platform-development·Specialization
lib_covers_topic2
- topic:api-design·TopicAPI Design
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:sdk-release-lifecycle·WorkflowSDK Release Lifecycle
lib_involves_role1
lib_requires_skill_area2
- skill-area:sdk-codegen·SkillAreaSDK Code Generation
- skill-area:api-clients-sdks·SkillAreaAPI Clients and SDKs
uses_agent3
- lib-agent:sdk-platform-development--test-coverage-analyzer·LibraryAgenttest-coverage-analyzer
- lib-agent:sdk-platform-development--platform-architect·LibraryAgentplatform-architect
- lib-agent:sdk-platform-development--technical-writer-agent·LibraryAgenttechnical-writer-agent
Incoming edges
None.