Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

XPath Method – string() – Usage in Locating Element- How it is Different From text()

Hello Folks, In this post we are going to learn below topics:- What is string() method in XPath? What is difference between string() and text() in XPath? Usage of string() in XPath. Before learning about we will understand a term “TextNode“. We can insert text in DOM as a node using TextNode object. TextNode does…

Read More “XPath Method – string() – Usage in Locating Element- How it is Different From text()” »

Uncategorized

Git Tutorial 7 – Git Commit – Save Staging Directory Changes To Local Repository

As a part of GIT Tutorials End To End, we will learn about another frequently used and important git command “git commit“ in this post. We have already encountered the word “commit” in previous posts mainly when we run “git status” command but we did not understand that well. Let’s learn about it in detail in…

Read More “Git Tutorial 7 – Git Commit – Save Staging Directory Changes To Local Repository” »

Uncategorized

Learn About Less Talked & Used XPath Function – concat()

The concat function concatenates two or more strings and returns the resulting string. Syntax :- concat(string1 ,string2 [,stringn]* ) This can be used to construct custom XPath. For an example :- When we register a user , a hyperlink is shown which concatenates User’s First Name and LastName followed by City user stays. Something as below:- Amod…

Read More “Learn About Less Talked & Used XPath Function – concat()” »

Uncategorized

JSONAssert

Skip to content Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn about some challenges and… Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn to ignore specific nodes… Introduction As a part of the End to End REST Assured Tutorial, in…

Read More “JSONAssert” »

Uncategorized

Handling Frames/IFrames In Selenium WebDriver : Part 1

Hello Folks, In this post, we will learn :Handling Frames/IFrames in Selenium webdriver”. What is Frame in HTML? HTML frames are used to divide your browser window into multiple sections where each section can load a separate HTML document. A frame can be created using tag in html. The tag is not supported in HTML5 because…

Read More “Handling Frames/IFrames In Selenium WebDriver : Part 1” »

Uncategorized

Handling Website Popups In Selenium webdriver

Hello Folks, I will start series of posts on topic “Handling different types of popup in selenium webdriver”. What is a popup? A popup is a window/dialog box/alert which appears when you perform some action such as click, load a URL etc. A popup can appear from website, browser and windows. Popup is way of…

Read More “Handling Website Popups In Selenium webdriver” »

Uncategorized

Postman Tutorial Part 11 – Sending DELETE Request in Postman

Hello Folks, As part of our API Testing series, we will see “Sending DELETE request in Postman”. First of all we need some APIs to test. There are many public APIs available which you can use for testing purpose. I will suggest you to register at below site to use free APIs for testing: GoRest API…

Read More “Postman Tutorial Part 11 – Sending DELETE Request in Postman” »

Uncategorized

Write and validate XPath Expressions and CSS Selectors in Chrome and Firefox browser

Hello Folks, We have learnt different ways of writing XPath expressions and CSS Selectors. There are some tools which generate XPath and CSS automatically for use. But for better understanding of concepts, you must write these by your own. So, in this post we will learn : How to write and validate XPath Expressions and CSS…

Read More “Write and validate XPath Expressions and CSS Selectors in Chrome and Firefox browser” »

Uncategorized

Part 4: Waits In Selenium: Fluent Wait

Hello Folks, We have covered below types of waits present in Selenium WebDriver: Thread.sleep() Implicit Wait. Explicit Wait Consider below scenarios:- You are testing Flipkart home page. Flipkart lists top items at home page which includes electronics, furniture etc. Now scenario is you need to find first 10 mobile displayed at home page. First of…

Read More “Part 4: Waits In Selenium: Fluent Wait” »

Uncategorized

REST Assured Tutorial 17 – Setting a Default RequestSpecification in Rest Assured

As a part of End to End REST Assured Tutorial , in this post We will learn about “How to set a default RequestSpecification which will be set to each request in Rest Assured?“. This is an interview question as well. Let’s understand the meaning of this first. We know well now that we can…

Read More “REST Assured Tutorial 17 – Setting a Default RequestSpecification in Rest Assured” »

Uncategorized

Posts pagination

Previous 1 … 37 38 39 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark