Tagged articles
305 articles
Page 1 of 4
Java Architect Essentials
Java Architect Essentials
May 18, 2026 · Backend Development

Meet Reqable: A Free, Cross‑Platform Postman Alternative with Superior Performance

Reqable is a free, cross‑platform API testing tool built with Flutter and C++ that offers instant startup, low memory usage, offline storage, HTTP/2‑3 support, data migration from other tools, packet‑capture debugging, and an active open‑source community, positioning it as a high‑performance replacement for Postman.

API testingCFlutter
0 likes · 7 min read
Meet Reqable: A Free, Cross‑Platform Postman Alternative with Superior Performance
Test Development Learning Exchange
Test Development Learning Exchange
May 1, 2026 · Backend Development

20 Essential Python API Testing Skills: From Manual to AI‑Powered Automation

This guide presents 20 practical Python skills for API testing, covering basic request handling, pytest fixtures, JSON validation, database helpers, framework abstraction, dynamic data generation, Allure reporting, CI pipeline integration, AI‑driven test case creation, intelligent retries, performance and security testing, and engineering best practices to transform manual testing into an intelligent, automated workflow.

AIAPI testingAllure
0 likes · 14 min read
20 Essential Python API Testing Skills: From Manual to AI‑Powered Automation
SpringMeng
SpringMeng
Apr 28, 2026 · Backend Development

A Free, Cross‑Platform Postman Alternative That Beats Performance

The article reviews Reqable, a free, cross‑platform API testing tool that eliminates Postman's performance bottlenecks, login requirements, and paid features, offering faster startup, lower memory usage, HTTP/2‑3 support, data migration, and an active open‑source community.

API testingFlutterHTTP/2
0 likes · 7 min read
A Free, Cross‑Platform Postman Alternative That Beats Performance
Test Development Learning Exchange
Test Development Learning Exchange
Apr 22, 2026 · Backend Development

Master Python API Automation with 10 Essential Decorators

This guide shows how to streamline Python API testing by using ten practical decorators—covering automatic retries, timing, token injection, detailed logging, environment skipping, schema validation, timeout enforcement, cleanup, HTTP recording, and concurrent stress testing—each illustrated with real‑world code examples and usage patterns.

API testingAutomationPython
0 likes · 18 min read
Master Python API Automation with 10 Essential Decorators
Test Development Learning Exchange
Test Development Learning Exchange
Apr 16, 2026 · Backend Development

Simplify API Testing with a Python @extract_value Decorator

Learn how to create and use a Python @extract_value decorator that automatically pulls specific fields from API responses, stores them in a global context, and lets subsequent test steps access these values without manual extraction, complete with step-by-step code examples and common pitfalls.

API testingAutomationCode Example
0 likes · 8 min read
Simplify API Testing with a Python @extract_value Decorator
Woodpecker Software Testing
Woodpecker Software Testing
Apr 9, 2026 · Backend Development

Generating Test Cases and Scripts with Alibaba Baichuan Workflow – A Step‑by‑Step Guide

This article walks through building an intelligent agent using Alibaba Baichuan workflow to automatically create software test cases and scripts, covering node setup, knowledge‑base integration, system and user prompts, test data design, API testing with Python requests, and Playwright UI testing, complete with database cleanup and CSRF handling.

API testingAlibaba BaichuanPlaywright
0 likes · 97 min read
Generating Test Cases and Scripts with Alibaba Baichuan Workflow – A Step‑by‑Step Guide
Woodpecker Software Testing
Woodpecker Software Testing
Apr 9, 2026 · Artificial Intelligence

Building a Generic AI Agent for Automated Test Case and Script Generation (Part 3)

After parallelizing registration, login, and password‑recovery flows, this article shows how to embed those requirements into a reusable intelligent agent, detailing the workflow diagram, system and user prompts, and providing concrete Python‑based API and Playwright test script examples with CSRF handling, password hashing, and database cleanup.

AI testingAPI testingCSRF
0 likes · 38 min read
Building a Generic AI Agent for Automated Test Case and Script Generation (Part 3)
Test Development Learning Exchange
Test Development Learning Exchange
Apr 6, 2026 · Backend Development

15 Ready‑to‑Use API Testing Templates with Full Pytest Code Samples

This article provides a comprehensive collection of fifteen reusable API testing templates covering CRUD operations, authentication, idempotency, file upload security, pagination, WebSocket communication, rate limiting, GraphQL, gRPC, OpenAPI contracts, i18n, caching, circuit breaking, data masking, and version compatibility, each accompanied by ready‑to‑run pytest code examples.

API testingBackendPython
0 likes · 14 min read
15 Ready‑to‑Use API Testing Templates with Full Pytest Code Samples
Test Development Learning Exchange
Test Development Learning Exchange
Apr 5, 2026 · Operations

Master API Testing: 20 Ready‑to‑Use Templates for Security, Performance, and Automation

This guide provides twenty detailed, ready‑to‑use templates that cover API overview translation, end‑to‑end call chains, OAuth2 flow analysis, JWT security testing, API key rotation, large file chunked upload, WebSocket messaging, payment callback verification, GraphQL optimization, gRPC testing, HTTP status‑code scenarios, circuit‑breaker testing, version compatibility, internationalization, OpenAPI validation, and contract‑test generation, each with concrete code snippets and step‑by‑step requirements.

API testingPerformance Testingsecurity testing
0 likes · 13 min read
Master API Testing: 20 Ready‑to‑Use Templates for Security, Performance, and Automation
Test Development Learning Exchange
Test Development Learning Exchange
Mar 19, 2026 · Backend Development

Contract‑Driven API Testing with Pydantic and JSON Schema

In fast‑changing APIs, traditional assertions break when fields change, but a dual‑engine approach using JSON Schema for structural contracts and Pydantic for business rules provides a resilient, maintainable testing solution that adapts to evolution while keeping tests focused on critical data.

API testingContract-drivenJSON Schema
0 likes · 9 min read
Contract‑Driven API Testing with Pydantic and JSON Schema
FunTester
FunTester
Feb 23, 2026 · Fundamentals

Mastering End-to-End Testing: Strategies, Best Practices, and Real-World API Example

This guide explains what end‑to‑end testing is, why it matters, when to run it, how to design test scenarios, the 70/20/10 test‑pyramid rule, the three testing phases, a complete RESTful API order‑lifecycle example, common pitfalls, and practical tips for reliable automation.

API testingSoftware qualityTesting Strategy
0 likes · 11 min read
Mastering End-to-End Testing: Strategies, Best Practices, and Real-World API Example
Test Development Learning Exchange
Test Development Learning Exchange
Jan 31, 2026 · Backend Development

7 Proven Strategies to Keep Automated Tests Low‑Cost and Resilient in High‑Change Environments

This article presents seven validated strategies—layered architecture, contract‑driven assertions, configuration‑driven data, smart mocking, impact‑based test selection, OpenAPI‑generated test skeletons, and health‑dashboard monitoring—to dramatically reduce maintenance effort and increase the robustness of automated API tests in fast‑changing projects.

API testingAutomated TestingMocking
0 likes · 9 min read
7 Proven Strategies to Keep Automated Tests Low‑Cost and Resilient in High‑Change Environments
Woodpecker Software Testing
Woodpecker Software Testing
Jan 26, 2026 · Backend Development

How to Design Practical Login API Test Cases

This article presents several Python‑based login API test cases—including normal login, parameterized login, handling missing endpoints, and chaining an order request—along with step‑by‑step code examples and best‑practice tips for writing reliable, maintainable tests.

API testingPythonlogin API
0 likes · 5 min read
How to Design Practical Login API Test Cases
Woodpecker Software Testing
Woodpecker Software Testing
Jan 20, 2026 · Backend Development

A Developer’s Search for a Postman Alternative: Why Apipost Stands Out

The author, a software developer, outlines the limitations of Postman—English‑only UI, instability on poor networks, mandatory login—and evaluates Apipost as a localized, login‑free alternative that imports Postman collections, adds performance testing and documentation features, ultimately boosting workflow efficiency and security.

API testingApipostPostman
0 likes · 4 min read
A Developer’s Search for a Postman Alternative: Why Apipost Stands Out
Advanced AI Application Practice
Advanced AI Application Practice
Jan 6, 2026 · Artificial Intelligence

Enterprise-Grade AI + Knowledge Graph for Automating Complex API Test Scenarios

The article details how an AI‑driven test platform combines large language models with a corporate‑level knowledge graph to automatically generate end‑to‑end API test scripts for complex business flows, overcoming context loss, dependency gaps, and scalability limits of single‑interface generation.

AIAPI testingKnowledge Graph
0 likes · 12 min read
Enterprise-Grade AI + Knowledge Graph for Automating Complex API Test Scenarios
Woodpecker Software Testing
Woodpecker Software Testing
Jan 4, 2026 · Mobile Development

Essential Mobile App Performance Testing Checklist and Tools

Performance is critical for mobile apps; this guide outlines how to evaluate device, server/API, and network performance, provides troubleshooting steps for common issues, recommends Android and iOS testing tools, discusses testing challenges, and presents a comprehensive pre‑release testing checklist.

API testingAndroiddevice performance
0 likes · 11 min read
Essential Mobile App Performance Testing Checklist and Tools
Woodpecker Software Testing
Woodpecker Software Testing
Dec 23, 2025 · Backend Development

How to Generate an API Test Plan Using Prompt Engineering

This guide explains step‑by‑step how to craft effective prompts for AI tools to automatically produce comprehensive API test plans, covering preparation of API details, core test‑plan components, prompt design principles, example prompts, iterative refinement, execution, and validation of the resulting test plan.

AI assistanceAPI testingMarkdown format
0 likes · 32 min read
How to Generate an API Test Plan Using Prompt Engineering
Woodpecker Software Testing
Woodpecker Software Testing
Dec 21, 2025 · Fundamentals

Using ChatGPT to Generate Password‑Recovery Test Cases and Scripts

The article demonstrates how to prompt ChatGPT to produce comprehensive password‑recovery test cases and corresponding automation scripts—both API‑based with Python unittest and GUI‑based with Playwright‑pytest—covering normal flows, error conditions, security checks, and XSS vulnerabilities.

API testingChatGPTPassword Recovery
0 likes · 22 min read
Using ChatGPT to Generate Password‑Recovery Test Cases and Scripts
FunTester
FunTester
Dec 11, 2025 · Fundamentals

When and Where to Test: Choosing the Right Test Types for Your Application

This article outlines a comprehensive testing matrix that maps common test types—unit, API, UI, security, performance, smoke, and regression—to their problem domains, SDLC stages, and execution methods, helping teams select and prioritize tests based on risk, feedback speed, and ownership.

API testingPerformance TestingSoftware Testing
0 likes · 11 min read
When and Where to Test: Choosing the Right Test Types for Your Application
Test Development Learning Exchange
Test Development Learning Exchange
Dec 8, 2025 · Backend Development

Mastering HTTP Status Code Strategies for Reliable API Automation

Effective API automation requires nuanced handling of HTTP status codes—beyond the simplistic 200‑success rule—by categorizing 2xx, 4xx, and 5xx responses, asserting appropriate ranges, validating business fields, and integrating unified fixtures to detect real failures, client errors, and server defects.

API testingHTTP status codesassertions
0 likes · 7 min read
Mastering HTTP Status Code Strategies for Reliable API Automation
Test Development Learning Exchange
Test Development Learning Exchange
Dec 4, 2025 · Operations

When Not to Automate API Tests: 4 Common Anti‑Patterns to Avoid

Many teams rush to automate every test, but certain scenarios—rapidly changing requirements, one‑off checks, reliance on unstable external services, and vague pass criteria—actually increase maintenance costs and reduce reliability, so recognizing these anti‑patterns is essential for effective test automation.

API testingSoftware Testingautomation anti-patterns
0 likes · 6 min read
When Not to Automate API Tests: 4 Common Anti‑Patterns to Avoid
Test Development Learning Exchange
Test Development Learning Exchange
Nov 23, 2025 · Backend Development

Master JSON Extraction in Python Tests with jsonpath-ng

This guide explains why traditional dict.get() approaches fail on deep JSON, introduces the powerful jsonpath-ng library, demonstrates five common extraction patterns, shows how to integrate it into pytest automation with reusable utilities, and warns about typical pitfalls.

API testingJsonPathPython
0 likes · 7 min read
Master JSON Extraction in Python Tests with jsonpath-ng
Java Companion
Java Companion
Nov 23, 2025 · Backend Development

A Minimalist Web‑Based API Debugger That Could Replace Postman

WebCurl is an open‑source, ultra‑lightweight web API testing tool that runs entirely in the browser without any installation, offering a minimalist design, zero third‑party dependencies, and a rich set of features such as HTTP CONNECT tunneling, custom headers, file upload/download, echo server, static file serving, and flexible command‑line options.

API testingGolangHTTP debugging
0 likes · 8 min read
A Minimalist Web‑Based API Debugger That Could Replace Postman
Open Source Tech Hub
Open Source Tech Hub
Nov 21, 2025 · Backend Development

Master API Testing Directly in JetBrains IDE with the Built‑in HTTP Client

This guide explains how JetBrains IDE's integrated HTTP client lets developers write .http or .rest scripts to send GET, POST, PUT, DELETE, GraphQL, and WebSocket requests, manage environments and variables, and handle authentication—all without leaving the editor, boosting productivity and simplifying API testing.

API testingGraphQLHTTP client
0 likes · 10 min read
Master API Testing Directly in JetBrains IDE with the Built‑in HTTP Client
Test Development Learning Exchange
Test Development Learning Exchange
Nov 19, 2025 · Artificial Intelligence

Generate Complete API Test Cases with AI and Python in Seconds

Learn how to automate API test data creation by leveraging a large language model to parse OpenAPI specifications and generate comprehensive pytest functions covering valid, missing, type‑error, boundary, and format scenarios, with a step‑by‑step Python script that produces ready‑to‑run test files.

AI-generated testsAPI testingOpenAPI
0 likes · 10 min read
Generate Complete API Test Cases with AI and Python in Seconds
Advanced AI Application Practice
Advanced AI Application Practice
Oct 25, 2025 · Operations

Mastering Jenkins for API Automation: Core Concepts and CI/CD Practices

This article explains Jenkins' fundamental concepts—including jobs, nodes, pipelines, plugins, and credentials—and shows why its powerful scheduling, rich ecosystem, stability, and pipeline‑as‑code approach make it ideal for building automated API testing CI/CD workflows, illustrated with a complete Jenkinsfile example.

API testingAutomationDevOps
0 likes · 7 min read
Mastering Jenkins for API Automation: Core Concepts and CI/CD Practices
Test Development Learning Exchange
Test Development Learning Exchange
Oct 16, 2025 · Backend Development

Boost API Testing Efficiency: Auto‑Generate Python Test Cases with AI & Jinja2

Learn how to eliminate manual test case writing by using a lightweight AI‑driven approach combined with Jinja2 templates to automatically parse API specifications or JSON Schemas, generate comprehensive Python test scripts, handle parameter combinations, edge cases, and integrate with your existing test framework in just a few commands.

AIAPI testingCode Generation
0 likes · 8 min read
Boost API Testing Efficiency: Auto‑Generate Python Test Cases with AI & Jinja2
Test Development Learning Exchange
Test Development Learning Exchange
Oct 13, 2025 · Backend Development

Boost Your API Test Automation with a Powerful Python HTTP Client

Learn how to create a professional, reusable Python HTTP client that streamlines API automation by automatically handling URL concatenation, colored logging, built‑in assertions, response timing, environment management, and structured results, turning repetitive request code into concise, readable one‑liners.

API testingAutomationHTTP client
0 likes · 9 min read
Boost Your API Test Automation with a Powerful Python HTTP Client
Instant Consumer Technology Team
Instant Consumer Technology Team
Oct 13, 2025 · Backend Development

How We Built a Scalable API Automation Platform for Multi‑Environment DevOps Integration

This article details the motivations, architecture, core capabilities, technical challenges, and future roadmap of an in‑house API automation testing platform that supports multi‑environment testing, CI/CD integration, low‑code scripting, and strict network security for enterprise development workflows.

API testingAutomationBackend
0 likes · 16 min read
How We Built a Scalable API Automation Platform for Multi‑Environment DevOps Integration
Test Development Learning Exchange
Test Development Learning Exchange
Oct 12, 2025 · Backend Development

Build Your Own Python API Test Framework: A Complete Guide with Ready‑to‑Run Code

This article explains why a custom API test framework is needed, presents a modular architecture, and provides step‑by‑step implementations for multi‑environment configuration, colored logging, cookie management, unified API client, database assertions, Redis support, dynamic test data factories, and enterprise notification, all with full runnable code examples.

API testingAutomationBackend
0 likes · 19 min read
Build Your Own Python API Test Framework: A Complete Guide with Ready‑to‑Run Code
Java Web Project
Java Web Project
Aug 12, 2025 · Industry Insights

Why Reqable Beats Postman: Free, Fast, and Feature‑Rich API Testing

The article evaluates Reqable as a free, cross‑platform API testing tool, detailing its performance advantages over Postman, extensive feature set, data‑migration capabilities, HTTP/2‑3 support, active community contributions, and open‑source components, while providing concrete benchmark data and usage scenarios.

API testingHTTP/3Postman alternative
0 likes · 7 min read
Why Reqable Beats Postman: Free, Fast, and Feature‑Rich API Testing
Test Development Learning Exchange
Test Development Learning Exchange
Jul 17, 2025 · Backend Development

Master Python Payment API Automation Testing: A Complete Guide

This guide walks you through building a full‑stack Python solution for automating payment interface tests, covering workflow validation, status checks, database assertions, third‑party integration, async callbacks, and secure signing, with detailed code examples and best‑practice recommendations.

API testingpayment automationpytest
0 likes · 9 min read
Master Python Payment API Automation Testing: A Complete Guide
Test Development Learning Exchange
Test Development Learning Exchange
Jul 12, 2025 · Backend Development

Build a Modern Python HTTPX API Testing Framework with Async Support

Learn how to create a modular Python API testing framework using httpx, pytest, and Allure, featuring multi‑environment configuration, synchronous and asynchronous requests, data‑driven and mock testing, comprehensive logging, and automated report generation, plus optional extensions for CI/CD, token authentication, and coverage analysis.

API testingAllureAsync
0 likes · 10 min read
Build a Modern Python HTTPX API Testing Framework with Async Support
Test Development Learning Exchange
Test Development Learning Exchange
Jun 30, 2025 · Backend Development

Master Decorator Factories: Logging, Retry, Permissions & More for API Testing

This article explores how decorator factories can enhance API automation testing by providing reusable solutions for logging, automatic retries, permission checks, performance monitoring, data-driven testing, and environment switching, complete with Python code examples and usage demonstrations.

API testingAutomationBackend Development
0 likes · 8 min read
Master Decorator Factories: Logging, Retry, Permissions & More for API Testing
Efficient Ops
Efficient Ops
Jun 11, 2025 · Operations

Master cURL: Essential Commands for DevOps, Monitoring, and Automation

This guide presents essential cURL commands for service health checks, API testing, file transfer, debugging, Kubernetes interactions, monitoring, load balancing, and webhook triggering, demonstrating how the versatile tool can streamline automation, CI/CD pipelines, and daily DevOps tasks.

API testingAutomationDevOps
0 likes · 5 min read
Master cURL: Essential Commands for DevOps, Monitoring, and Automation
Lin is Dream
Lin is Dream
May 22, 2025 · Backend Development

How Apifox Solves Swagger’s API Testing Pain Points with Automated Scripts

This article explains why Swagger falls short for API debugging in production, outlines the recurring issues developers face, and shows how Apifox’s import, environment variables, global parameters, pre‑ and post‑scripts, mock data, and cURL import features streamline API development and testing.

API testingApifoxAutomation scripts
0 likes · 10 min read
How Apifox Solves Swagger’s API Testing Pain Points with Automated Scripts
Architecture Digest
Architecture Digest
May 19, 2025 · Backend Development

Why Reqable Could Be the Next Postman Killer for API Testing

Reqable, a free, cross‑platform API testing tool built with Flutter and C++, claims superior performance, offline data storage, and seamless migration from other tools, positioning itself as a viable, ad‑free alternative to Postman and similar browser‑based solutions.

API testingHTTP2Postman alternative
0 likes · 7 min read
Why Reqable Could Be the Next Postman Killer for API Testing
FunTester
FunTester
May 6, 2025 · Backend Development

Understanding HTTP Status Codes and API Testing with Postman and Eolinker

This article explains common HTTP status codes, demonstrates step‑by‑step API testing using Postman—including basic requests, exception handling, token management, test assertions, and collection runs—shows how to import Postman collections into Eolinker, compares the two tools, and adds practical tips and code examples.

API testingEolinkerHTTP
0 likes · 7 min read
Understanding HTTP Status Codes and API Testing with Postman and Eolinker
Test Development Learning Exchange
Test Development Learning Exchange
May 2, 2025 · Fundamentals

29 Minimal Python Code Snippets for API Automation Testing

This article presents 29 concise Python code examples covering common API automation tasks such as JSON conversion, file I/O, dictionary manipulation, request handling, data filtering, encryption, URL encoding, time formatting, exception handling, and regular expressions, each accompanied by clear output and commentary.

API testingAutomationJSON
0 likes · 9 min read
29 Minimal Python Code Snippets for API Automation Testing
Test Development Learning Exchange
Test Development Learning Exchange
Apr 30, 2025 · Backend Development

Python JSON Handling Examples for API Automation

This article presents a comprehensive collection of Python code snippets demonstrating how to parse, construct, modify, query, and validate JSON data for common API automation tasks, covering conversion, file I/O, field extraction, merging, sorting, and token handling.

API testingJSONdata-processing
0 likes · 10 min read
Python JSON Handling Examples for API Automation
Test Development Learning Exchange
Test Development Learning Exchange
Apr 15, 2025 · Backend Development

Encapsulating Custom Assertions for API Automation Testing

This article explains why custom assertion logic is needed in API automation testing, shows how to build a reusable Assertions class with methods for status code, JSON schema, key, JSONPath, and response time checks, and provides complete Python code examples for each use case.

API testingcustom assertionsjsonschema
0 likes · 7 min read
Encapsulating Custom Assertions for API Automation Testing
Test Development Learning Exchange
Test Development Learning Exchange
Apr 13, 2025 · Backend Development

Mastering API Request Wrappers in Pytest: Reusable GET, POST, PUT, DELETE

Learn how to boost code reuse and maintainability in API automation by encapsulating common HTTP methods (GET, POST, PUT, DELETE, etc.) within a Pytest-friendly RequestUtil class, complete with logging, exception handling, session management, dynamic headers, and timeout support, plus practical test examples.

API testingAutomationHTTP requests
0 likes · 11 min read
Mastering API Request Wrappers in Pytest: Reusable GET, POST, PUT, DELETE
Test Development Learning Exchange
Test Development Learning Exchange
Apr 10, 2025 · Backend Development

How to Build a Flexible Core Executor for API Automation Testing with pytest and Allure

This article explains how to design and implement a high‑performance, configurable core executor for API automation testing, covering dependency installation, executor class creation, logging integration, parallel execution, report generation with Allure, and practical code examples for Python developers.

API testingAllureLoguru
0 likes · 7 min read
How to Build a Flexible Core Executor for API Automation Testing with pytest and Allure
Test Development Learning Exchange
Test Development Learning Exchange
Apr 9, 2025 · Backend Development

Encapsulating Data Type Handling in API Automation Testing with Python

This article explains how to encapsulate data type processing in an API automation framework by creating a Python utility class that provides conversion, validation, and assertion methods, defines JSON Schemas, and demonstrates writing and executing Pytest test cases to ensure correct data types and values.

API testingJSON Schemadata validation
0 likes · 6 min read
Encapsulating Data Type Handling in API Automation Testing with Python
Test Development Learning Exchange
Test Development Learning Exchange
Apr 4, 2025 · Backend Development

Implementing a Hot‑Reload Wrapper for API Automation Testing with Pytest

This article explains how to build a hot‑reload wrapper for API automation testing in Pytest, covering requirement analysis, technology selection, step‑by‑step implementation—including YAML test case definition, dynamic loader, reflection utility, and Pytest plugin—and demonstrates its practical usage to improve development efficiency.

API testingDynamic Loadinghot-reload
0 likes · 4 min read
Implementing a Hot‑Reload Wrapper for API Automation Testing with Pytest
Test Development Learning Exchange
Test Development Learning Exchange
Apr 2, 2025 · Backend Development

API Association Wrapping with Pytest: A Complete Step‑by‑Step Guide

This article explains how to implement API association wrapping in Pytest, covering environment setup, test file creation, dependency imports, detailed test case definitions with sample code for login, user creation, retrieval and update, execution of the suite, result verification, and advanced project structuring for complex scenarios.

API testingAutomationintegration testing
0 likes · 8 min read
API Association Wrapping with Pytest: A Complete Step‑by‑Step Guide
macrozheng
macrozheng
Apr 1, 2025 · Backend Development

Discover Hoppscotch: A Lightweight Open‑Source API Tool for Fast Testing

This article introduces Hoppscotch, an open‑source, lightweight API testing tool with over 70k GitHub stars, outlines its key features, shows how to install and configure it, and provides a step‑by‑step guide to testing a SpringBoot‑Vue e‑commerce project’s endpoints, including token handling and environment variables.

API testingBackend ToolsHoppscotch
0 likes · 6 min read
Discover Hoppscotch: A Lightweight Open‑Source API Tool for Fast Testing
Test Development Learning Exchange
Test Development Learning Exchange
Mar 31, 2025 · Operations

Using Pytest for Enterprise API Test Case Management

This article explains how to use Pytest in enterprise projects for API test case management, covering naming conventions, documentation, parameterization, organization by modules, fixture usage, execution strategies including CI/CD integration, parallel runs, and generating detailed Allure reports.

API testingAllureci/cd
0 likes · 6 min read
Using Pytest for Enterprise API Test Case Management
Test Development Learning Exchange
Test Development Learning Exchange
Mar 29, 2025 · Backend Development

Master Data‑Driven API Testing with Pytest’s @parametrize

This guide explains why data‑driven testing is essential for API automation, introduces Pytest’s powerful @pytest.mark.parametrize decorator, and provides step‑by‑step examples—including single‑parameter, multi‑parameter, dynamic data generation, fixture integration, and external data sources—to boost test coverage and maintainability.

API testingData‑Driven TestingPython
0 likes · 6 min read
Master Data‑Driven API Testing with Pytest’s @parametrize
Test Development Learning Exchange
Test Development Learning Exchange
Mar 23, 2025 · Backend Development

Fundamentals and Best Practices of API Testing

This article provides a comprehensive overview of API testing fundamentals, tools, design strategies, defect management, special scenarios, and soft skills, offering practical guidance on how to plan, execute, and optimize tests for REST and SOAP services.

API testingAutomationPostman
0 likes · 11 min read
Fundamentals and Best Practices of API Testing
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Mar 20, 2025 · Backend Development

Master REST-assured: Real‑World Spring Boot 3 API Testing Guide

Explore a rich Spring Boot 3 case collection while learning step‑by‑step how to use REST‑assured for API testing, covering dependency setup, GET/POST/PUT/DELETE requests, authentication, XML validation, file upload/download, and advanced features, with full code examples and a promise of ongoing updates.

API testingBackend DevelopmentJava
0 likes · 8 min read
Master REST-assured: Real‑World Spring Boot 3 API Testing Guide
Test Development Learning Exchange
Test Development Learning Exchange
Mar 15, 2025 · Operations

API Automation Testing: Requirement Analysis, Test Case Design, and Best Practices

This article outlines a comprehensive approach to API automation testing, covering requirement analysis, test case design for functional, performance, and security aspects, tool selection, a practical login‑API case study, and best practices such as CI/CD integration, regression testing, and environment management.

API testingAutomationPerformance Testing
0 likes · 4 min read
API Automation Testing: Requirement Analysis, Test Case Design, and Best Practices
Test Development Learning Exchange
Test Development Learning Exchange
Mar 11, 2025 · Backend Development

Comprehensive API Testing Process and Implementation Guide

This article outlines a step‑by‑step API testing workflow—from defining objectives and analyzing requirements to designing test cases, setting up environments, executing tests with tools like Postman and pytest, analyzing results, integrating into CI/CD pipelines, and applying best practices for continuous improvement.

API testingBackendPostman
0 likes · 5 min read
Comprehensive API Testing Process and Implementation Guide
Java Web Project
Java Web Project
Mar 2, 2025 · Industry Insights

Why Reqable Outperforms Postman: Free, Fast, and Feature‑Rich API Testing

The article analyzes Postman's shortcomings, presents Reqable as a free, cross‑platform alternative, and backs the claim with startup‑time, memory, and community‑size benchmarks, feature comparisons, and a discussion of its open‑source contributions and HTTP/2‑3 support.

API testingFlutterPostman alternative
0 likes · 7 min read
Why Reqable Outperforms Postman: Free, Fast, and Feature‑Rich API Testing
Test Development Learning Exchange
Test Development Learning Exchange
Feb 6, 2025 · Backend Development

Comprehensive Python API Testing Examples with Requests and Pytest

This article provides a collection of practical Python snippets demonstrating how to send GET and POST requests, validate status codes, response bodies, JSON schemas, handle headers, query parameters, file uploads, redirects, timeouts, sessions, authentication, rate limiting, and parameterized testing using the requests library and pytest framework.

API testingHTTPPython
0 likes · 14 min read
Comprehensive Python API Testing Examples with Requests and Pytest
Test Development Learning Exchange
Test Development Learning Exchange
Jan 25, 2025 · Backend Development

HttpRunner Overview: Features, Sample Test Cases, and Integration with Requests

This article introduces the open‑source HttpRunner API testing tool, outlines its key features such as YAML/JSON test definitions, parameterization, assertions, reporting and performance testing, and provides step‑by‑step Python examples showing how to write, run, and integrate HttpRunner tests with existing requests‑based projects.

API testingAutomationHttpRunner
0 likes · 7 min read
HttpRunner Overview: Features, Sample Test Cases, and Integration with Requests
JD Tech Talk
JD Tech Talk
Nov 22, 2024 · Mobile Development

Implementing UI Automation Testing for Auto Insurance Systems Using Playwright

This article discusses implementing UI automation testing for auto insurance systems using Playwright, addressing the challenges of testing multiple insurance providers and demonstrating how automated testing can significantly improve efficiency and reduce manual testing workload.

API testingAuto Insurance SystemsPlaywright
0 likes · 9 min read
Implementing UI Automation Testing for Auto Insurance Systems Using Playwright
Java Tech Enthusiast
Java Tech Enthusiast
Nov 12, 2024 · Backend Development

Boost Spring Boot API Testing with the Free Open‑Source Cool Request Plugin

The article introduces Cool Request, a free open‑source IntelliJ IDEA plugin that streamlines Spring Boot backend API testing by providing in‑IDE request execution, method timing statistics, interceptor bypass, job triggering, Java pre/post scripts, response preview, and export to third‑party tools, complete with usage examples and code snippets.

API testingBackend DevelopmentCool Request
0 likes · 8 min read
Boost Spring Boot API Testing with the Free Open‑Source Cool Request Plugin
Huolala Tech
Huolala Tech
Sep 24, 2024 · Cloud Native

How We Revamped a Large‑Scale API Automation Platform with Kubernetes and Tekton

This article details the evolution of a high‑traffic API automation testing platform, covering challenges such as multi‑environment isolation, execution speed, quality assessment, and stability, and explains how the team leveraged Kubernetes, Rancher, Tekton, precise testing, and modern reporting to dramatically improve efficiency and reliability.

API testingKubernetesci/cd
0 likes · 32 min read
How We Revamped a Large‑Scale API Automation Platform with Kubernetes and Tekton
Test Development Learning Exchange
Test Development Learning Exchange
Jul 28, 2024 · Backend Development

Boost API Automation Testing with Parameterized Python Decorators

This guide demonstrates how parameterized Python decorators can streamline repetitive tasks in API automation testing—handling login tokens, retries, environment selection, data‑driven tests, logging, performance monitoring, permission checks, mock responses, cleanup, and test tagging—reducing code duplication and improving maintainability.

API testingAutomationBackend
0 likes · 8 min read
Boost API Automation Testing with Parameterized Python Decorators
Test Development Learning Exchange
Test Development Learning Exchange
Jul 27, 2024 · Fundamentals

Using Variables in HttpRunner 4.x: Declaration, Reference, and Dynamic Assignment

HttpRunner 4.x enables flexible variable declaration and usage at both configuration and test-step levels, supporting $ and {{}} syntax, dynamic assignment from responses, parameterization, request customization, extraction, custom functions, and validation, allowing more maintainable and powerful API test cases.

API testingHttpRunnerdynamic assignment
0 likes · 7 min read
Using Variables in HttpRunner 4.x: Declaration, Reference, and Dynamic Assignment