Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: Uncategorized

TestNG Tutorials 50: DataProvider in TestNG – Understand Basics of DataProvider & How It Works

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 “TestNG Tutorials 50: DataProvider in TestNG – Understand Basics of DataProvider & How It Works” »

Uncategorized

PROTRACTOR TUTORIAL 2– Identify Angular and Non-angular Application

As per Protractor Official Document:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would. So before selecting Protractor as front end automation tool, you must need to find if your application is an Angular application or not….

Read More “PROTRACTOR TUTORIAL 2– Identify Angular and Non-angular Application” »

Uncategorized

TestNG Tutorials 23: @Test Annotation – Don’t Confuse TestNG With Duplicate Priorities

Hello Folks, We learn about priority of test methods in a TestNG class in this post. TestNG Tutorials 22: @Test Annotation – Games Of Priority Of Methods In TestNG Do you know that TestNG will execute methods in unexpected order if you provide duplicate priorities and can create a nightmare for you. We will see…

Read More “TestNG Tutorials 23: @Test Annotation – Don’t Confuse TestNG With Duplicate Priorities” »

Uncategorized

REST Assured Tutorial 63 – How to create JSON with date fields using POJO

As a part of the End to End REST Assured Tutorial, in this post, we will learn to create a POJO class for JSON consisting of date fields. { “firstname” : “Jim”, “lastname” : “Brown”, “checkin” : “2018-01-01”, “checkout” : “2019-01-01” } If you observe the above JSON carefully you will notice that we have “checkin” and…

Read More “REST Assured Tutorial 63 – How to create JSON with date fields using POJO” »

Uncategorized

Ways of Handling StaleElementReferenceException Without PageFactory

Hello Folks, Previously, I had published on Handling StaleElementReferenceException using PageFactory. But many people asked how to handle it if they do not use Page Factory design pattern. Understand StaleElementReferenceException through an image: You would have seen so many explanations of StaleElementReferenceException. I would like to explain in very simple words here. You mostly encounter StaleElementReferenceException when you…

Read More “Ways of Handling StaleElementReferenceException Without PageFactory” »

Uncategorized

Selenium Interview Question 7 – How to Select Last Five Checkboxes

This question was recently asked in a Selenium group on Facebook. Generally these types of question are asked frequently in Selenium. Select last N elements or only odd elements or only even elements or second last elements etc. Answer of all questions will be originated from same point. In this post, I will explain selecting…

Read More “Selenium Interview Question 7 – How to Select Last Five Checkboxes” »

Uncategorized

TestNG Tutorials 2: Installation Of TestNG In Eclipse ==> Download And Add To Build Path Way

Hello Folks, In last post, we have seen the requirements of TestNG in Selenium webdriver. We will learn how can we install TestNG in eclipse. TestNG is a jar file. Any JAR file stands for Java ARchive which is a package file format typically used to aggregate many Java class files and associated metadata and resources (text, images, etc.) into one file for distribution. We…

Read More “TestNG Tutorials 2: Installation Of TestNG In Eclipse ==> Download And Add To Build Path Way” »

Uncategorized

Postman Tutorial Part 18- Sharing & Importing Collections as a Link in Postman

Hello Folks, We have already seen below topics:- Introduction to Collections in Postman Creating a Collection in Postman In this post, we will share and import collection as a link in Postman. Once you create a collection in Postman, you may required to share with others. We can share a collection in multiple ways in…

Read More “Postman Tutorial Part 18- Sharing & Importing Collections as a Link in Postman” »

Uncategorized

Interview Experience at Genpact Bangalore for Selenium Testing Profile – Dec – 2019

Company Name :- Genpact Date :- Dec – 2019 Experience Level: – 2 – 5 Years Location– Bengaluru Mode : – F2F GENPACT interview Questions: 1. What are the criteria for selecting a test case for automation? 2. Which types of test cases should you exclude from automation testing? 3. What are the main stages in…

Read More “Interview Experience at Genpact Bangalore for Selenium Testing Profile – Dec – 2019” »

Uncategorized

javafaker api

Skip to content Introduction We may require to generate random numbers in programming languages for multiple purposes like test data creation or numeric… Introduction I remember when I used to generate some random data with alphabets and numbers which were meaningless words like…

Uncategorized

Posts pagination

Previous 1 … 6 7 8 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark