Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

TestNG Tutorials 52: DataProvider in TestNG – Accessing DataProvider Methods From Another Class Test Class | Make Selenium Easy

Hello Guys, Now we have good understanding of DataProviders in TestNG from previous articles. If you have not read my previous posts on DataProvider, you can go through them below: Why do you need DataProvider? How does DataProvider work? DataProvider with 2D array You can notice in all previous posts that I kept DataProvider methods…

Read More “TestNG Tutorials 52: DataProvider in TestNG – Accessing DataProvider Methods From Another Class Test Class | Make Selenium Easy” »

Uncategorized

TestNG Tutorials 50: DataProvider in TestNG – Understand Basics of DataProvider & How It Works | Make Selenium Easy

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

Read More “TestNG Tutorials 50: DataProvider in TestNG – Understand Basics of DataProvider & How It Works | Make Selenium Easy” »

Uncategorized

TestNG Tutorials 49: Need of DataProvider Method in TestNG | Make Selenium Easy

Hello Folks, TestNG provides a beautiful functionality to parameterized our configuration and test methods so that we can execute the same test script with different set of data. To make a method (Configuration and Test) parameterized , we use “Parameters” annotation. If we make a method parameterized, we must need to pass parameters values from…

Read More “TestNG Tutorials 49: Need of DataProvider Method in TestNG | Make Selenium Easy” »

Uncategorized

Is It Possible To Use Page Factory Without FindBy In Selenium WebDriver? | Make Selenium Easy

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

Read More “Is It Possible To Use Page Factory Without FindBy In Selenium WebDriver? | Make Selenium Easy” »

Uncategorized

TestNG Tutorials 48: How to Pass Parameters of Different Datatypes in TestNG | 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: package Parameters; import…

Read More “TestNG Tutorials 48: How to Pass Parameters of Different Datatypes in TestNG | Make Selenium Easy” »

Uncategorized

Java Programs 15: Java Program to Print Fibonacci Series at Given Position Using Recursion | Make Selenium Easy

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

Read More “Java Programs 15: Java Program to Print Fibonacci Series at Given Position Using Recursion | Make Selenium Easy” »

Uncategorized

Frequently Asked Java Program 01: Java Program to Check If a Given Number is Palindrome | Make Selenium Easy

Palindrome program is a frequently asked programming interview question to both freshers or experienced in interviews. We will going to learn that in this post. Let’s start with basics first. We must be aware what is Palindrome. What is palindrome? We read a word or group of words from left to right. If we can…

Read More “Frequently Asked Java Program 01: Java Program to Check If a Given Number is Palindrome | Make Selenium Easy” »

Uncategorized

TestNG Tutorials 45: Passing Parameters at Test Method Level in TestNG | Make Selenium Easy

Hello folks, TestNG allows us to create parameterized methods in a TestNG class. A TestNG class may contain more than one @Test annotated methods and every test method may accept zero or more parameters. We can pass those parameters as a whole at “suite” level or “test” level. Sometimes, it becomes confusing when there are…

Read More “TestNG Tutorials 45: Passing Parameters at Test Method Level in TestNG | Make Selenium Easy” »

Uncategorized

TestNG Tutorials 46: Overriding Parameters in TestNG | Make Selenium Easy

Hello Folks, In this post we will learn an important concept of parameters in TestNG. We know that we can create parameterised methods in a TestNG class and pass parameters to these methods through testng xml. We can pass parameters at four levels: At suite level At test level At class level At method level…

Read More “TestNG Tutorials 46: Overriding Parameters in TestNG | Make Selenium Easy” »

Uncategorized

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

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 | Make Selenium Easy” »

Uncategorized

Posts pagination

Previous 1 … 153 154 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark