Tagged articles
15 articles
Page 1 of 1
Woodpecker Software Testing
Woodpecker Software Testing
Mar 10, 2026 · Operations

Uncovering Test Data Generation Bottlenecks and Proven Ways to Accelerate CI Pipelines

The article examines why traditional manual or full‑backup test data creation becomes a performance bottleneck in modern micro‑service, TB‑scale environments, identifies three structural imbalances—data‑dependency, generation‑logic, and semantic redundancy—and presents a three‑layered optimization framework plus engineering best‑practices that can cut data‑prep time by up to 68%.

AutomationMicroservicesPerformance Optimization
0 likes · 8 min read
Uncovering Test Data Generation Bottlenecks and Proven Ways to Accelerate CI Pipelines
Efficient Ops
Efficient Ops
Jun 25, 2024 · Databases

How ICBC Built a Unified Multi‑Database Test Data Management Platform

This case study details how Industrial and Commercial Bank of China's software development center tackled growing complexity, multi‑database client fragmentation, password‑storage risks, and data tampering by creating a centralized online platform that streamlines test data maintenance across thousands of databases while ensuring security and traceability.

Database ManagementSoftware Engineeringmulti-database
0 likes · 6 min read
How ICBC Built a Unified Multi‑Database Test Data Management Platform
Software Development Quality
Software Development Quality
Jun 19, 2024 · Operations

Best Practices for Test Data Management and Usage

This guide outlines comprehensive principles for generating, using, and cleaning test data across development, performance, and production environments, emphasizing independence, realism, security, proper permission controls, and systematic synchronization to ensure reliable and safe testing processes.

Data ManagementOperationsSoftware Testing
0 likes · 6 min read
Best Practices for Test Data Management and Usage
Test Development Learning Exchange
Test Development Learning Exchange
Jun 13, 2024 · Backend Development

Six Ways to Parameterize API Test Data in Python

This article presents six practical techniques—hard‑coding, using loops, reading from Excel/CSV, loading YAML/JSON files, leveraging pytest parameterization, and querying databases—to manage and reuse API test parameters in Python, each illustrated with clear code examples.

API testingPythonparameterization
0 likes · 4 min read
Six Ways to Parameterize API Test Data in Python
Xianyu Technology
Xianyu Technology
May 25, 2022 · Operations

How Xianyu Built a Scalable Test Data Generation Platform for Faster Testing

Facing high manual costs, steep data‑creation barriers, and a lack of test‑data support, Xianyu designed a configurable, multi‑endpoint platform that automates product, order, and discount data generation, dramatically speeding up testing and enabling left‑shift testing across PC, app, and DingTalk.

AutomationOperationsXianyu
0 likes · 9 min read
How Xianyu Built a Scalable Test Data Generation Platform for Faster Testing
FunTester
FunTester
Apr 26, 2022 · Backend Development

Low‑Cost, Rapid Generation of High‑Quality Test Data Using Apifox

This article explains why test data is essential, introduces the Apifox tool as a low‑cost, fast solution for creating both generic and domain‑specific test data, and provides step‑by‑step guidance on using its mock engine, custom rules, batch generation, and automation features to produce reliable testing datasets.

API testingApifoxAutomation
0 likes · 9 min read
Low‑Cost, Rapid Generation of High‑Quality Test Data Using Apifox
Programmer DD
Programmer DD
Dec 29, 2020 · Backend Development

Generate Realistic Test Data in Java with JavaFaker

This tutorial shows how to use the JavaFaker library to quickly create realistic mock data for Java applications, covering Maven setup, bean definition, locale configuration, and a loop that produces ten sample user records with names, phone numbers, addresses, and university names.

javafakermock datatest data
0 likes · 4 min read
Generate Realistic Test Data in Java with JavaFaker
MaGe Linux Operations
MaGe Linux Operations
Aug 27, 2020 · Backend Development

Boost Your Test Data Generation with Python’s Faker Library

This article introduces the Python Faker library, explains why manually creating test data is inefficient, shows how to install Faker, demonstrates basic usage, locale customization, a wide range of built‑in providers for personal, geographic, financial, and network data, and how to create custom providers for reusable mock data in development and testing workflows.

AutomationData GenerationFaker
0 likes · 14 min read
Boost Your Test Data Generation with Python’s Faker Library
转转QA
转转QA
Apr 2, 2020 · Backend Development

Design and Implementation of a Unified Test Data Construction Platform at Zhuanzhuan

This article describes the background, challenges, and solution of building a UI‑driven, cross‑business test data construction platform that integrates HTTP, RPC, SQL, and Redis calls, provides a block‑based front‑end builder, and adds workflow visualization to reduce communication overhead.

AutomationBackendplatform
0 likes · 5 min read
Design and Implementation of a Unified Test Data Construction Platform at Zhuanzhuan
360 Quality & Efficiency
360 Quality & Efficiency
May 10, 2018 · Operations

LoadRunner Parameterization: Techniques and Best Practices

This article explains why and how to parameterize LoadRunner scripts, covering the benefits, core challenges, step‑by‑step configuration, data construction methods, and the various selection and update options that control parameter value retrieval during test execution.

Performance TestingVugenloadrunner
0 likes · 5 min read
LoadRunner Parameterization: Techniques and Best Practices