Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Learn Selenium With Quiz – Basic Level 6 – XPath

As a part of a Series of posts on Learn Selenium With Quiz, This set contains questions from XPath concepts in Selenium WebDriver. I will suggest you to go through below link before taking up quiz: XPath Basics 1 XPath Basic 2 Advanced XPath Now take up below quiz:- [qsm quiz=6]

Uncategorized

Navigate And Fetch Title Of All Tabs Using Selenium WebDriver

This is a frequent interview question asked to all levels of experience in Selenium WebDriver. If you face this question as a beginner then the interviewer wants to check your knowledge of handling multiple windows, switching to windows, and getting the title of a window. But if you face this question as an experienced Selenium…

Read More “Navigate And Fetch Title Of All Tabs Using Selenium WebDriver” »

Uncategorized

Protractor Tutorial 7 – NPM – Installing a Package Locally & Globally

Hello Folks, In last post, we have already seen Installation of NPM in last post. In this post we will see below topics:- How to install a package using npm? What is local installation of package using npm? What is global installation of package using npm? How to install specific version of a package using…

Read More “Protractor Tutorial 7 – NPM – Installing a Package Locally & Globally” »

Uncategorized

Usage of Java Stream API in Selenium – Retrieving Unique Text From a List Of WebElements

In previous post, we learnt to Retrieve text from a list of web elements using Java Stream APIs. You may require just to retrieve unique text only. We used a List in previous post which allows duplicates. We can just use a Set to avoid duplicates. Java Code:- package RealtimeValdationAutomationTesting; import java.util.HashSet; import java.util.Set; import…

Read More “Usage of Java Stream API in Selenium – Retrieving Unique Text From a List Of WebElements” »

Uncategorized

Selenium Interview Questions: Why Do Not We Switch Back To Driver After Handling An Alert

Hello Folks, Recently this question was asked in interview to a candidate: We switch back to main window or default content after switching to a new window or frame, but not in case of Alert even we are switching to it. When we switch to a new window or frame, actually we jump to another…

Read More “Selenium Interview Questions: Why Do Not We Switch Back To Driver After Handling An Alert” »

Uncategorized

Frequently Asked Java Program 27: Java Program to Find Occurrence of Any Char in a Given String Without Iterating

Find occurrence of given char  (Ignore case)  in given string without iterating through string. Input – Make Selenium Easy Char – ‘M’ Output- Occurrence of M is 2. Problem Solution: We need to solve this problem without iterating through string in search of character. Its simple. Logic step by step: FInd the initial length of given…

Read More “Frequently Asked Java Program 27: Java Program to Find Occurrence of Any Char in a Given String Without Iterating” »

Uncategorized

Postman Tutorial Part 41 – Dynamic Variables in Postman

We have seen three types of variables in Postman :- Global Variable Environment Variable Collection Variable In this post, we will see Dynamic Variables in Postman. As the name says, it generates random data for your API. It is more like Random library in programming language to generate random number , timestamp or alphanumeric or…

Read More “Postman Tutorial Part 41 – Dynamic Variables in Postman” »

Uncategorized

#3. OAuth 2.0 Flow – What Is An Access Token?

I have explained the Flow of OAuth 2.0 in the previous post. In Step C – Request Access Token, I mentioned that the client requests an access token from the Authorization server using the Authorization grant received in step B. We will learn more about Access Token in this post. Video tutorials help in better…

Read More “#3. OAuth 2.0 Flow – What Is An Access Token?” »

Uncategorized

Now You Can Minimize Browser in Selenium WebDriver

Till Selenium 3, we were only able to maximize the window. We were not able to minimize directly. There were ways to do like setPosition() but it was of no use if you can not maximize whenever you want. Selenium 4 gives you a brand new method named “minimize()” which can be used to minimize…

Read More “Now You Can Minimize Browser in Selenium WebDriver” »

Uncategorized

TestNG Tutorials 60: Dependency in TestNG – Creating Dependency Among Test Methods – DependsOnMethod

We are going to see another important concept or feature provided by TestNG. This feature is called as Dependency. Suppose, we need to post a status on Facebook. Let’s write a Test Case for it: Step 1: Launch browser. Step 2: Launch Facebook url. Step 3: Create an account on Facebook. Step 4: Post a…

Read More “TestNG Tutorials 60: Dependency in TestNG – Creating Dependency Among Test Methods – DependsOnMethod” »

Uncategorized

Posts pagination

Previous 1 … 48 49 50 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark