Tag

Mock Testing

0 views collected around this technical thread.

DataFunSummit
DataFunSummit
Jan 28, 2023 · Backend Development

Bilibili’s API Management Design and Practices

This article explains Bilibili’s unified API management platform, covering service launch processes, manual versus automated metadata collection, code‑first API definitions in Go and Java, version control, collaboration features, mock testing, and micro‑service standardization to improve development efficiency and reduce operational costs.

API ManagementMock TestingOpenAPI
0 likes · 19 min read
Bilibili’s API Management Design and Practices
DevOps
DevOps
Dec 25, 2020 · Fundamentals

Understanding Mock Testing: Unit Test Mock, Interface Mock, and Popular Tools

This article explains the concept of mock testing, its role in unit and interface testing, and reviews popular mocking tools such as EasyMock, JMockit, Mockito, RAP, YApi, Moco, and DOClever, highlighting their applications in software development.

API mockingJavaMock Testing
0 likes · 6 min read
Understanding Mock Testing: Unit Test Mock, Interface Mock, and Popular Tools
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 22, 2020 · Fundamentals

Understanding Mock Testing: Unit Test Mocks, API Mocks, and Popular Tools

This article explains the concept of mock testing, its use in unit and API testing, illustrates real‑world analogies, compares popular mocking frameworks, and introduces several API‑mocking tools such as RAP, YApi, Moco, and DOClever for modern software development.

API mockingMock Testingsoftware testing
0 likes · 10 min read
Understanding Mock Testing: Unit Test Mocks, API Mocks, and Popular Tools
Ctrip Technology
Ctrip Technology
Mar 12, 2020 · Backend Development

Decoupling Mock Tools from Service Architecture: Challenges and Solutions for Microservice Testing

This article analyzes the interference and latency problems caused by traditional service‑level Mock tools in a microservice environment and proposes a four‑component solution—servlet agent, local Mock proxy, Mock server, and configuration client—to isolate Mock functionality, eliminate cross‑application impact, and improve test stability.

Mock Testingbackend developmentmicroservices
0 likes · 6 min read
Decoupling Mock Tools from Service Architecture: Challenges and Solutions for Microservice Testing
360 Quality & Efficiency
360 Quality & Efficiency
Oct 20, 2016 · Backend Development

Mock + Proxy in SDK Automated Testing: Architecture, Process, and Lessons Learned

This article details the design, evolution, and scaling of a mock‑proxy based automated testing framework for an SDK, covering initial architecture, phase‑two enhancements, distributed execution, performance results, and remaining challenges in test data generation and infrastructure.

Distributed TestingMock TestingProxy Server
0 likes · 5 min read
Mock + Proxy in SDK Automated Testing: Architecture, Process, and Lessons Learned
360 Quality & Efficiency
360 Quality & Efficiency
Oct 18, 2016 · Fundamentals

Mock + Proxy: Automated Testing Practices for SDK Projects

This article describes the challenges of mock framework selection, the adoption of AnyProxy, and the design of reliable test cases using orthogonal array and pairwise testing, culminating in a detailed workflow for automated test case generation with the PICT tool and custom extensions.

Mock TestingPICTProxy
0 likes · 12 min read
Mock + Proxy: Automated Testing Practices for SDK Projects