Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

LeetCode – 100 Programs

Skip to content LeetCode Problem Link https://leetcode.com/problems/sorting-the-sentence/description/ Problem Statement Problem Solution YouTube Video Logic step by step Get all words from the given…

Uncategorized

TestNG Tutorials 55: DataProvider in TestNG – Lazy Initialisation of DataProvider Method – Use of Iterator Return Type

Hello, DataProvider is an important functionality provided by TestNG to achieve Data driven testing or providing a set of different dataset to a method to execute on. We have seen DataProvider concept in details in previous posts. DataProvider may become nightmare if number of data (arguments) is more or it keeps changing or you do not…

Read More “TestNG Tutorials 55: DataProvider in TestNG – Lazy Initialisation of DataProvider Method – Use of Iterator Return Type” »

Uncategorized

Git Tutorial 9 – Git Clone – Get Local Copy Of Remote Repository

As a part of GIT Tutorials End To End, we will learn about another frequently used and important git command “git clone“ in this post. If you are a beginner in GIT concepts then I will recommend going through the below posts to understand GIT much better. Git Tutorial 4 – Create A New Git Repository…

Read More “Git Tutorial 9 – Git Clone – Get Local Copy Of Remote Repository” »

Uncategorized

Postman Tutorial Part 54 – Testing SOAP API(WSDL) Using Postman

As a part of Postman Tutorial – End to End, in this post, we will learn to test a SOAP API using the Postman tool. The purpose of this post is to make you aware that the Postman tool is not only for the REST API Testing. We can test REST, SOAP, and GraphQL requests directly…

Read More “Postman Tutorial Part 54 – Testing SOAP API(WSDL) Using Postman” »

Uncategorized

Ruto

Skip to content People spend a lot of time in locate web elements for Automation. There are some tools which make your life… Firebug was an open source firefox browser extension which was generally used by front end automation tester to get Css…

Uncategorized

Frequently Asked Java Program 20: Java Program to Find Missing Alphabets in Given String

This program was asked in Siemens. Problem Statement: You need to find missing alphabets from a given string. E.g. User input: “Amod Mahajan” Output: [B, C, D, E, F, G, H, I, J, K, L, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, b, c, e, f, g, i, k, l,…

Read More “Frequently Asked Java Program 20: Java Program to Find Missing Alphabets in Given String” »

Uncategorized

Frequently Asked Java Program 23: Java Program to Remove Extra WhiteSpace Between Words In Given String

Remove extra white spaces between words. Only one white space is allowed between words. If more than one, remove it. If given string has leading or trailing white spaces, remove them as well. Do not use trim method. Write your own logic. Example: You entered with spaces: ”       Make       Selenium   …

Read More “Frequently Asked Java Program 23: Java Program to Remove Extra WhiteSpace Between Words In Given String” »

Uncategorized

#1. OAuth 2.0 Flow – How Does It Work?

OAuth 2.0 is the industry-standard protocol for authorization for web applications. OAuth 2.0 enables third-party applications (Clients) to have limited access to the protected resources of a resource owner without sharing any credentials by the owner with the client. We will learn how OAuth 2.0 work in this post. Video tutorials help in better learning….

Read More “#1. OAuth 2.0 Flow – How Does It Work?” »

Uncategorized

Problems in Parallel Execution With Static WebDriver

Static variables in Javadoc is defined as:- Sometimes, you want to have variables that are common to all objects. This is accomplished with the static modifier. Fields that have the static modifier in their declaration are called static fields or class variables. They are associated with the class, rather than with any object. Every instance of the class shares a class variable,…

Read More “Problems in Parallel Execution With Static WebDriver” »

Uncategorized

css

Skip to content I am starting a series of posts on best strategies to be followed in front end automation. Here is the… Hello Folks, We have seen tools to find XPath in Firefox. Those tools were specific to Firefox browser. In this…

Uncategorized

Posts pagination

Previous 1 … 20 21 22 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark