Vigyata.AI
Is this your channel?

The Most Essential Testing Tool I Use as an Engineer (and How to Use it)

1.3K views· 63 likes· 5:23· May 2, 2024

🛍️ Products Mentioned (2)

Discover how to use and test one of the most fundamental concepts to software engineering: APIs (Application Programming Interfaces). Join me as I explore this indispensable tool I've relied on for the last eight years as a back-end software engineer: Postman. We'll break down the basics of how to use this tool by making a GET request to the JSON Placeholder API. I'll also show you how you can leverage Postman to streamline your software development process. Join the Postman Student Program: https://www.postman.com/student-program/student-expert/?utm_campaign=INF&utm_medium=referral&utm_source=external&utm_term=blondiebytes&utm_content=yt-video-1 JSON Placeholder API: https://jsonplaceholder.typicode.com/

About This Video

APIs are basically the glue of modern tech—front end, back end, middleware… you’re going to touch APIs in some way. In this video I walk through one of the most essential tools I use as a backend engineer to work with APIs: Postman. I’ve used it pretty much every day for the last 8 years to test, share, and document API requests, and it makes the whole process way less painful when you’re trying to validate that an endpoint does what you think it does. I start from the very beginning: downloading the right Postman installer (Apple Silicon vs Intel vs Windows), creating a free account, and then making a simple HTTP GET request to the JSONPlaceholder API. We hit the /posts route, send the request, and I show you how to read the response—body, headers, status code (200 = success), timing, and payload size. Then I save the request into a collection so it’s easy to rerun while you’re testing or integrating with a client like a web app, mobile app, or even an IoT device. If you’re a student, I also point you to the Postman Student Program because it’s free and project-based, which is my favorite way to learn.

Frequently Asked Questions

🎬 More from blondiebytes