返回 Skill 列表
extension
分类: 开发与工程无需 API Key

integration-test-planner

规划跨模块或服务的集成测试。当中级开发人员需要验证系统交互时使用。

person作者: jakexiaohubgithub

Integration Test Planner

Purpose

Plan integration tests across modules or services.

Inputs to request

  • Services/modules involved and interfaces.
  • Test environment and data setup.
  • Critical user flows.

Workflow

  1. Identify key integration points and dependencies.
  2. Define test scenarios with realistic data flows.
  3. Specify required mocks, fixtures, or test environments.

Output

  • Integration test plan with scenarios and prerequisites.

Quality bar

  • Cover success and failure paths.
  • Avoid over-mocking the system under test.