Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: 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

Java Programs – LeetCode – Ransom Note – Solution 1

https://leetcode.com/problems/ransom-note/ Given an arbitrary ransom note string and another string containing letters from all the magazines, write a function that will return true if the ransom note can be constructed from the magazines; otherwise, it will return false. Each letter in the magazine string can only be used once in your ransom note. Example 1:…

Read More “Java Programs – LeetCode – Ransom Note – Solution 1” »

Uncategorized

Learn Selenium With Quiz – Basic Level 8 – CSS Selector

As a part of a Series of posts on Learn Selenium With Quiz, This set contains questions from CSS Selector concepts in Selenium WebDriver. I will suggest you to go through below link before taking up quiz: CSS Selector in Selenium WebDriver Quiz will be auto submitted once you answer all question. [wp_quiz id=”4636″] If you…

Read More “Learn Selenium With Quiz – Basic Level 8 – CSS Selector” »

Uncategorized

TestNG Tutorials 13: Can An Interface have TestNG Methods? If Yes, How To Execute Them?

Hello Folks, We talked about TestNG class in previous post. Can we declare and define TestNG annotated methods in an Interface? We will learn now. As per Java 8, An interface can have abstract methods, default methods and static methods. Let’s create an Interface with TestNG annotated abstract methods and observe what happens: An interface…

Read More “TestNG Tutorials 13: Can An Interface have TestNG Methods? If Yes, How To Execute Them?” »

Uncategorized

Posts pagination

Previous 1 … 8 9 10 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark