Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: March 2025

REST Assured Tutorial 50 – How to set Content-Type for request in Rest Assured

As a part of End to End REST Assured Tutorial, in this post, we will learn to why and how to set the Content-Type header in Rest Assured for a request. Content-Type is a header that indicates the media type or MIME( Multipurpose Internet Mail Extensions ) type or type of a file. When we hit any…

Read More “REST Assured Tutorial 50 – How to set Content-Type for request in Rest Assured” »

Uncategorized

Selenium Interview Question 2 – Can Selenium Be Used For API Automation?

Selenium official website introduce Selenium as “Selenium automates browsers. “. A browser is an interface or abstraction between “How it looks?” (Front end of an application) and “How something is actually performed?” (Middleware and backend of an application). Selenium is for “How it looks?” part of an application only. Selenium is designed to automate front…

Read More “Selenium Interview Question 2 – Can Selenium Be Used For API Automation?” »

Uncategorized

REST Assured Tutorial 48 – How To Pass Headers In Rest Assured Requests

As a part of End to End REST Assured Tutorial, in this post, we will learn to pass or add headers information to a Rest Assured requests. I have used below dependency of Rest Assured library for this post:- io.rest-assured rest-assured 4.3.1 test Headers are metadata(data about data) of request and response of an API. For example-…

Read More “REST Assured Tutorial 48 – How To Pass Headers In Rest Assured Requests” »

Uncategorized

API Testing Tutorial Part 8 – Introduction to REST & REST API

Hello Folks, As part of our API Testing series, we will see below topics in this post: What is REST? Six principles of REST. What is REST? REST stands for REpresentational State Transfer. It is an architectural style that defines a set of constraints to be used for creating web services or API. Web services which are built…

Read More “API Testing Tutorial Part 8 – Introduction to REST & REST API” »

Uncategorized

Part 12: Usages Of Javascripts In Selenium : How To Type In Input Box Using Javascript

Hello Folks, It is asked in interviews sometimes about alternative of sendKeys() method in selenium webdriver. We will see the same thing here. Javascript is the alternative for sendKeys method. First basic question why we would require alternative of sendKeys? You must have encountered some text box which is nested and selenium is not able…

Read More “Part 12: Usages Of Javascripts In Selenium : How To Type In Input Box Using Javascript” »

Uncategorized

REST Assured Tutorial 14 –RequestSpecification – How the request will look like

As a part of End to End REST Assured Tutorial, in this post, we will learn about RequestSpecification in Rest Assured. We will learn what, when, and how to use RequestSpecification in Rest Assured. I have used below dependency of Rest Assured library for this post:- io.rest-assured rest-assured 4.3.1 test Observe the below lines of codes carefully….

Read More “REST Assured Tutorial 14 –RequestSpecification – How the request will look like” »

Uncategorized

How to launch Chrome browser as headless in Selenium Java

“Headless” browser is a hot term now especially in executing UI automated scripts. When we launch a browser it opens up in a window or with a UI. We can launch a browser without that window or UI that is called a headless browser. A headless browser gives you a real browser context without the…

Read More “How to launch Chrome browser as headless in Selenium Java” »

Uncategorized

Advanced Selenium Concepts – Custom Select Class – Select Value Containing Specific Text in Drop down

Hello Folks, Most of us we know that to handle a dropdown developed using Select tag, we can use inbuilt class of Selenium named “Select” class. This class provides you three methods to select options in dropdown which are below: selectByValue – You need to provide exact value to get it selected. selectByVisibleText – You…

Read More “Advanced Selenium Concepts – Custom Select Class – Select Value Containing Specific Text in Drop down” »

Uncategorized

Part 5: Usages Of Javascripts In Selenium: Understanding Method executeAsyncScript Of JavascriptExecutor

Hello folks, In last post we have learnt about executeScript methods of JavascriptExecutor interface. There is another method called executeAsyncScript in JavascriptExecutor interface which is not frequently used. But we must be aware about it usage so that we can use whenever required. First let’s learn what is Synchronous and Asynchronous? In very simple words, Synchronous = Blocking…

Read More “Part 5: Usages Of Javascripts In Selenium: Understanding Method executeAsyncScript Of JavascriptExecutor” »

Uncategorized

Postman Tutorial Part 28- Building Workflow in Postman Using Collection Runner – New Feature of Postman

Hello Folks, We have already learnt about the Building Workflows in Collection Runner Using setNextRequest() in Postman in previous post. But sometimes you may need to decide the workflow just before running or you may need to skip requests in Collection Runner just before running. Postman has implemented new Collection Runner that gives you the…

Read More “Postman Tutorial Part 28- Building Workflow in Postman Using Collection Runner – New Feature of Postman” »

Uncategorized

Posts pagination

Previous 1 … 4 5 6 … 24 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark