Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2020

Make Selenium Easy – Page 16

“Accept” and “Content-Type” are HTTP Headers which control input and output formats. “Accept” is a request header and “Content-Type” is both request and response header. Let’s see the difference between these headers: Accept: Let’s understand it using a real time example. We must have submitted final year projects in our college and there were a…

Read More “Make Selenium Easy – Page 16” »

Uncategorized

Make Selenium Easy – Page 25

Hello Folks, In previous post, we learnt about basics of group concepts in TestNG and how to use with @Test annotated methods. Before continuing this post, I will advise you to go through this post first: @Test annotation at class level in TestNG Suppose if you need to write multiple @Test annotated methods in a class,…

Read More “Make Selenium Easy – Page 25” »

Uncategorized

Make Selenium Easy – Page 8

As we know well now that Postman helps you to create automated tests for API testing, we need to assert response with expected values. JSON and XML are widely used type for request and response to API. In this post, we will see parsing JSON response and extracting values. Mainly we will see parsing a…

Read More “Make Selenium Easy – Page 8” »

Uncategorized

Make Selenium Easy – Page 12

People spend a lot of time in locate web elements for Automation. There are some tools which make your life easier and could save a good amount of time. Rūto is one of them. I have published a post on Rūto which you can go through here. A quick overview of Rūto :- Rūto brings…

Read More “Make Selenium Easy – Page 12” »

Uncategorized

Make Selenium Easy – Page 10

As a part of a Series of posts on Learn Selenium With Quiz, This set contains questions from CSS Selector concepts in Selenium WebDriver. I will suggest you to go through below link before taking up quiz: CSS Selector in Selenium WebDriver Quiz will be auto submitted once you answer all question. If you find this…

Read More “Make Selenium Easy – Page 10” »

Uncategorized

Make Selenium Easy – Page 7

We have already seen what are Global and Environment variables in Postman and its usage in creating parameterized requests. In this post, we will see another type of variables called Collection variables. Let’s consider some scenarios first:- If you have followed my posts in sequence, you must have seen that when we import a Collection…

Read More “Make Selenium Easy – Page 7” »

Uncategorized

Make Selenium Easy – Page 21

Hello Folks, In last post, we have seen Why do we need to use DataProvider in TestNG. Now we will see a serie of posts on DataProvider. What is DataProvider? DataProvider is an annotation to mark a method as data provider which provides data as an array of array of Objects which can be used…

Read More “Make Selenium Easy – Page 21” »

Uncategorized

Make Selenium Easy – Page 14

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 “Make Selenium Easy – Page 14” »

Uncategorized

Make Selenium Easy – Page 13

This post will cover below topics:- How to create a collection in Postman?In how many ways, we can create a collection in Postman?How to make a collection as Favourite in Postman?How to save a request in Postman?In how many ways, we can save a request in Postman? Creating a Collection in Postman A Postman collection…

Read More “Make Selenium Easy – Page 13” »

Uncategorized

Make Selenium Easy – Page 27

Hello Folks, In this post, we will learn Inheritance in TestNG classes. In very basic words, Inheritance is an OOPS concept which allows a class to inherit property of another class for the sake of re-usability. Like any other class we can also apply concept of inheritance in TestNG class. We will do an example…

Read More “Make Selenium Easy – Page 27” »

Uncategorized

Posts pagination

Previous 1 2 3 4 … 20 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark