У нас вы можете посмотреть бесплатно REST API Testing with Python & Robot Framework | Test 2: POST All Products List или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, we perform a negative REST API test using Python and Robot Framework. We intentionally send a POST request to the /productsList endpoint — which only supports GET. A well-designed API must respond with: ✔ Status Code: 405 – Method Not Allowed ✔ Error message in JSON format ✔ No product data returned What you will learn in this lesson: How to perform negative testing in REST APIs How Python requests and Robot Framework work together How to validate response codes and JSON fields Why APIs must reject unsupported HTTP methods for security Test Validation Steps: 1️⃣ Robot calls a Python keyword 2️⃣ Python sends POST request → validates HTTP status 3️⃣ Robot checks "responseCode" inside JSON 4️⃣ Automation marks PASS or FAIL automatically This is the 2nd lesson in the REST API Test Automation Series — step-by-step to becoming a Test Automation Ninja 🥷⚡ 🔗 Code in GitHub 👉 https://github.com/ErYusufNet/RESTAPI_RF #APITesting #RobotFramework #PythonTesting #AutomationTesting #RestAPI #QAEngineer #TestAutomation #TestingTools #APIAutomation #PythonRequests #QualityAssurance