Tag

API automation

1 views collected around this technical thread.

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
Test Development Learning Exchange
Test Development Learning Exchange
Jan 24, 2024 · Information Security

Using Python hashlib and hmac Modules for Data Security in API Automation

This article explains how Python's hashlib and hmac modules can be applied in API automation to compute hashes, generate salted password hashes, create HMACs, verify data integrity, encrypt sensitive information, and produce secure tokens, providing ten practical code examples.

API automationData SecurityEncryption
0 likes · 6 min read
Using Python hashlib and hmac Modules for Data Security in API Automation
Test Development Learning Exchange
Test Development Learning Exchange
Sep 18, 2023 · Fundamentals

Understanding *args and **kwargs in Python and Their Applications in API Automation

This article explains the concepts and usage of *args and **kwargs in Python functions, provides code examples, and demonstrates how they can be leveraged for flexible parameter handling, request automation, dynamic test data generation, and robust assertions in API testing scenarios.

**kwargs*argsAPI automation
0 likes · 6 min read
Understanding *args and **kwargs in Python and Their Applications in API Automation
Test Development Learning Exchange
Test Development Learning Exchange
Aug 26, 2023 · Fundamentals

Understanding Python Virtual Environments: pythonvenv, virtualenv, and conda with API Automation Example

This article explains the concept and importance of Python virtual environments, compares three popular tools—pythonvenv, virtualenv, and conda—provides step‑by‑step commands for creating and activating environments on different operating systems, and includes a practical API automation code example demonstrating their use.

API automationCondaPython
0 likes · 4 min read
Understanding Python Virtual Environments: pythonvenv, virtualenv, and conda with API Automation Example
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 automationDatabasePython
0 likes · 17 min read
Practical Guide to API Automation and Platform Usage
转转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 automationJavaTesting
0 likes · 8 min read
Layered Testing Approach and Test Case Optimization for Transaction Services
Test Development Learning Exchange
Test Development Learning Exchange
Sep 5, 2018 · Fundamentals

Project Structure Overview for API Automation with QR Code Generation

This guide outlines the file layout of an API automation project, describing QR code generation for test reports, storage of cookie data, Python scripts for handling cookies and running tests, and a log directory, encouraging hands‑on practice and offering support via a public account.

API automationPythonQR code
0 likes · 2 min read
Project Structure Overview for API Automation with QR Code Generation