Part 12 - Rest Assured - PATCH Request

Опубликовано: 29 Сентябрь 2024
на канале: QA Box Let's Test
1,170
11

In this video I've shown how to make PATCH request in Rest Assured. PATCH is used to send data to a server to update a resource. PATCH is used when we want to update specific data related to that id.. 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

All this code is posted at Github
https://github.com/qaboxletstest/rest...

Rest API Setup (Sample Rest API developed for practice purpose) - GitHub - https://github.com/qaboxletstest/demo...

Other Useful Links: -
JAVASCRIPT
   • JavaScript Tutorial for QA and Beginners  


FRAMEWORK, ASSERTION, REPORT
   • JavaScript Testing Framework Mocha wi...  


ELEMENT LOCATOR
jQuery -
   • jQuery - find UI elements and Events  


CSS SELECTOR
   • Learn CSS Selectors (in 17 minutes) -...  
XPath
   • Master XPath for UI Automation Testing  


Nodejs Basics    • Nodejs Basics  


WEB & API CONCEPTS


Important API Testing Concepts - API TESTING 101
   • Important API Testing Concepts - API ...  


Learn API Testing using Postman
   • Learn API Testing using Postman