Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: December 2019

components – Make Selenium Easy

My name is Amod Mahajan and I am an IT employee with 6+ years of experience in Software testing and staying in Bengaluru. My area of interest is Automation testing. I started from basics and went through so many selenium tutorials. Thanks to Mukesh Otwani as his tutorials are easy and cover basics to advance….

Read More “components – Make Selenium Easy” »

Uncategorized

March 21, 2019 – Make Selenium Easy

Hello Folks, When we hit any API, we get some response along with status code, response time, headers etc. As of now we have verified it manually. Will it not be good if these assertion which we do manually should be auto performed once request is hit? A kind of automation testing of API. Consider…

Read More “March 21, 2019 – Make Selenium Easy” »

Uncategorized

March 18, 2019 – Make Selenium Easy

Hello folks, We have already seen creating, managing and using environment variables in Postman. We can select only single environment at a time in Postman and can use variables of that selected environment. We may have some variables which are common to each environment. It is not good practice to keep a separate copy of…

Read More “March 18, 2019 – Make Selenium Easy” »

Uncategorized

March 17, 2019 – Make Selenium Easy

In last post, We have already seen about Understanding on Environment and Global variables. In this post we will see how can we create and access an Environment in Postman. An Environment in Postman is a set of key-value pairs. The key represents the name of the variable and value is information that key holds….

Read More “March 17, 2019 – Make Selenium Easy” »

Uncategorized

March 4, 2019 – Make Selenium Easy

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 “March 4, 2019 – Make Selenium Easy” »

Uncategorized

January 17, 2019 – Make Selenium Easy

“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 “January 17, 2019 – Make Selenium Easy” »

Uncategorized

January 2019 – Make Selenium Easy

Recently, a guy asked me below question: I need to verify title of an article is in bold. Article title has no or tag. How to verify it now? It was also new to me and learnt new thing that day. So I am sharing my knowledge here. HTML provides two tags to … Continue…

Read More “January 2019 – Make Selenium Easy” »

Uncategorized

May 16, 2017 – Make Selenium Easy

Hello Folks, In this post we will learn: Why we use getAttribute() method? What is getAttribute() method? How to use getAttribute() method? We will see a lot of examples as well. Let’s start:- Why we require getAttribute() method? A web developer defines attribute and properties to a web element to add extra meaning to it. For…

Read More “May 16, 2017 – Make Selenium Easy” »

Uncategorized

December 2018 – Make Selenium Easy

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 “December 2018 – Make Selenium Easy” »

Uncategorized

August 2018 – Make Selenium Easy

Hello Folks, Most of us know that, we can pass parameter as a String to methods in TestNG class. Is it really like that? No. Its not. We can pass parameters in whatever data types we required. TestNG will convert them automatically to required data type. We will see an example below: Output: Note: 1….

Read More “August 2018 – Make Selenium Easy” »

Uncategorized

Posts pagination

Previous 1 … 5 6 7 8 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark