Open Source API Testing Tool: Validate HTTP Responses and Generate Reports in Markdown and Other Formats – An Alternative to Postman!

Open Source API Testing Tool: Validate HTTP Responses and Generate Reports in Markdown and Other Formats - An Alternative to Postman!

IntroductionA command-line based API testing tool that supports HTTP response validation and generates test reports in Markdown and other formats. An alternative to Postman!!! API Testing is an open-source interface testing tool based on YAML files, which can run both locally and on the server. When choosing a tool, there are many aspects to consider … Read more

Deep Dive into Python HTTP Server: Simplifying Your Web Service Setup for Local Development

Deep Dive into Python HTTP Server: Simplifying Your Web Service Setup for Local Development

There’s a problem that I wonder if anyone else has encountered: while debugging interfaces locally, the front-end asked me, “Hey, can you quickly set up a service? Opening the JSON file directly doesn’t work!” At that time, I was still using Notepad++ with console.log for testing, and the front-end girl was speechless: “This won’t work, … Read more