Back to Browse

Part 11 - Rest Assured - PUT Request

1.0K views
Dec 2, 2021
16:51

In this video I've shown how to make PUT request in Rest Assured. PUT is used to send data to a server to update/create a resource. PUT should only be used if you are replacing a resource in its entirety. I've covered: - 1. BDD & Non-BDD 2. Pass Body Using a. String Object b. Map Object c. JsonObject from GSON Library d. File - As File, InputStream & Byte Array e. POJO - Using Transient and GSON Expose All this code is posted at Github https://github.com/qaboxletstest/restapi-restassured-demo Rest API Setup (Sample Rest API developed for practice purpose) - GitHub - https://github.com/qaboxletstest/demo-api-testing Other Useful Links: - JAVASCRIPT https://www.youtube.com/playlist?list=PLMZdod-kiMhK7q5R6W-owyNhxHUJ3pf1Y FRAMEWORK, ASSERTION, REPORT https://www.youtube.com/playlist?list=PLMZdod-kiMhLl5y1G14nzXk-PUEs4mmyx ELEMENT LOCATOR jQuery - https://www.youtube.com/playlist?list=PLMZdod-kiMhL-b0OqCEt4Ld6faDtOVeGZ CSS SELECTOR https://youtu.be/7iZwZ1xhnVw XPath https://www.youtube.com/playlist?list=PLMZdod-kiMhJnRl689MsoOzgbBpUGvSzz Nodejs Basics https://www.youtube.com/playlist?list=PLMZdod-kiMhKBxYSWwp7uqHc7zJZbFnRf WEB & API CONCEPTS Important API Testing Concepts - API TESTING 101 https://www.youtube.com/playlist?list=PLMZdod-kiMhKBIhtVbIzGSzne0z4BtKCT Learn API Testing using Postman https://www.youtube.com/playlist?list=PLMZdod-kiMhIQW5u6umysHexnQjUpYAXf

Download

0 formats

No download links available.

Part 11 - Rest Assured - PUT Request | NatokHD