Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Generate random numbers using Javafaker API – Java

We may require to generate random numbers in programming languages for multiple purposes like test data creation or numeric IDs for employees etc. We have multiple libraries available to generate random numbers in Java but I personally feel Javafaker APIs are easier to use compared to others. We will learn to generate random whole numbers,…

Read More “Generate random numbers using Javafaker API – Java” »

Uncategorized

An Introduction to Selenium – A set of Tools

Software Development Life Cycle (SDLC) is a process of planning, creating, testing, and deploying software. We have many SDLC models available. For example:- Waterfall model, Iterative model, V&V model, etc. Please note these are traditional SDLC models that are time-consuming, less dynamic, and cost-ineffective. So, maximum software companies are adopting the latest SDLC model called…

Read More “An Introduction to Selenium – A set of Tools” »

Uncategorized

Java Program 13: Java Program To Find If Given Numbers Are Coprime

Problem: Write a Java program to find if given two numbers are coprime. Solution: Definition of coprime: As per Wikipedia, In number theory, two integers a and b are said to be relatively prime, mutually prime, or coprime (also written co-prime) if the only positive integer (factor) that divides both of them is 1. Consequently, any prime number that divides one does not divide the other. This is equivalent…

Read More “Java Program 13: Java Program To Find If Given Numbers Are Coprime” »

Uncategorized

Postman Tutorial Part 24 -Set, Get and Unset Global & Environment Variables in Postman Scripts

We have seen creating environment and global variables manually. You can refer them here:- Understand Environment & Variables in Postman Create, Manage and Use Environment In Postman Create, Manage and Use Global Variable In Postman In above ways, manually we need to add variables with value. Sometimes we may need to update or add variables…

Read More “Postman Tutorial Part 24 -Set, Get and Unset Global & Environment Variables in Postman Scripts” »

Uncategorized

Front End Automation Strategies 1 – Don’t Write Complex XPath/CSS – Ask For Static Locators Instead

I am starting a series of posts on best strategies to be followed in front end automation. Here is the first post. “Locators‘ are the backbone of front end automation. Your script does not see the actual UI/UX and perform the action. It depends on DOM where HTML tags and its attributes are defined. Maximum…

Read More “Front End Automation Strategies 1 – Don’t Write Complex XPath/CSS – Ask For Static Locators Instead” »

Uncategorized

Advanced TestNG Tutorials 33: Integration and Usage of BeanShell In TestNG XML

Hello Folks, We have learnt how can we customise testng xml to run test methods belonging to multiple groups. Let’s consider a new scenario: Suppose There are three methods M1 ( belongs to group WIndows), M2(belongs to group Windows and Linux) and M3(belongs to group Windows ,Linux and Mac). You want to run methods which…

Read More “Advanced TestNG Tutorials 33: Integration and Usage of BeanShell In TestNG XML” »

Uncategorized

api testing tutorials

Introduction As a part of End to End REST Assured Tutorial, in this post, We will learn about how unknown properties during… We have seen several types of variables in Postman already in previous posts. In this post, we will learn about… We have already seen what are Global and Environment variables in Postman and its usage…

Read More “api testing tutorials” »

Uncategorized

API Testing Tutorial Part 10 – Introduction of SOAP (Simple Object Access Protocol)

Hello Folks, As part of our API Testing series, we will see “Introduction of SOAP” in this post. SOAP stands for “Simple Object Access Protocol“. Protocol is a set of rules which are followed to achieve something or need to follow if performing specific things. For example: There are a set of rules defined for…

Read More “API Testing Tutorial Part 10 – Introduction of SOAP (Simple Object Access Protocol)” »

Uncategorized

Learn REST Assured End to End

Welcome to Rest-assured tutorial. I ensure you that you can learn API Testing step by step by following my posts. REST Assured Tutorial 1 – Introduction to REST Assured REST Assured Tutorial 2 – Setup a Basic REST Assured Maven Project in Eclipse IDE REST Assured Tutorial 3 – Static Import in Java REST Assured…

Read More “Learn REST Assured End to End” »

Uncategorized

Object Repository in Selenium Using Page Factory With Inner Class – Handling a Page Which Has Many Webelements

Hello Folks, You must have seen a web page which contains many divisions or multiple web elements and similar web elements in multiple divisions. Creating a web element repository for such pages is difficult in some cases which are given below: If you have many web elements in a page, Selecting desired web elements while…

Read More “Object Repository in Selenium Using Page Factory With Inner Class – Handling a Page Which Has Many Webelements” »

Uncategorized

Posts pagination

Previous 1 … 36 37 38 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark