azure-devops-mcp

createTestDataGenerator

Generate structured test data for automated tests by defining a schema and specifying record count, simplifying test scenario creation in Azure DevOps workflows.

Instructions

Generate test data for automated tests

Input Schema

NameRequiredDescriptionDefault
dataSchemaYesSchema for the test data to generate
nameYesName of the test data generator
recordCountNoNumber of records to generate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dataSchema": { "additionalProperties": {}, "description": "Schema for the test data to generate", "type": "object" }, "name": { "description": "Name of the test data generator", "type": "string" }, "recordCount": { "description": "Number of records to generate", "type": "number" } }, "required": [ "name", "dataSchema" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

Related Tools

ID: z7mxfcinp8