Tagged articles
15 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Feb 1, 2026 · Backend Development

Why API Automation Is Essential When Business Changes Rapidly—and How to Do It Efficiently

When business requirements evolve quickly, API automation testing becomes a critical safety net, offering rapid regression detection, faster delivery, and a living contract for services, but it must be designed with resilient patterns, layered coverage, and health metrics to stay effective.

API automationTesting Strategycontinuous integration
0 likes · 7 min read
Why API Automation Is Essential When Business Changes Rapidly—and How to Do It Efficiently
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 4, 2025 · Backend Development

Implementing a Model Context Protocol (MCP) Service with APISIX and Node.js

This article explains what Model Context Protocol (MCP) is, demonstrates a simple e‑commerce example, and provides a step‑by‑step guide to create, configure, build, and debug an MCP service using APISIX Admin API, Node.js, TypeScript, and Zod, enabling natural‑language interaction with backend APIs.

API automationAPISIXLLM integration
0 likes · 15 min read
Implementing a Model Context Protocol (MCP) Service with APISIX and Node.js
Advanced AI Application Practice
Advanced AI Application Practice
Feb 5, 2024 · Fundamentals

What Are the Realistic Benchmarks for API Automation Testing?

The article examines how API automation testing can be measured and implemented effectively, arguing that coverage and pass‑rate targets vary by team context, emphasizing cost‑benefit analysis, prioritizing core interfaces, and focusing on reducing feedback cycles rather than chasing statistical metrics.

API automationMicroservicesSoftware Testing
0 likes · 8 min read
What Are the Realistic Benchmarks for API Automation Testing?
DeWu Technology
DeWu Technology
Mar 29, 2023 · Backend Development

Practical Guide to API Automation and Platform Usage

This guide explains how to integrate the DeWu API automation platform, detailing usage scenarios for developers, testers and data generators, optimal timing for case creation, maintenance‑reducing templates, reusable components, test‑plan execution, and common pitfalls with solutions, ultimately streamlining test management and boosting efficiency.

API automationredistesting
0 likes · 17 min read
Practical Guide to API Automation and Platform Usage
Java High-Performance Architecture
Java High-Performance Architecture
Feb 9, 2023 · Backend Development

Building a High-Performance SpringBoot + layui API Automation Platform from Scratch

This article details the design and implementation of a SpringBoot‑based API automation platform with a layui front‑end, covering architecture choices, permission management, hierarchical data design, test case handling, test set execution, result reporting, and future enhancements such as scheduling, email notifications, and multithreading.

API automationLayuiSpringBoot
0 likes · 14 min read
Building a High-Performance SpringBoot + layui API Automation Platform from Scratch
Meituan Technology Team
Meituan Technology Team
Jan 5, 2023 · Backend Development

Automated SDK Generation for Meituan Open Platform

The article details Meituan Open Platform’s approach to automatically generate multi‑language SDKs with rich parameter models, covering overall design, code‑generation via DSL templates, CI/CD integration, and the resulting efficiency gains for third‑party developers integrating over a thousand OpenAPI endpoints.

API automationDSLMeituan Open Platform
0 likes · 23 min read
Automated SDK Generation for Meituan Open Platform
FunTester
FunTester
Dec 15, 2021 · Operations

Building a Robust API Automation Framework: Process, Tools, and Pitfalls

This article outlines a step‑by‑step API automation workflow, compares popular frameworks, discusses design considerations, CI integration, and common technical challenges such as data‑driven testing, parameterization, and multi‑threaded execution, offering practical guidance for interview preparation and real‑world implementation.

API automationBackend testingTesting framework
0 likes · 9 min read
Building a Robust API Automation Framework: Process, Tools, and Pitfalls
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Jun 30, 2020 · Backend Development

Mastering Interface Testing: Strategies for Complex Custom Data

This article explores the challenges of interface testing for a large-scale home‑decoration platform, detailing pain points, testing stages, practical tips, and real‑world case studies to help backend engineers design effective, automated API tests for complex custom data.

API automationBackend testingSoftware quality
0 likes · 6 min read
Mastering Interface Testing: Strategies for Complex Custom Data
FunTester
FunTester
Apr 19, 2020 · Operations

How to Load Test Phone Number Binding with Dynamic UID‑Based Numbers

This article walks through the challenges of load‑testing a phone‑binding feature that swaps between two number prefixes while preserving the original UID‑derived number, detailing validation rules, a configurable solution, test design, and the full Groovy‑based load‑test script.

API automationGroovyLoad Testing
0 likes · 7 min read
How to Load Test Phone Number Binding with Dynamic UID‑Based Numbers
FunTester
FunTester
Aug 20, 2019 · Backend Development

How to Use Groovy with a Custom Java HTTP Testing Framework

This tutorial shows how to package a Java‑based HTTP testing framework into a JAR, import it into Groovy, and write a concise Groovy script that sends an HTTP GET request, processes the JSON response, and prints the result.

API automationGroovyHTTP testing
0 likes · 3 min read
How to Use Groovy with a Custom Java HTTP Testing Framework
转转QA
转转QA
May 22, 2019 · Fundamentals

Layered Testing Approach and Test Case Optimization for Transaction Services

This article introduces a layered testing methodology that separates presentation, core, and foundation layers, explains test case specifications and naming conventions, provides Java code examples for atomic, basic, and framework layers, and discusses optimization techniques such as data construction, regression testing, and exception validation to improve automation efficiency.

API automationSoftware qualitylayered architecture
0 likes · 8 min read
Layered Testing Approach and Test Case Optimization for Transaction Services