Tag

Postman

1 views collected around this technical thread.

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
Top Architecture Tech Stack
Top Architecture Tech Stack
May 12, 2025 · Operations

Load Testing with Postman, Apache Bench, JMeter, and Java Concurrency Utilities

This article explains how to perform HTTP load testing using Postman, Apache Bench, JMeter, and Java concurrency classes such as CountDownLatch and Semaphore, providing step‑by‑step setup, configuration, and code examples for simulating high‑traffic scenarios.

Apache BenchCountDownLatchJMeter
0 likes · 8 min read
Load Testing with Postman, Apache Bench, JMeter, and Java Concurrency Utilities
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 testingAutomationPerformance
0 likes · 11 min read
Fundamentals and Best Practices of API Testing
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.

AutomationCI/CDPostman
0 likes · 5 min read
Comprehensive API Testing Process and Implementation Guide
Selected Java Interview Questions
Selected Java Interview Questions
Jun 11, 2024 · Backend Development

Building a Full-Stack RESTful API with json-server and Postman

This tutorial walks through creating a full‑stack project that uses json-server to expose a RESTful API, demonstrates CRUD operations via Postman, and shows how to interact with the API from a simple frontend using JavaScript fetch calls.

CRUDHTTPJavaScript
0 likes · 9 min read
Building a Full-Stack RESTful API with json-server and Postman
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 testingAutomationCI/CD
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
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.

ApacheBenchJMeterJava Concurrency
0 likes · 10 min read
API Load Testing with Postman, ApacheBench, JMeter, and 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.

API DocumentationJavaMaven
0 likes · 10 min read
Generate Zero‑Annotation API Docs with smart‑doc for SpringBoot
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.

API testingHTTP RequestsIDEA REST Client
0 likes · 8 min read
Using IntelliJ IDEA REST Client for API Testing: Features, Scripts, and Environment Management
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 testingAutomationPostman
0 likes · 11 min read
Master Postman: Hidden Features for Efficient API Testing and Automation
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 SharingPostman
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 testingAssertionsAutomation
0 likes · 22 min read
Comprehensive Guide to Using Postman for API Testing and Automation
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 VerificationJavaMySQL
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 testingPostmanSwagger
0 likes · 6 min read
Boost API Testing: How to Integrate Swagger with Postman for Seamless 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.

APIAttendanceBackend integration
0 likes · 7 min read
Integrating DingTalk Organization Structure and Attendance via API