Tagged articles

api-automation

17 articles · Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Jul 14, 2026 · Fundamentals

Mastering Python Sequence Functions for API Automation

This article walks through eight essential Python built‑in sequence functions—len, range, enumerate, reversed, sorted, zip, map, and filter—showing concrete API‑automation scenarios, step‑by‑step code examples, and practical tips for handling lists, generating test data, and filtering results efficiently.

Data Processingapi-automationbuilt-in
0 likes · 12 min read
Mastering Python Sequence Functions for API Automation
Test Development Learning Exchange
Test Development Learning Exchange
Jul 11, 2026 · Backend Development

Mastering Pytest: From Basics to Advanced API Automation

This guide explains why pytest surpasses unittest as the most popular Python testing framework, walks through installation, writing and running tests, explores core features such as fixtures, parameterization, markers, and plugins, and demonstrates a complete API‑automation suite with advanced fixture techniques and custom plugin development.

Plugin DevelopmentPython testingapi-automation
0 likes · 14 min read
Mastering Pytest: From Basics to Advanced API Automation
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-automationcontinuous integrationtest design
0 likes · 7 min read
Why API Automation Is Essential When Business Changes Rapidly—and How to Do It Efficiently
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.

MicroservicesSoftware testingapi-automation
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.

Redisapi-automationtesting
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.

LayuiPermission ManagementSpringBoot
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.

CI/CDMeituan Open PlatformPython
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.

Backend testingCI/CDTesting 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.

Backend testingapi-automationinterface testing
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.

GroovyLoad TestingOperations
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.

GroovyScriptingTesting framework
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.

Test Case Designapi-automationlayered architecture
0 likes · 8 min read
Layered Testing Approach and Test Case Optimization for Transaction Services