Tag

mock-data

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 12, 2025 · Backend Development

Using the Python Faker Library to Generate Mock Data for Testing

This article introduces the Python Faker library, explains how to install it, demonstrates basic usage with locale settings, lists various data generation methods (e.g., names, addresses, emails, IPs, credit cards), and provides a practical example of inserting fake records into a MySQL database.

Data GenerationMySQLPython
0 likes · 8 min read
Using the Python Faker Library to Generate Mock Data for Testing
转转QA
转转QA
Mar 26, 2025 · Fundamentals

From Newbie to Test Engineer: Leveling Up in the Workplace

The article shares a fresh graduate’s journey as a test development engineer at ZuanZuan, describing the initial confusion over testing concepts, the mentorship that clarified them, and the progressive skill upgrades and mindset shifts needed to become an effective, full‑stack contributor in a professional software team.

Automation TestingCareer AdviceSoftware Development
0 likes · 8 min read
From Newbie to Test Engineer: Leveling Up in the Workplace
58 Tech
58 Tech
Aug 10, 2023 · Frontend Development

Integrating Java Velocity Templates into Vue Projects with Local Rendering and Mock Data Support

This article describes how to engineer Java Velocity templates for local development within a Vue project by creating a Node‑based rendering engine and a custom Webpack loader, enabling hot‑reloading, mock data injection, and seamless integration of Velocity‑generated HTML into the Vue build pipeline.

Node.jsTemplate EngineVelocity
0 likes · 11 min read
Integrating Java Velocity Templates into Vue Projects with Local Rendering and Mock Data Support
HomeTech
HomeTech
Dec 22, 2022 · Backend Development

Design and Implementation of an External Gateway for Vehicle Payment System Integration

This article describes the background, design, configuration, encryption, mock data handling, and practical deployment steps of an external gateway that unifies and secures communication between internal vehicle payment services and external channels such as Apple Pay, Alipay, WeChat Pay, and UnionPay.

API GatewayConfigurationEncryption
0 likes · 9 min read
Design and Implementation of an External Gateway for Vehicle Payment System Integration
DeWu Technology
DeWu Technology
Jan 12, 2022 · Backend Development

Real-time Traffic Comparison Platform for Enhancing Code Quality

The proposed real‑time traffic comparison platform samples production traffic, replays mock requests, and checks database records, MQ messages, API parameters, and responses against a reference version, enabling near‑instant detection of regressions during refactoring, reducing test effort and release cycles while requiring instrumentation and configuration but no dedicated comparison database.

BackendDevOpsES
0 likes · 7 min read
Real-time Traffic Comparison Platform for Enhancing Code Quality
Python Programming Learning Circle
Python Programming Learning Circle
Jun 8, 2021 · Backend Development

Using Python Faker Library to Generate Mock Data for Testing

This article introduces the Python Faker library, explains how to install and configure it with different locales, lists its extensive data‑generation methods, and demonstrates a practical example of creating a MySQL table and inserting realistic fake user records for testing purposes.

PyMySQLdatabasefaker
0 likes · 8 min read
Using Python Faker Library to Generate Mock Data for Testing
Youku Technology
Youku Technology
Mar 12, 2021 · Mobile Development

Intelligent Component Testing Solution for Youku Mobile App

Youku’s intelligent component‑testing solution for its mobile app combines mock‑driven data factories, image‑recognition layout verification, and a data‑driven automation framework to dramatically cut regression effort, boost test stability, and now automates over 60% of component cases while covering more than 90% of frequently used UI components.

Image RecognitionUI verificationcomponent automation
0 likes · 10 min read
Intelligent Component Testing Solution for Youku Mobile App
360 Quality & Efficiency
360 Quality & Efficiency
Feb 7, 2020 · Backend Development

Automating Mock Test Data Generation with Python and XML

This article explains how beginners can build a Python-based tool to automatically generate mock XML test data for various industries, covering the creation of XML nodes using ElementTree's append and SubElement methods, structuring multi-level XML files, and handling file storage and server upload.

BackendPythonXML
0 likes · 4 min read
Automating Mock Test Data Generation with Python and XML
JD Tech
JD Tech
Dec 10, 2018 · Frontend Development

Introducing SMock: An Automated Mock Data Platform Integrated with Swagger for Frontend Development

This article explains the challenges of manual mock data creation in fast‑paced front‑end projects, compares existing solutions, and presents SMock—a Swagger‑driven tool that automatically generates mock data, starts a local service, aggregates API paths, validates requests, and boosts development efficiency.

API testingSMockSwagger
0 likes · 10 min read
Introducing SMock: An Automated Mock Data Platform Integrated with Swagger for Frontend Development
Test Development Learning Exchange
Test Development Learning Exchange
Sep 19, 2018 · Backend Development

Common Faker Library Functions – Usage and Code Examples

This article provides a comprehensive list of frequently used Faker library functions for generating mock data, explains how to install Faker, and includes practical Python code examples demonstrating random data generation, custom generators, and handling unique identifiers in test datasets.

Data GenerationPythonfaker
0 likes · 8 min read
Common Faker Library Functions – Usage and Code Examples
Ctrip Technology
Ctrip Technology
May 24, 2018 · Frontend Development

SnapDiff: An Automated Frontend Visual and Message Diff Testing Platform

SnapDiff is a JavaScript‑based platform that automates front‑end visual and message‑level regression testing through image comparison, distributed execution, mock data handling, and intelligent report analysis, dramatically reducing maintenance effort and improving test coverage for rapidly iterating web applications.

Distributed TestingFrontend TestingPuppeteer
0 likes · 11 min read
SnapDiff: An Automated Frontend Visual and Message Diff Testing Platform