Tagged articles
67 articles
Page 1 of 1
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
Oct 31, 2025 · Operations

How Non‑Coding Test Engineers Can Master Performance Testing Without a Technical Barrier

This guide shows non‑coding software test engineers how to conduct effective performance testing by selecting visual tools, following a clear three‑step process, interpreting business‑focused metrics, and avoiding code‑intensive scenarios, enabling them to deliver reliable results without writing code.

LighthouseNo-codePerformance Testing
0 likes · 11 min read
How Non‑Coding Test Engineers Can Master Performance Testing Without a Technical Barrier
php Courses
php Courses
Jul 4, 2025 · Backend Development

Boost Your API Workflow: Integrating Symfony API Platform with Postman

Learn how to combine Symfony API Platform and Postman to automate CRUD generation, documentation, environment management, testing, authentication, monitoring, and CI/CD integration, creating a seamless, high‑performance API development workflow that accelerates productivity for both solo developers and teams.

API PlatformAPI developmentAutomation
0 likes · 7 min read
Boost Your API Workflow: Integrating Symfony API Platform with Postman
Java Architect Essentials
Java Architect Essentials
Jul 1, 2025 · Backend Development

Why Postman Fails and MockMvc Wins: Real‑World API Testing Secrets

This article recounts a midnight production outage caused by inadequate Postman tests, explains three hidden pitfalls of Postman, demonstrates how MockMvc provides precise, code‑level assertions and automated scenarios, and offers a step‑by‑step guide to boost API test automation from 30% to 90% coverage.

BackendJavaMockMvc
0 likes · 9 min read
Why Postman Fails and MockMvc Wins: Real‑World API Testing Secrets
DevOps
DevOps
Jun 11, 2025 · Artificial Intelligence

How AI Agents and MCP Protocol Are Replacing Traditional Front‑End Development

This article explains how AI‑driven agents, powered by large language models and the Model Control Protocol (MCP), can directly interact with internal and external APIs, eliminating the need for traditional front‑end code and reshaping application development toward capability orchestration.

AI agentsAPI orchestrationMCP protocol
0 likes · 8 min read
How AI Agents and MCP Protocol Are Replacing Traditional Front‑End Development
Java One
Java One
May 25, 2025 · Information Security

How to Implement Mutual SSL Authentication in Spring Boot (HTTPS)

This guide explains the difference between one‑way and two‑way SSL/TLS authentication, shows how to generate self‑signed and CA certificates with keytool, configures Spring Boot for mutual authentication, and demonstrates testing the setup using Postman, including detailed steps, code snippets, and troubleshooting tips.

HTTPSMutual TLSPostman
0 likes · 10 min read
How to Implement Mutual SSL Authentication in Spring Boot (HTTPS)
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
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
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
Lin is Dream
Lin is Dream
Mar 21, 2025 · Backend Development

From Postman to Spring Boot: How HTTP Requests Travel Through Nginx and Tomcat

This article walks through the complete lifecycle of an HTTP API call initiated with Postman, covering DNS resolution, TCP/IP connection, Nginx reverse proxy and load balancing, Spring Boot request handling, service layer processing, JSON serialization, and the final response delivery back to Postman.

APIHTTPNGINX
0 likes · 7 min read
From Postman to Spring Boot: How HTTP Requests Travel Through Nginx and Tomcat
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
FunTester
FunTester
Aug 9, 2024 · Industry Insights

14 Hard‑Earned Lessons for Starting Your Automation Testing Journey

This article shares fourteen practical lessons learned from real‑world automation testing, covering when to automate, scope definition, tool selection, team coordination, ROI considerations, open‑source pitfalls, code reuse, and the balance between automated and manual testing.

PostmanSeleniumSoftware Testing
0 likes · 10 min read
14 Hard‑Earned Lessons for Starting Your Automation Testing Journey
CSS Magic
CSS Magic
Apr 18, 2024 · Artificial Intelligence

Get Started with Kimi API Instantly—No Coding Experience Required

This step‑by‑step guide shows how to claim your free Kimi API credit, create an API key, test the service with Postman, and integrate it via Python SDK, frontend projects, or no‑code tools like Dify, enabling anyone to build AI applications without writing code.

AIChat CompletionKimi API
0 likes · 10 min read
Get Started with Kimi API Instantly—No Coding Experience Required
Liangxu Linux
Liangxu Linux
Jul 18, 2023 · Fundamentals

Why Direct IP Access Fails: The Role of the Host Header

The article explains why visiting a website by its IP address often results in errors, showing that the HTTP Host header differs from domain‑based requests, and demonstrates this with Fiddler and Postman experiments using Baidu as an example.

DNSHTTPHTTPS
0 likes · 4 min read
Why Direct IP Access Fails: The Role of the Host Header
360 Tech Engineering
360 Tech Engineering
May 16, 2023 · Backend Development

Comparison of Automated API Testing Frameworks and Their Application

This article introduces the concept and necessity of automated API testing, outlines typical usage scenarios, and provides a detailed comparison of four popular frameworks—Postman + Newman, JMeter + Ant, HttpRunner + Request, and pytest + Request—covering their features, advantages, drawbacks, requirements, and integration steps.

API testingAutomationHttpRunner
0 likes · 15 min read
Comparison of Automated API Testing Frameworks and Their Application
IT Xianyu
IT Xianyu
Apr 3, 2023 · Backend Development

From Postman to IntelliJ IDEA REST Client

This article explains why the built‑in REST Client in IntelliJ IDEA can replace Postman by offering equivalent request features, environment handling, shared scripts, response assertions, and token management, all within a single development environment.

API debuggingHTTP testingIDEA REST Client
0 likes · 7 min read
From Postman to IntelliJ IDEA REST Client
Programmer DD
Programmer DD
Feb 28, 2023 · Backend Development

Why IntelliJ IDEA REST Client Beats Postman for API Testing

This guide explains how IntelliJ IDEA's built‑in REST Client provides all Postman features plus environment handling, shared request scripts, response assertions and token management, making it a more efficient tool for everyday API debugging and testing.

API testingHTTP clientIDEA REST Client
0 likes · 9 min read
Why IntelliJ IDEA REST Client Beats Postman for API Testing
Open Source Linux
Open Source Linux
Sep 20, 2022 · Backend Development

Master Postman: From Installation to Advanced API Testing Features

This comprehensive guide walks you through installing Postman, navigating its interface, sending your first request, and mastering essential and advanced features such as collections, batch execution, logging, assertions, variables, pre‑request scripts, request chaining, and extracting nested JSON values for effective API testing.

API testingAutomationCollection
0 likes · 21 min read
Master Postman: From Installation to Advanced API Testing Features
MaGe Linux Operations
MaGe Linux Operations
Jul 14, 2022 · Backend Development

Master Postman: From Installation to Advanced API Testing Features

This comprehensive guide walks you through Postman's installation, interface navigation, basic request types, response parsing, collection management, batch execution, logging, assertions, variables, pre‑request scripts, request chaining, and common value extraction, providing practical steps and code examples for effective API testing.

API testingAutomationCollections
0 likes · 23 min read
Master Postman: From Installation to Advanced API Testing Features
FunTester
FunTester
Dec 18, 2021 · Backend Development

Using Postman and a Python Flask Service to Compare Old and New API Responses

The article explains how to keep external API contracts unchanged while replacing a data source by importing all microservice endpoints into Postman, writing pre‑request and test scripts, and optionally using a Python Flask service with deepdiff to automatically compare old and new JSON responses.

API testingAutomationDeepDiff
0 likes · 7 min read
Using Postman and a Python Flask Service to Compare Old and New API Responses
Top Architect
Top Architect
Dec 17, 2021 · Operations

API Load Testing with Postman, ApacheBench, JMeter, and Java Concurrency

This article demonstrates how to use Postman for basic HTTP requests, ApacheBench and JMeter for load testing, and Java's CountDownLatch and Semaphore classes to simulate concurrent requests, providing step‑by‑step instructions, code examples, and configuration details for effective API performance testing.

JMeterJava concurrencyLoad Testing
0 likes · 10 min read
API Load Testing with Postman, ApacheBench, JMeter, and Java Concurrency
Programmer DD
Programmer DD
Dec 17, 2021 · Backend Development

Mastering API Load Testing: Postman, ApacheBench, JMeter & Java Concurrency

This guide walks you through using Postman for basic API calls and concurrency testing, setting up ApacheBench on Windows, configuring and running JMeter for performance testing, and implementing custom load simulations in Java with CountDownLatch and Semaphore to understand thread coordination and bottlenecks.

API testingJMeterJava concurrency
0 likes · 8 min read
Mastering API Load Testing: Postman, ApacheBench, JMeter & Java Concurrency
macrozheng
macrozheng
Nov 2, 2021 · Backend Development

Generate Zero‑Annotation API Docs with smart‑doc for SpringBoot

This tutorial shows how to replace Swagger with smart-doc, a zero‑annotation API documentation tool for SpringBoot that generates HTML docs and Postman collections, covering Maven plugin setup, configuration files, custom tags, error‑code mapping, request‑header definitions, and step‑by‑step usage examples.

JavaPostmanSpringBoot
0 likes · 10 min read
Generate Zero‑Annotation API Docs with smart‑doc for SpringBoot
Programmer DD
Programmer DD
Oct 30, 2021 · Backend Development

Unlock Postman's Hidden Power: Automate API Tests Like a Pro

Learn how to transform Postman's often‑overlooked features into a powerful automated API testing workflow, covering result validation, batch collections, data‑driven testing, scheduled monitors, variable handling, request dependencies, and custom scripting to boost efficiency and reliability for developers.

AutomationCollectionsMonitors
0 likes · 15 min read
Unlock Postman's Hidden Power: Automate API Tests Like a Pro
FunTester
FunTester
Sep 30, 2021 · Operations

Master Postman: Advanced Assertions, Scripting, and Data‑Driven Testing

This guide walks through Postman's advanced features—including response assertions, sandbox scripting, UI testing, request methods, cookie handling, authentication, collection organization, variable management, command‑line execution with Newman, and exporting test scripts to Python and Java for data‑driven API testing—providing step‑by‑step examples and screenshots.

API testingAutomationData‑Driven Testing
0 likes · 7 min read
Master Postman: Advanced Assertions, Scripting, and Data‑Driven Testing
Java Architect Essentials
Java Architect Essentials
Sep 17, 2021 · Backend Development

Using IntelliJ IDEA REST Client for API Testing: Features, Scripts, and Environment Management

This article explains how IntelliJ IDEA REST Client can replace Postman for API debugging by offering integrated request consoles, history logs, environment variable support, scriptable assertions, and token handling, providing a unified tool for backend developers to test and share HTTP requests efficiently.

Environment VariablesHTTP requestsIDEA REST Client
0 likes · 8 min read
Using IntelliJ IDEA REST Client for API Testing: Features, Scripts, and Environment Management
FunTester
FunTester
Sep 12, 2021 · Operations

Master Postman: From GET to DELETE Requests and Variable Management

This guide walks through Postman's core features, covering GET, POST, PUT, and DELETE request testing, body options, custom headers, console usage, and the four variable types with their priority hierarchy, providing practical examples and official resource links.

API testingHTTP methodsPostman
0 likes · 6 min read
Master Postman: From GET to DELETE Requests and Variable Management
Open Source Linux
Open Source Linux
Sep 9, 2021 · Backend Development

Master Postman: From Installation to Advanced API Testing Techniques

This comprehensive guide walks you through installing Postman, navigating its interface, sending your first request, and mastering basic, convenient, and advanced features such as collections, batch runs, logging, assertions, variables, pre‑request scripts, and request chaining for efficient API testing.

API testingCollectionHTTP
0 likes · 22 min read
Master Postman: From Installation to Advanced API Testing Techniques
macrozheng
macrozheng
Aug 25, 2021 · Backend Development

Master Postman: Hidden Features for Efficient API Testing and Automation

This article reveals powerful yet often overlooked Postman features—including environment variables, global and collection scopes, pre‑request scripts, test scripts, and token automation—demonstrating how to streamline API debugging across multiple environments, automate authentication, and manage variable lifecycles for more efficient development workflows.

API testingAutomationEnvironment Variables
0 likes · 11 min read
Master Postman: Hidden Features for Efficient API Testing and Automation
FunTester
FunTester
Jul 1, 2021 · Backend Development

Master API Testing with Postman: Real‑World Baidu, WeChat & Radio Cases

Learn how to use Postman for practical API testing by walking through three hands‑on examples—searching Baidu, interacting with WeChat’s public API, and triggering alerts on a specialized radio communication system—covering request setup, parameter handling, assertions, and common pitfalls.

API testingAutomationBackend
0 likes · 8 min read
Master API Testing with Postman: Real‑World Baidu, WeChat & Radio Cases
Programmer DD
Programmer DD
Apr 13, 2021 · Backend Development

Master Postman: Essential Features and Advanced Tips for API Testing

This comprehensive guide walks you through Postman's core capabilities—including installation, interface navigation, sending requests, handling query parameters, forms, JSON and file uploads, response analysis, collection management, batch execution, logging, assertions, variables, pre‑request scripts, and request chaining—empowering developers and testers to automate and streamline API testing workflows.

API testingAutomationCollection Runner
0 likes · 25 min read
Master Postman: Essential Features and Advanced Tips for API Testing
php Courses
php Courses
Jan 22, 2021 · Backend Development

Transferring API Collections Between Postman and Talend API Tester

This tutorial explains how to create a Postman collection, use environment variables for host URLs, share the collection via a public link, and import/export it between Postman and the Talend API Tester extension, ensuring seamless data exchange for API testing.

API testingCollection SharingEnvironment Variables
0 likes · 6 min read
Transferring API Collections Between Postman and Talend API Tester
Code Ape Tech Column
Code Ape Tech Column
Jan 6, 2021 · Backend Development

Comprehensive Guide to Using Postman for API Testing and Automation

This article provides a detailed walkthrough of Postman, covering its core and advanced features, installation steps, interface navigation, how to send various types of requests, response analysis, collection management, batch execution, logging, assertions, variables, pre‑request scripts, request chaining, and techniques for extracting values from complex JSON responses.

API testingAutomationBackend Development
0 likes · 22 min read
Comprehensive Guide to Using Postman for API Testing and Automation
Liangxu Linux
Liangxu Linux
Dec 27, 2020 · Backend Development

Master Postman: From Installation to Automated API Testing

This guide introduces Postman, a powerful HTTP API client, covering its key features, Windows installation methods, creating requests, setting environment variables, writing test scripts, automating test collections, monitoring APIs, and generating online documentation, with step‑by‑step screenshots.

API testingPostman
0 likes · 5 min read
Master Postman: From Installation to Automated API Testing
Java Captain
Java Captain
Dec 7, 2020 · Backend Development

Spring Boot QQ Email Registration and Login Tutorial with Postman Testing

This tutorial explains how to create a Spring Boot project that implements QQ email‑based user registration and login, covering POP3/SMTP setup, Maven dependencies, MySQL schema, core Java classes, configuration files, and step‑by‑step Postman testing procedures.

Email VerificationJavaPostman
0 likes · 11 min read
Spring Boot QQ Email Registration and Login Tutorial with Postman Testing
macrozheng
macrozheng
Nov 16, 2020 · Backend Development

Boost API Testing: How to Integrate Swagger with Postman for Seamless Debugging

This guide shows how to import Swagger-generated API definitions into Postman, configure environment variables, handle authentication tokens, and use Postman for efficient API debugging, while noting the limitations of documentation display compared to Swagger.

API testingAuthenticationBackend Development
0 likes · 6 min read
Boost API Testing: How to Integrate Swagger with Postman for Seamless Debugging
Open Source Tech Hub
Open Source Tech Hub
Nov 1, 2020 · Backend Development

Mastering RESTful APIs and Middleware with ThinkPHP5.1 & Casbin

This guide explains RESTful concepts, compares Casbin keyMatch functions, demonstrates Postman testing of CRUD endpoints, and shows how to integrate authentication middleware in ThinkPHP5.1, providing complete code snippets and configuration details for secure API development.

APICasbinPostman
0 likes · 4 min read
Mastering RESTful APIs and Middleware with ThinkPHP5.1 & Casbin
FunTester
FunTester
Oct 25, 2020 · Operations

Which API Testing Tool Fits Your Team? A Comparative Look at 5 Popular Options

As more companies adopt DevOps for faster feedback, this article compares five widely used API testing tools—Rest‑Assured, Postman, SoapUI, JMeter, and Fiddler—highlighting their strengths, ideal team compositions, and integration capabilities to help you choose the most suitable solution.

API testingFiddlerJMeter
0 likes · 7 min read
Which API Testing Tool Fits Your Team? A Comparative Look at 5 Popular Options
FunTester
FunTester
Aug 7, 2020 · Industry Insights

Is Fiddler Everywhere the Future of Web Debugging?

Fiddler Everywhere is a cross‑platform web debugging proxy that merges Fiddler and Postman features, offering a modern UI for capturing, editing, and replaying HTTP(S) traffic, though its free version limits sharing and some functionalities are still maturing.

FiddlerHTTPPostman
0 likes · 4 min read
Is Fiddler Everywhere the Future of Web Debugging?
Fulu Network R&D Team
Fulu Network R&D Team
Jul 14, 2020 · Backend Development

Integrating DingTalk Organization Structure and Attendance via API

This guide explains how to obtain DingTalk access tokens, synchronize corporate departments and employee data to the DingTalk address book, and retrieve attendance records through DingTalk's open APIs, providing step‑by‑step instructions, request examples, and common pitfalls.

AttendanceBackend IntegrationDingTalk
0 likes · 7 min read
Integrating DingTalk Organization Structure and Attendance via API
FunTester
FunTester
Jul 13, 2020 · Fundamentals

Why API Testing Is a Must‑Have Skill for Every Tester (And How to Get Started)

API testing, a core form of backend functional testing, is essential because modern services share a single set of interfaces across web, mobile and mini‑programs, and mastering it provides the foundation for automation and performance testing while boosting employability.

API testingAutomationBackend testing
0 likes · 6 min read
Why API Testing Is a Must‑Have Skill for Every Tester (And How to Get Started)
Top Architect
Top Architect
Apr 25, 2020 · Backend Development

From Postman to IntelliJ IDEA REST Client: Features, Usage, and Scripting

This article compares Postman with IntelliJ IDEA REST Client, explains why IDEA’s built‑in HTTP client is preferable, and provides step‑by‑step guidance on using its console, request history, environment configuration, scripting syntax, and response assertions for efficient API testing.

API testingHTTPIDEA
0 likes · 8 min read
From Postman to IntelliJ IDEA REST Client: Features, Usage, and Scripting
FunTester
FunTester
Jan 5, 2020 · Backend Development

Which API Testing Tool Fits Your Team? A Comparative Guide to 5 Popular Choices

The article compares five widely used API testing tools—Rest‑Assured, Postman, SoapUI, JMeter, and Fiddler—explaining their strengths, ideal team compositions, and integration capabilities to help teams select the most suitable solution for their DevOps and automation needs.

API testingFiddlerJMeter
0 likes · 8 min read
Which API Testing Tool Fits Your Team? A Comparative Guide to 5 Popular Choices
Programmer DD
Programmer DD
Dec 15, 2019 · Backend Development

Why IDEA REST Client Beats Postman for API Debugging

API debugging often consumes more time than coding, and while Postman is popular, the IDEA REST Client offers identical features plus environment configuration, shared request files, scriptable assertions, and seamless IDE integration, making it a powerful alternative for developers.

API testingEnvironment VariablesHTTP client
0 likes · 8 min read
Why IDEA REST Client Beats Postman for API Debugging
Java Captain
Java Captain
Nov 28, 2019 · Backend Development

From Postman to IDEA REST Client: Features, Usage, and Scripting Guide

This article compares Postman with IntelliJ IDEA REST Client, explains why IDEA REST Client can replace Postman, and provides detailed instructions on using its console, request history, environment configuration, scripting syntax, response assertions, and token handling for efficient API testing.

API testingEnvironment VariablesHTTP client
0 likes · 7 min read
From Postman to IDEA REST Client: Features, Usage, and Scripting Guide
Java Backend Technology
Java Backend Technology
Nov 26, 2019 · Backend Development

Why IDEA REST Client Beats Postman for API Testing in Java Backend

This article explains how IDEA REST Client provides all the features of Postman while adding environment configuration, request history, scriptable assertions, and global variable support, making it a more integrated and efficient tool for Java backend API debugging and testing.

API testingEnvironment VariablesHTTP client
0 likes · 8 min read
Why IDEA REST Client Beats Postman for API Testing in Java Backend
macrozheng
macrozheng
Aug 19, 2019 · Backend Development

Master Postman: Install, Configure, and Debug APIs Like a Pro

This guide walks you through installing Postman, customizing its theme and font size, performing GET and POST requests, handling file uploads, managing authentication tokens, and using environment variables to streamline API debugging for both backend and frontend development.

API testingDebuggingPostman
0 likes · 5 min read
Master Postman: Install, Configure, and Debug APIs Like a Pro
Python Crawling & Data Mining
Python Crawling & Data Mining
May 22, 2019 · Backend Development

10 Essential Tools Every Python Web Scraper Should Use

Discover the ten indispensable tools—from Chrome and Charles to cURL, Postman, and JSON editors—that streamline Python web scraping, help analyze target sites, bypass anti-scraping measures, and boost efficiency for both beginners and advanced developers.

ChromePostmanPython
0 likes · 8 min read
10 Essential Tools Every Python Web Scraper Should Use
360 Tech Engineering
360 Tech Engineering
Jan 15, 2019 · Backend Development

Implementing MD5 Signature for API Parameters Using JMeter and Postman

This article explains how to dynamically encrypt API request parameters with an MD5 signature by creating a Java utility, integrating it into JMeter via a BeanShell PreProcessor, and alternatively configuring the same logic in Postman's Pre-request Script for testing and load‑testing purposes.

BeanShellJMeterMD5
0 likes · 3 min read
Implementing MD5 Signature for API Parameters Using JMeter and Postman
MaGe Linux Operations
MaGe Linux Operations
Nov 24, 2018 · Backend Development

Build a Simple Student Management System with Python RESTful API

This tutorial walks through designing a RESTful API, creating a school‑teacher‑student CRUD system, modeling the database schema, structuring the Flask project, and using tools like Postman and curl to test the Python backend, with code snippets and diagrams illustrating each step.

CRUDFlaskPostman
0 likes · 3 min read
Build a Simple Student Management System with Python RESTful API