Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: Uncategorized

Frequently Asked Java Program 23: Java Program to Remove Extra WhiteSpace Between Words In Given String

Remove extra white spaces between words. Only one white space is allowed between words. If more than one, remove it. If given string has leading or trailing white spaces, remove them as well. Do not use trim method. Write your own logic. Example: You entered with spaces: ”       Make       Selenium   …

Read More “Frequently Asked Java Program 23: Java Program to Remove Extra WhiteSpace Between Words In Given String” »

Uncategorized

#1. OAuth 2.0 Flow – How Does It Work?

OAuth 2.0 is the industry-standard protocol for authorization for web applications. OAuth 2.0 enables third-party applications (Clients) to have limited access to the protected resources of a resource owner without sharing any credentials by the owner with the client. We will learn how OAuth 2.0 work in this post. Video tutorials help in better learning….

Read More “#1. OAuth 2.0 Flow – How Does It Work?” »

Uncategorized

Problems in Parallel Execution With Static WebDriver

Static variables in Javadoc is defined as:- Sometimes, you want to have variables that are common to all objects. This is accomplished with the static modifier. Fields that have the static modifier in their declaration are called static fields or class variables. They are associated with the class, rather than with any object. Every instance of the class shares a class variable,…

Read More “Problems in Parallel Execution With Static WebDriver” »

Uncategorized

css

Skip to content I am starting a series of posts on best strategies to be followed in front end automation. Here is the… Hello Folks, We have seen tools to find XPath in Firefox. Those tools were specific to Firefox browser. In this…

Uncategorized

Postman Tutorial Part 47 – Local or Temporary Variables in Postman

We have seen several types of variables in Postman already in previous posts. In this post, we will learn about Local or Temporary variable in Postman. A Local or temporary variable is created in to memory only during run time and removed once execution is done. As scope of local variable is limited to duration…

Read More “Postman Tutorial Part 47 – Local or Temporary Variables in Postman” »

Uncategorized

chrome

Skip to content Agenda :- Introduction of implicit wait Working of implicit wait Disadvantages of implicit wait? Previously we have seen “Using Thread.sleep()… Hello Folks, We have seen tools to find XPath in Firefox. Those tools were specific to Firefox browser. In this…

Uncategorized

TestNG Tutorials 39: Run Only Test From a TestNG Class Without Using TestNG XML?

Hello Folks, Suppose you have created a testng class which has many @Test annotated methods say 10 test methods. You may need to run only one test out of 10 for debug/verify etc. Generally I see people will comment “@Test” annotations or use testng.xml to include required test method using include or exclude tags. There…

Read More “TestNG Tutorials 39: Run Only Test From a TestNG Class Without Using TestNG XML?” »

Uncategorized

StaleElementReferenceException – Element’s “Reference” Stales – Get New Reference Of Element

Let’s start with some lines of code :- Launch login page of a website. Locate a WebElement “EmailAddress” and store in a WebElement reference variable. Perform some actions multiple times on already located WebElement. Refresh the web page. Perform same actions on Already located WebElement EmailAddress again. package StaleElementException; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement;…

Read More “StaleElementReferenceException – Element’s “Reference” Stales – Get New Reference Of Element” »

Uncategorized

Handling Calendar in Selenium

How To Handle Different Types Of Calendars In Selenium: Part 1 Handling Calendar Which Has Year & Month As Drop down In Selenium JavaScript Way To Handle Calendar In Selenium Part 12: Usages Of Javascripts In Selenium : How To Type In Input Box Using Javascript

Uncategorized

selenium testng

Skip to content In last post, we have learnt how can we make parameterized DataProvider method in TestNG to provide test data to… “DataProvider” is an important feature provided by TestNG to provide required test data to test methods to run on. We…

Uncategorized

Posts pagination

Previous 1 … 20 21 22 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark