Skip to main content

Posts Tagged ‘RestAPI’

Istock 1355632594

A Comprehensive Guide to Request-Response Chaining of REST API in Katalon Studio (JSON)

This illuminating article will delve deep into the intricacies of seamlessly extracting and channeling JSON values between API requests, i.e., request-response Chaining. From creating and parameterizing REST API requests to scripting a symphony of response interactions, we will illuminate every facet of the process. Brace yourself to witness the synergy of theory and practice as […]

Robotic Process Automation

Headless CMS and When to Use it

For every company that tends to move forward with its customer experience and to form a successful content strategy, content management is one of the foremost imperative forms. You are probably already familiar with traditional content management systems (CMS) such as Joomla and WordPress. But how is headless software different? A headless CMS is an […]

Atlassian Jira Logo Icon 170512

End-To-End-Automation on JIRA using RestAssured

REST- ASSURED REST stands for REpresentational State Transfer. It supports Behavior-Driven Development (BDD) syntax like Given, When, and Then notations. It helps us to integrate with testing frameworks like Junit or TestNG.   Code Explanation Given() ‘Given’ keyword, lets you set a background, here, you pass the request headers, query and path param, body, cookies. When() ‘when’ keyword […]