Postman API Testing Tutorial-Part 8: Data Driven Testing using Postman | Parameterization in postman

preview_player
Показать описание
#apitesting #api #postman
+How to perform Data Driven Testing for API using Postman
+ Data Driven API Testing using Postman
+How to read data from external JSON file
+ How to read data from external CSV file
+HTTP methods uses in API
+ Parameterization in postman
+Postman API Testing Tutorial

▬▬▬▬▬▬ In this Video ▶️ ▬▬▬▬▬▬
RESTful API: Means Representational State Transfer. RESTful Web Services are basically REST Architecture based Web Services. In REST Architecture everything is a resource. RESTful web services are lightweight, highly scalable and maintainable and are very commonly used to create APIs for web-based applications..
API developers can implement REST in a variety of ways.
When a client request is made via a RESTful API, it transfers a representation of the state of the resource to the requester or endpoint. This information, or representation, is delivered in one of several formats via HTTP: JSON (Javascript Object Notation), HTML, XLT, Python, PHP, or plain text. JSON is the most generally popular file format to use because, despite its name, it’s language-agnostic, as well as readable by both humans and machines.

In this video we will learn perform Data Driven Testing using PUT method.

PUT (update) – Replaces all current representations of the target resources with the uploaded content.

▬▬▬▬▬▬ Useful Links 🛠 ▬▬▬▬▬▬

▬▬▬▬▬▬ Connect with us 👋 ▬▬▬▬▬▬

🌟 Please hit on LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟
Рекомендации по теме
Комментарии
Автор

Thanks for watching. 🌟 Please hit on LIKE ❤ Share 🔥 SUBSCRIBE for more AMAZING content on every week! 🌟

CodenboxAutomationLab