Skip to content
| Marketplace
Sign in
Visual Studio Code>Testing>OI ADO Testcase Creation MCPNew to Visual Studio Code? Get it now.
OI ADO Testcase Creation MCP

OI ADO Testcase Creation MCP

oi-automation

|
11 installs
| (0) | Free
AI-powered MCP agent for generating and managing Azure DevOps test cases from API schemas and User Stories
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

OI ADO Testcase Creation MCP Extension

AI-powered MCP agent for generating and managing Azure DevOps test cases from API schemas and User Stories.

Features

  • Schema Scanning — Parse JSON Schema, OpenAPI 3.x, Swagger 2.0, Postman Collections, GraphQL SDL
  • Test Case Generation — Automatically generate test case proposals (field_exists, status_code, auth, etc.)
  • User Story Analysis — Extract testable requirements from ADO User Stories
  • ADO Push — Create Test Case work items, link via "Tested By", add to test suites
  • Excel/Markdown Output — Generate editable test case documents for review
  • Coverage Analysis — Compare ADO suites against schemas to find gaps
  • Duplicate Detection — Skip test cases that already exist in target suite

Requirements

  • VS Code 1.99+
  • GitHub Copilot Chat extension

No other external dependencies needed (Node.js ships with VS Code).

Quick Start

  1. Install the extension
  2. Open Copilot Chat → select "Testcase Creation" agent
  3. Provide your ADO PAT: configure_credentials(ado_pat="...")
  4. Scan a schema or User Story to generate test cases
  5. Review proposals → Approve → Push to ADO

Configuration

Create config/environments/qa.md with:

ADO Organization = "https://your-org.visualstudio.com"
ADO Project = "YourProject"
ADO PAT = "your-pat-here"
ADO Plan ID = "12345"
ADO Suite ID = "67890"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft