Tag

Mock Server

0 views collected around this technical thread.

Snowball Engineer Team
Snowball Engineer Team
Sep 29, 2024 · Mobile Development

Building a Mobile Automated Testing Platform with Airtest and Poco

This article describes how a team built a custom automated testing platform for React Native mobile apps using Airtest and Poco, covering tool selection, script examples, platform architecture with React frontend and Python backend, and solutions for parallel execution and mock services.

AirtestFlaskMock Server
0 likes · 13 min read
Building a Mobile Automated Testing Platform with Airtest and Poco
Test Development Learning Exchange
Test Development Learning Exchange
Aug 21, 2024 · Backend Development

pytest-httpserver Tutorial: Installation and 10 Practical Testing Examples

This article introduces the pytest-httpserver plugin for launching a simple HTTP server during tests, provides installation instructions, and walks through ten practical examples covering GET, POST, headers, query parameters, request counting, error codes, redirects, file uploads, timeouts, and client certificate verification.

HTTP testingMock ServerPython
0 likes · 8 min read
pytest-httpserver Tutorial: Installation and 10 Practical Testing Examples
Test Development Learning Exchange
Test Development Learning Exchange
Apr 20, 2024 · Backend Development

Introduction to HTTPretty: Mocking HTTP Requests in Python

HTTPretty is a Python library for testing that enables lightweight, precise mocking of HTTP/HTTPS requests and responses, offering isolation, speed, complex scenario simulation, and data protection, illustrated with five practical code examples covering token retrieval, webhook handling, error simulation, timeout testing, and pagination.

APIHTTP MockingHTTPretty
0 likes · 8 min read
Introduction to HTTPretty: Mocking HTTP Requests in Python
Test Development Learning Exchange
Test Development Learning Exchange
May 8, 2023 · Backend Development

Building a Mock Server with Python, Django, MySQL, Redis, and Vue

This guide explains how to create a full‑stack mock server using Python, Django, MySQL, Redis, and Vue, covering database setup, REST API implementation, Redis caching, and a Vue front‑end for managing mock data, enabling efficient automated testing and development.

APIDjangoMock Server
0 likes · 12 min read
Building a Mock Server with Python, Django, MySQL, Redis, and Vue
Tencent Cloud Developer
Tencent Cloud Developer
Jan 19, 2022 · Cloud Computing

Quickly Building a Mock Server with Serverless Cloud Functions (SCF)

This guide shows how to quickly create a low‑cost, serverless mock server using Tencent Cloud's Serverless Cloud Function (SCF) by packaging the Moco JAR, a JSON response file, and a bootstrap script into a ZIP, deploying it as a Java 8 web function, and optionally using a one‑click template for instant setup and automatic scaling.

Cloud FunctionsDevOpsJava
0 likes · 6 min read
Quickly Building a Mock Server with Serverless Cloud Functions (SCF)
Top Architect
Top Architect
Oct 17, 2020 · Backend Development

Guide to Using lowcode-mock for Quick API Mocking with Koa

This article introduces lowcode-mock, a lightweight tool that forwards requests to backend without needing mock definitions or regex matching, explains installation via Yarn, demonstrates creating mock routes with Koa, generating mocks from YAPI or JSON, adding delay, handling HTTP error codes, and configuring proxy forwarding.

API mockingKoaMock Server
0 likes · 7 min read
Guide to Using lowcode-mock for Quick API Mocking with Koa
360 Quality & Efficiency
360 Quality & Efficiency
Apr 12, 2019 · Backend Development

Using Moco to Mock HTTP Services for API Testing and Frontend Development

This article introduces Moco, a Java‑based mock server tool, explains its purpose for early API testing and frontend development, provides step‑by‑step startup commands, showcases JSON request/response demos for various HTTP methods, outlines global configuration, and discusses its limitations.

API TestingHTTPJSON
0 likes · 6 min read
Using Moco to Mock HTTP Services for API Testing and Frontend Development
Java Captain
Java Captain
Dec 9, 2018 · Backend Development

Using raml-mocker to Create Mock Servers for Front‑Back End Integration

The article discusses the pain points of front‑back end separation such as frequent API changes, outdated documentation, and late testing, and presents a solution based on contract‑driven development with raml-mocker, a Node.js tool that generates mock servers and API documentation to improve collaboration and testing efficiency.

API ContractMock ServerNode.js
0 likes · 6 min read
Using raml-mocker to Create Mock Servers for Front‑Back End Integration
转转QA
转转QA
Nov 7, 2018 · Backend Development

Evolution of an API Interface Management and Mock Platform at Zhuanzhuan

The article chronicles the multi‑phase development of Zhuanzhuan's API documentation and mock platform, detailing how it grew from a simple wiki‑based list to an automated, IP‑aware mock system integrated with the Beetle CI pipeline to ensure interface consistency and reduce manual effort.

API ManagementDevOpsInterface Documentation
0 likes · 8 min read
Evolution of an API Interface Management and Mock Platform at Zhuanzhuan
JD Retail Technology
JD Retail Technology
Feb 5, 2018 · Backend Development

Design and Implementation of Footprint Platform, Mock Server Platform, and Pre‑release Gray Release Solution for Virtual Products

This article presents the challenges of virtual product development and describes three engineering solutions—a Footprint tracking system, a Mock Server platform, and a pre‑release gray‑release strategy—detailing their backgrounds, architectures, implementations, and operational benefits for improving debugging, testing, and deployment efficiency.

BackendMessage QueueMock Server
0 likes · 8 min read
Design and Implementation of Footprint Platform, Mock Server Platform, and Pre‑release Gray Release Solution for Virtual Products
360 Quality & Efficiency
360 Quality & Efficiency
Nov 8, 2017 · Mobile Development

Automated Testing Framework for a Mobile Advertising SDK Using Cucumber and Appium

The article describes a comprehensive automated testing solution for a mobile advertising SDK that combines UI automation with Appium, behavior‑driven test management with Cucumber, dynamic request/response mocking via anyproxy, and JSON‑schema validation to improve test efficiency, reliability, and coverage.

CucumberMock Serveradvertising SDK
0 likes · 18 min read
Automated Testing Framework for a Mobile Advertising SDK Using Cucumber and Appium
360 Quality & Efficiency
360 Quality & Efficiency
Oct 13, 2016 · Backend Development

Understanding Mock Servers and Introducing xMock: Concepts, Tools, Benefits, and Implementation

This article explains why mock servers are essential for modern inter‑team development, defines mock, outlines its benefits, reviews popular mock tools, and details the design and usage of a custom xMock system for flexible, cross‑platform API simulation.

API TestingMock Serverbackend development
0 likes · 11 min read
Understanding Mock Servers and Introducing xMock: Concepts, Tools, Benefits, and Implementation