5,708 views
This video is about API testing with Postman for beginners. The video covers the following topics: Introduction to API testing Using Postman to interact with APIs and write tests CRUD approach to API testing Bonus example of solving a test task for junior QA Postman is an API testing tool that allows users to send HTTP requests and view responses. It is widely used by developers and testers for testing and automating APIs. The video demonstrates how to use Postman to test APIs using the CRUD approach, which stands for Create, Read, Update, and Delete. The video also provides a bonus example of solving a test task for junior QA. Donate to support the channel: Sberbank card - 2202 2068 4325 7309 Links to test APIs: http://restful-booker.herokuapp.com/a... https://petstore.swagger.io/ https://reqres.in/api-docs/#/ 00:00 API documentation examples 00:40 creating a collection 01:15 GET request 01:35 create environment 02:50 ! always save requests 03:10 GET request to get data by id 03:46 import request from curl 04:30 POST request 05:43 get token 06:20 PUT request 07:25 PATCH request 08:08 DELETE request 09:40 add variable to environment 11:11 extract id value to variable 15:46 run Collection runner 17:40 export collection 19:05 bonus! example of test task for junior #qatech #tester #qa #postman #api