Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: Uncategorized

How To Set The Size Of Browser Window In Selenium?

When we launch the browser in Selenium generally maximize the browser. But sometimes we may need to explicitly set the size of the browser window as well. If you run your scripts in headless mode or on the cloud then maximizing the window browser does not work sometimes and you may get NoSuchElementException. In this…

Read More “How To Set The Size Of Browser Window In Selenium?” »

Uncategorized

oauth2.o flow

Skip to content Introduction A refresh token is a credential that is used to generate a new access token. I have already explained… Introduction I have explained the Flow of OAuth 2.0 in the previous post. In Step C – Request Access Token, I mentioned that… Introduction I have explained the Flow of OAuth 2.0 in the previous…

Read More “oauth2.o flow” »

Uncategorized

REST Assured Tutorial 52 – ResponseSpecification – Specify how the expected response must look like

As a part of End to End REST Assured Tutorial, in this post, we will learn what is ResponseSpecification in Rest Assured and when and how to use it. I have used below dependency of Rest Assured library for this post:- io.rest-assured rest-assured 4.3.1 test I have covered RequestSpecification earlier which you must go through once. Observe…

Read More “REST Assured Tutorial 52 – ResponseSpecification – Specify how the expected response must look like” »

Uncategorized

Manual Testing

Black Box Testing and White Box Testing : : Everything You Need To Know How To Raise Or Log A Defect With All Required Fields In Testing Understand Severity And Priority Of A Defect In Software Testing Understand Defect Life Cycle In Testing List Of Frequently Asked Manual Testing Interview Questions( 200+)…. Understand Verification &…

Read More “Manual Testing” »

Uncategorized

TestNG Tutorials 26: Understand Usage of alwaysRun Attribute With Test Method of TestNG

Hello Folks, In this post we will learn about “alwaysRun” attribute and its usage with @Test annotated method in TestNG. “alwaysRun” attribute can be used with Configuration methods(BeforeXXXX and @AfterXXXX) and Test methods(@Test). TestNG documentation defines alwaysRun attribute as: For configuration methods: For before methods (beforeSuite, beforeTest, beforeTestClass and beforeTestMethod, but not beforeGroups): If set to…

Read More “TestNG Tutorials 26: Understand Usage of alwaysRun Attribute With Test Method of TestNG” »

Uncategorized

amod mahajan

Let’s start with some lines of code :- Launch login page of a website. Locate a WebElement “EmailAddress” and store… As a part of End to End REST Assured Tutorial , in this post We will learn about “Builder pattern in… As a part of End to End REST Assured Tutorial , in this post we…

Read More “amod mahajan” »

Uncategorized

WebDriverWait & FluentWait in Selenium WebDriver – Let’s Deep Dive

Wait is a generic functional interface. A functional interface consists of only abstract method. Wait interface consists of only method named “until”. This interface is for waiting until a condition is true or not null. “until” method implementation should wait until the condition evaluates to a value that is neither null nor false. Because of…

Read More “WebDriverWait & FluentWait in Selenium WebDriver – Let’s Deep Dive” »

Uncategorized

TestNG Tutorials 43: Difference Between “Parameters” and “parameter” in TestNG

Hello Folks, I was asked this question in an interview and I was like “Are there two terms “Parameters” and “parameter” in TestNG?“. Yes, There are two different terms, “Parameters” and “parameter“. We have used both termas many times but didn’t notice minor thing. “Parameters” is an annotation which allows us to create parameterized methods…

Read More “TestNG Tutorials 43: Difference Between “Parameters” and “parameter” in TestNG” »

Uncategorized

TestNG Tutorials 59: DataProvider in TestNG – Running DataProvider Method in Parallel – Parallel DataProvider Method

A Test method is run for all data set provided by a DataProvider method which is by default one after another. Note here that test method is run on data in same sequence in which DataProvider pass it. The reason behind this is that a DataProvider annotated method has an attribute named “parallel” whose default…

Read More “TestNG Tutorials 59: DataProvider in TestNG – Running DataProvider Method in Parallel – Parallel DataProvider Method” »

Uncategorized

TestNG Tutorials – Page 7

Hello Folks, In this post, we are going to learn to generate customized testng.xml. Generation of testng.xml depends upon how… Hello Folks, In last post, we ran our testng class as a TestNG test using “Run As” option. We can… Hello Folks, In this post, we will see some basics implementation of TestNG. A class…

Read More “TestNG Tutorials – Page 7” »

Uncategorized

Posts pagination

Previous 1 … 66 67 68 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark