Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2025

Git Tutorial 12 – Git Rm – Remove Files From Working And Staging (Index) Directory

As a part of GIT Tutorials End To End, we will learn about another frequently used and important git command “git rm“ in this post. I will expect that you are aware of the basic concepts and commands of GIT. But if you are a beginner in GIT then I strongly recommend you to refer GIT Basic…

Read More “Git Tutorial 12 – Git Rm – Remove Files From Working And Staging (Index) Directory” »

Uncategorized

Interview Experience at Capgemini Bangalore for Selenium Java Profile ( Aug – 2019)

Shared By: – Did not want to be mention Company Name :- Capgemini Experience Level: – 3-5 Years Location– Bengaluru Mode : – F2F Rounds: – 2 rounds Date :- Aug – 2019 It was a callbased but many attended as walkin as well. It was huge crowd and needed to wait more for first round…

Read More “Interview Experience at Capgemini Bangalore for Selenium Java Profile ( Aug – 2019)” »

Uncategorized

fluent wait in selenium

Skip to content We are exploring FluentWait of Selenium WebDriver in depth so that we can be fluent in FluentWait. If you have… Wait is a generic functional interface. A functional interface consists of only abstract method. Wait interface consists of only method…

Uncategorized

Part 10: Usages Of Javascripts In Selenium: How To Capture Screenshot Of Entire Web Page

Hello Folks, When we capture screenshot using “TakesScreenshot” interface in selenium webdriver, it captures only visible area of webpage in browser, not entire web page. Sometimes, you need to capture entire web page for test result proof or for validation at later stage. In this post, I will explain how can we capture a web…

Read More “Part 10: Usages Of Javascripts In Selenium: How To Capture Screenshot Of Entire Web Page” »

Uncategorized

REST Assured Tutorial 68 – Request Logging In Rest Assured

As a part of End to End REST Assured Tutorial , in this post We will learn :- How to log request specification in Rest Assured? When a request is sent to server, it consists many details like headers, cookies, body if any etc. When we get response from server, that also include headers, response body if…

Read More “REST Assured Tutorial 68 – Request Logging In Rest Assured” »

Uncategorized

TestNG Tutorials 61: Dependency in TestNG – Creating Dependency Among Test Methods – DependsOnGroup

In previous post, We have learnt to Establish dependency among test methods. In this post, we will see another concept in Dependency called DependsOnGroup. Consider a scenario: You have created automation scripts for Integration testing. We know that in integration testing, data flows from one module to another. You divide your test methods as per group….

Read More “TestNG Tutorials 61: Dependency in TestNG – Creating Dependency Among Test Methods – DependsOnGroup” »

Uncategorized

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

Posts pagination

Previous 1 … 20 21 22 … 31 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark