How to Add Cucumber Layer on Top of REST-assured API Tests
This post provides a step-by-step guide on how to add a cucumber layer on top of api tests written in REST-assured.
Read more
Read moreHow to Send Basic Authentication Header in REST-assured
When you are doing API testing, sometimes the APIs or endpoints are protected. This means you need to be authenticated and authorized to perform certain actions.
Read more
Read moreHow to Parse JSON Response with REST-assured
In this API Testing tutorial, we take a look at how to parse JSON response and extract information using the REST-assured library.
Read more
Read moreHow to Submit Form Data With REST-assured Post Request
How to send a POST request with REST-assured. HTML Forms use POST request to submit form data and in this tutorial, we use REST-assured to submit a form.
Read more
Read moreHow To Pass Cookies From Selenium WebDriver To Rest-Assured
How to pass cookies from Selenium WebDriver to Rest-Assured? When you do automated testing at API and UI layer, there could be situations where you are doing both and that you need to pass properties from your API test to you UI test or vice versa.
Read more
Read moreHow to get Response Status Code with Selenium WebDriver
Quite often when you are running automated checks with Selenium WebDriver, you also want to check the response status code for a resource, such as a web service or other web pages on the site. You can also check for broken links on the site as you are executing Selenium WebDriver scripts.
Read more
Read more