Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

How To Upload A File In Selenium Webdriver

Hello Folks, In this post we will learn how can we upload a file using selenium webdriver. Sometimes we encounter scenarios where we need to upload a file to proceed further. A file upload web elements looks like as below: You need to click on “Choose File” button which opens up File explorer and you…

Read More “How To Upload A File In Selenium Webdriver” »

Uncategorized

TestNG Tutorials 58: DataProvider in TestNG – Running Test for Specific Set of Data Provided by DataProvider Method – Dataprovider With Indices

By default a Test method is executed for all data set returned by DataProvider. The reason behind this is that a DataProvider annotated method has an attribute called “indices” whose default value is set to “all”. You may need to run only specific set of data. Like if DataProvider providing you five set of data…

Read More “TestNG Tutorials 58: DataProvider in TestNG – Running Test for Specific Set of Data Provided by DataProvider Method – Dataprovider With Indices” »

Uncategorized

Frequently Asked Java Program 09: Printing Words In Circular Order From Given Index

Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will see a Java program to Printing Words In Circular Order From Given Index. Problem: Suppose you have below string: “Make Selenium Easy” Where -“Make” is at position zero. -“Selenium” is at first position . -“Easy” is at…

Read More “Frequently Asked Java Program 09: Printing Words In Circular Order From Given Index” »

Uncategorized

Part 3: Handling Multi Select Drop-down Created Using SELECT Tag

Hello Folks, In current series of posts we have learnt: Now, we will see how to handle multi select drop-down using Select class. We will be using below html code of multi select drop-down: When you will open above html file in a browser, you see as below: Let’s see frequent operations performed on multi…

Read More “Part 3: Handling Multi Select Drop-down Created Using SELECT Tag” »

Uncategorized

JavaByTopics

Skip to content We learned to Iterate a Map In Java using keySet(), entrySet(), values(), and iterator(). In this post, We will learn… There are multiple ways to iterate over a Map In Java which we will learn with examples in this post.…

Uncategorized

REST Assured Tutorial 4 – Let’s Write First GET REST Assured Test

As a part of End to End REST Assured Tutorial , in this post We will write first GET request in REST assured. I will strongly recommended you to learn basics of API testing from here. We will automate a GET request named “GetBookingIds” from Restful Booker. We will verify status code and line of…

Read More “REST Assured Tutorial 4 – Let’s Write First GET REST Assured Test” »

Uncategorized

Git Tutorial 30 – Understand Soft, Mixed And Hard Options Of Git Reset

As a part of GIT Tutorials End To End, we will learn about –soft, –mixed and –hard options of the git reset command. I will expect that you are aware of the basic concepts and commands of GIT. But if you are a beginner in GIT then I strongly recommend you to refer GIT Basic Commands and…

Read More “Git Tutorial 30 – Understand Soft, Mixed And Hard Options Of Git Reset” »

Uncategorized

Log4j2 Tutorial 6 – Introduction to RollingFileAppender and its Triggers and Strategies

We have already learned the basics but important concepts of Log4j2 in series of tutorials in Log4j2 Tutorials. Now we know to create an XML configuration file to print logs into a File and onto the console. We are going to learn about Rolling File Appender in this post. You must be thinking about how it is different from…

Read More “Log4j2 Tutorial 6 – Introduction to RollingFileAppender and its Triggers and Strategies” »

Uncategorized

How To Push Code From Eclipse To GitHub Repo Using Access Token?

Earlier when we used to perform any git actions such as pushing code from the local repository to a GitHub repository then we needed to pass our username and password to authenticate the action. But now GitHub has removed Support for password authentication since August 2021. Now we need to use a GitHub Personal Access…

Read More “How To Push Code From Eclipse To GitHub Repo Using Access Token?” »

Uncategorized

Common Mistakes & Best Practices in Selenium

I recently presented a topic on “Common Mistakes & Best Practices in Selenium” in ATA Meetups. ATA (Agile Testing Alliance) is a non-profit testing community and certification organization, created to grow agile testing awareness, practices and acceptance. Check for CP-SAT certification for Selenium here. I will post PPT here so that you people can also…

Read More “Common Mistakes & Best Practices in Selenium” »

Uncategorized

Posts pagination

Previous 1 … 50 51 52 … 156 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark