Tag

test data generation

1 views collected around this technical thread.

DeWu Technology
DeWu Technology
May 26, 2025 · Backend Development

Integrating FastAPI with MCP for AI‑Driven Test Data Generation

This article explains how to transform a FastAPI service into an MCP‑compatible tool, enabling AI agents to automatically orchestrate multi‑step test data creation, covering installation, project structure, code annotations, tool configuration, and practical integration with the Cursor platform.

AIMCPautomation
0 likes · 19 min read
Integrating FastAPI with MCP for AI‑Driven Test Data Generation
Test Development Learning Exchange
Test Development Learning Exchange
Oct 9, 2024 · Backend Development

Comprehensive Python Scripts for Generating Random Test Data Using Faker and Standard Libraries

This article provides a comprehensive collection of Python scripts that use Faker and standard libraries to generate a wide variety of random data types—including strings, numbers, dates, emails, addresses, files, media, and HTTP components—along with installation instructions and usage examples for testing APIs.

PythonRandom Dataautomation
0 likes · 11 min read
Comprehensive Python Scripts for Generating Random Test Data Using Faker and Standard Libraries
Test Development Learning Exchange
Test Development Learning Exchange
Apr 25, 2024 · Backend Development

Comprehensive Data Generation and API Testing Strategies with pytest Example

This article outlines detailed data generation techniques, parameter combination methods, dependency management, performance and fault‑tolerance testing, coverage analysis, and provides a complete pytest‑based Python example for robust API testing.

API Testingautomationboundary testing
0 likes · 9 min read
Comprehensive Data Generation and API Testing Strategies with pytest Example
DaTaobao Tech
DaTaobao Tech
Oct 27, 2023 · Backend Development

Millisecond-Startup Integration Testing Framework with Mock Spring and Mock Database

The article presents a millisecond‑startup integration‑testing framework that replaces costly Spring beans and database access with a mock container and mock DAO layer, enabling tests to launch in 3‑10 seconds, use real‑world data safely, and maintain fast, isolated, high‑quality test suites.

Springdatabase mockingintegration-testing
0 likes · 20 min read
Millisecond-Startup Integration Testing Framework with Mock Spring and Mock Database
Efficient Ops
Efficient Ops
Oct 23, 2022 · Operations

How ICBC Solved Banking Test Data Pain with One‑Click Full‑Link Generation

This article details how Industrial and Commercial Bank of China transformed its testing workflow by building a test data center that automates full‑link data creation, refreshes data freshness, and uses feature‑based retrieval to dramatically cut testing effort, false positives, and improve overall software quality.

Automation Testingbanking softwaredata services
0 likes · 10 min read
How ICBC Solved Banking Test Data Pain with One‑Click Full‑Link Generation
Zhengtong Technical Team
Zhengtong Technical Team
Nov 3, 2020 · Operations

Automated Testing Frameworks: Design, Data Generation, UI/API Automation, and CI Integration

The article explains how automated testing—using Python‑based UI and API frameworks, configurable test‑data generation, Linux headless execution, and Jenkins continuous integration—addresses the growing complexity of software releases by reducing manual regression effort and improving defect detection speed.

CI/CDJenkinsPython
0 likes · 12 min read
Automated Testing Frameworks: Design, Data Generation, UI/API Automation, and CI Integration