Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

rolling file appender in log4j2

Skip to content Introduction This post belongs to End to End Log4j2 Tutorials. We have already learned many concepts of Log4j2 and as… Introduction We have already learned the basics but important concepts of Log4j2 in series of tutorials in Log4j2 Tutorials. Now we…

Uncategorized

How To Upload Multiple Files In Selenium WebDriver – Java

We come across many scenarios where we need to upload a file or files if it supports multiple upload. We already learnt to upload a file using Selenium WebDriver for Java binding. If A file upload web element is created using “input” tag with type as “file”. An input tag is used to accept some…

Read More “How To Upload Multiple Files In Selenium WebDriver – Java” »

Uncategorized

Are We Using Proper Wait In Proper Way In Selenium Webdriver?

Hello Folks, We will see a very basic concept of waits in selenium. I have already covered waits in selenium in details. You can go through below link: Wait in Selenium webdriver Someday ago, one guy asked me that explicit wait is not working for him. Webdriver is not using wait time to find web…

Read More “Are We Using Proper Wait In Proper Way In Selenium Webdriver?” »

Uncategorized

what is jsonpath

Skip to content Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn to write JsonPath for… Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn about JsonPath. If you…

Uncategorized

Writing Conditional XPath In Selenium WebDriver

Hello Folks, In this post, we will see how can we write conditional XPaths in selenium webdriver. What is meant by Conditional XPaths? If I say you to write xpath for the web element which has text or contains as “Selenium”, you can write is easily as below: Has text= //*[text()=’Selenium’] Contains text= //*[contains(text(),’Selenium’)] But If…

Read More “Writing Conditional XPath In Selenium WebDriver” »

Uncategorized

Protractor Vs Selenium

Protractor and Selenium both are used to automate front end of web based applications. Generally most of the people are well aware of Selenium ( Java and Python bindings) and afraid of choosing any other tool on top of Selenium. I will compare Selenium and Protractor in this post, which will help you to decide…

Read More “Protractor Vs Selenium” »

Uncategorized

Postman Tutorial Part 32 – Retrieve Query Parameter Value in Tests Script in Postman

We have already seen usage of Query params in API. We may need to retrieve query parameters value in Tests and Pre-request Script for validation. So in this post, we will see how can we retrieve query parameters value. pm.request.url.query.get() pm.request.url.query.all() pm.request.url.getQueryString() Let’s see above concept in an example:- Let’s add params to API:- Add…

Read More “Postman Tutorial Part 32 – Retrieve Query Parameter Value in Tests Script in Postman” »

Uncategorized

REST Assured Tutorial 15 – Multiple Ways of Calling HTTP Methods on a RequestSpecification

As a part of End to End REST Assured Tutorial , in this post We will learn about calling HTTP methods ( get, post, put etc) on a RequestSpecification. We have already seen what is Request Specification in Rest Assured. The major confusing and interesting thing about Rest Assured is that you have multiple ways…

Read More “REST Assured Tutorial 15 – Multiple Ways of Calling HTTP Methods on a RequestSpecification” »

Uncategorized

Postman Tutorial Part 4 – Sending GET Request With Query Params in Postman

As a part of Postman Tutorial – End to End, in this post, we will learn “How to send GET request with query params in the Postman tool.“ When we are looking for a product in any e-commerce platform like Amazon then they provide us many filters and sorting options just to show more relevant results. That can…

Read More “Postman Tutorial Part 4 – Sending GET Request With Query Params in Postman” »

Uncategorized

Webdriver

Wait is a generic functional interface. A functional interface consists of only abstract method. Wait interface consists of only method… 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 in last post which explains  how can we load a…

Read More “Webdriver” »

Uncategorized

Posts pagination

Previous 1 … 41 42 43 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark