Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: March 2025

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

Postman Tutorial Part 47 – Local or Temporary Variables in Postman

We have seen several types of variables in Postman already in previous posts. In this post, we will learn about Local or Temporary variable in Postman. A Local or temporary variable is created in to memory only during run time and removed once execution is done. As scope of local variable is limited to duration…

Read More “Postman Tutorial Part 47 – Local or Temporary Variables in Postman” »

Uncategorized

chrome

Skip to content Agenda :- Introduction of implicit wait Working of implicit wait Disadvantages of implicit wait? Previously we have seen “Using Thread.sleep()… Hello Folks, We have seen tools to find XPath in Firefox. Those tools were specific to Firefox browser. In this…

Uncategorized

TestNG Tutorials 39: Run Only Test From a TestNG Class Without Using TestNG XML?

Hello Folks, Suppose you have created a testng class which has many @Test annotated methods say 10 test methods. You may need to run only one test out of 10 for debug/verify etc. Generally I see people will comment “@Test” annotations or use testng.xml to include required test method using include or exclude tags. There…

Read More “TestNG Tutorials 39: Run Only Test From a TestNG Class Without Using TestNG XML?” »

Uncategorized

Posts pagination

Previous 1 … 16 17 18 … 24 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark