Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Postman Tutorial Part 25 – Collection Runner in Postman

Hello Guys, We have already seen two basic posts about:- Introduction to Collection Creating a collection in Postman In this post, we will see How to run a Collection in Postman. You can relate a Postman Collection as a test suite for functional, regression or smoke. You may want to run all tests in a…

Read More “Postman Tutorial Part 25 – Collection Runner in Postman” »

Uncategorized

Creating Object Repository In Selenium WebDriver Using Properties File As An External Source

Hello Folks, We have seen Page Object Model in previous posts and you must be noticing that we are writing locators within code. It has its own disadvantages as below: For any modification in locator, you must need to touch the code. Difficult for manual tester or beginner in automation testing to find out correct…

Read More “Creating Object Repository In Selenium WebDriver Using Properties File As An External Source” »

Uncategorized

Git Tutorial 22 – Git Stash – Dirty To Clean Working Directory – Save Changes Temporarily

As a part of GIT Tutorials End To End, we will learn about the Git Stash command 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 Commands and Concepts section on my…

Read More “Git Tutorial 22 – Git Stash – Dirty To Clean Working Directory – Save Changes Temporarily” »

Uncategorized

testng

Company Name :- Home Credit IndiaDate :- Nov – 2019Experience Level: – 2 – 4 YearsLocation– GurgaonMode : – F2F… “DataProvider” is an important feature provided by TestNG to provide required test data to test methods to run on. We… Hello Folks, I was asked this question in an interview and I was like “Are…

Read More “testng” »

Uncategorized

REST Assured Tutorial 33 – De-Serialization – JSON Object To Java Object Using Jackson API

As a part of End to End REST Assured Tutorial, in this post, We will learn the “De-Serialization” concept where we will create Java Object from JSON Objects. Previously we have learned Serialization – Java Object To JSON Object Using Jackson API. We have learned about POJOs in the previous posts. If you have not refereed those…

Read More “REST Assured Tutorial 33 – De-Serialization – JSON Object To Java Object Using Jackson API” »

Uncategorized

Why syntax is driver.manage().window().maximize()?

We frequently used the below kinds of method chaining statements in Selenium WebDriver scripts. This is a frequently asked interview question as well and you may be asked to explain the syntax. We are going to learn the same here. driver.manage().window().maximize(); // To maxmize driver.navigate().to(“some url”); // To open url driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);// To set implicit…

Read More “Why syntax is driver.manage().window().maximize()?” »

Uncategorized

Part 7: Usages Of Javascripts In Selenium: Difference Among ScrollBy, ScrollTo and Scroll Methods Of Javascript

Hello Folks, While automating, you may encounter issues as below: Element is not clickable, other element would receive click. Screenshot of required web element is not captured. Element is not visible while element is present in DOM. Unable to capture screen of whole web page vertically or horizontally. All these problems could be solved using…

Read More “Part 7: Usages Of Javascripts In Selenium: Difference Among ScrollBy, ScrollTo and Scroll Methods Of Javascript” »

Uncategorized

API Testing Tutorial Part 6 – Idempotent Methods in HTTP Methods

Hello Folks, In previous post, we have seen that how can we categorised HTTP methods in Safe and Unsafe methods. In this post, we will see how can we categorised HTTP methods in Idempotent and Non-idempotent methods. Let’s understand the term “Idempotent” first: My name is Amod. If you ask me my name, I will…

Read More “API Testing Tutorial Part 6 – Idempotent Methods in HTTP Methods” »

Uncategorized

TestNG Tutorials 51: DataProvider in TestNG – Two Dimensional Array DataProvider Method

Hello Folks, In last post, we have seen Basics of DataProvider in TestNG and its working logic with one dimensional array. In this post I will explain the working logic of a DataProvider method which returns a two dimensional array. I see people are always confused with the usage of a DataProvider method which returns…

Read More “TestNG Tutorials 51: DataProvider in TestNG – Two Dimensional Array DataProvider Method” »

Uncategorized

Handling ElementNotVisibleException And Element Is Not Clickable Exception In Selenium

Hello Folks, In this post, we will learn how to handle “ElementNotVisibleException ” and “Element is not clickable exceptions”. While running Selenium scripts, sometimes we face below exceptions: “org.openqa.selenium.WebDriverException: unknown error: Element is not clickable at point (242, 845). Other element would receive the click” “org.openqa.selenium.ElementNotVisibleException: Element is not currently visible and so may not be…

Read More “Handling ElementNotVisibleException And Element Is Not Clickable Exception In Selenium” »

Uncategorized

Posts pagination

Previous 1 … 24 25 26 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark