Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: Uncategorized

JsonIgnoreProperties

Skip to content Introduction As a part of End to End REST Assured Tutorial, in this post, We will learn about how unknown properties during deserialization… Introduction As a part of End to End REST Assured Tutorial, in this post, We will learn about how unknown properties during…

Uncategorized

How to load a URL in browser without using get() or navigate() method in Selenium

Hello Folks, In last post, we have seen in details how to open a URL in selenium webdriver. Do you know that we can open a URL without using any browser as well?  It is frequently asked interview question as well. Let’s learn it. Let’s perform some steps first: Open a browser. Press F12. Switch…

Read More “How to load a URL in browser without using get() or navigate() method in Selenium” »

Uncategorized

selenium interview question

Company Name :- HCLDate :- Aug – 2019Experience Level: – 2 – 4 YearsLocation- BengaluruRounds :- 2Mode : – F2F… This question was recently asked in a Selenium group on Facebook. Generally these types of question are asked frequently in… Below questions are for professional who have working experience in Selenium WebDriver. You must ask…

Read More “selenium interview question” »

Uncategorized

TestNG Tutorials 36: Can a Test Method Return a Value in TestNG?

Hello Folks, This is also an interview question. These questions are asked to know how much you can think on a scenario. Question was, “Can a test method return a value? If yes, how can you use it?”. Yes, a @Test annotated method can return a value but that method will not be considered as…

Read More “TestNG Tutorials 36: Can a Test Method Return a Value in TestNG?” »

Uncategorized

Postman Tutorial Part 50 – How to Retrieve Request Body in Postman

As a part of Postman Tutorial – End to End , in this post, we will learn “How to retrieve request body in Postman?”. Verification is the purpose of testing. Suppose we need to create a booking and we pass required details like first name, last name, check in date, check out date etc. After booking we…

Read More “Postman Tutorial Part 50 – How to Retrieve Request Body in Postman” »

Uncategorized

api tutorials

Skip to content We know that we can write Pre-request scripts and Tests scripts for a request, collection and folder in a collection… Hello Folks, As part of our API Testing series, we will see “Sending DELETE request in Postman”. First of all we…

Uncategorized

How To Select Random Value From Any Drop down In Selenium Web Driver

Hello Guys, When you are automating any functionality, you may need to select value from drop down. What should be selected value, generally you want it from user. There might be many scenarios where you just need to select any value from drop down. For example: Consider User registration where you need to select country…

Read More “How To Select Random Value From Any Drop down In Selenium Web Driver” »

Uncategorized

How To Install Java 8 On Windows 10

Java is a programming language and first released by Sun Microsystems in 1995. Now Java has been acquired by Oracle. It was designed by James Gosling. While writing this post the latest version of Java is 14. Java 8 is a more stable version and it is widely used as well. We will be installing…

Read More “How To Install Java 8 On Windows 10” »

Uncategorized

TestNG Tutorials 68 : Rerun Failed Test Method Using IRetryAnalyzer Interface – Implement Using retryAnalyzer attribute in the @Test annotation

Hello Folks, TestNG provides a built in mechanism to re-run failed test case for N times (Ideally) instantly using IRetryAnalyzer interface. It means that if a test method fails, we can rerun it for N times or until it is passed during run. Let’s see this concept in more details: IRetryAnalyzer Interface: IRetryAnalyzer is an interface…

Read More “TestNG Tutorials 68 : Rerun Failed Test Method Using IRetryAnalyzer Interface – Implement Using retryAnalyzer attribute in the @Test annotation” »

Uncategorized

Selenium Interview Question 4 – Difference Between @FindBy and findElement() Method in Selenium WebDriver

We can locate web element/s on a webpage using both FindBy and findElement() or findElements(). Primary purpose of both ways is same but the way it is done, is different. Below are the differences between FindBy and findElement in Selenium WebDriver: FindBy is an annotation while findElement and findElements are methods. Remember FindBy is provided…

Read More “Selenium Interview Question 4 – Difference Between @FindBy and findElement() Method in Selenium WebDriver” »

Uncategorized

Posts pagination

Previous 1 … 18 19 20 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark