Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: Uncategorized

Test Automation Framework – A Platform To Develop Test Scripts

“Could you please explain your test automation framework?” Many of us start explaining the “Creation of Test Scripts” instead of “Test Automation Framework“. Yes- Both are not the same. The above image is of a railway platform. Any train can use this platform. The reason is that a railway platform is designed in a way…

Read More “Test Automation Framework – A Platform To Develop Test Scripts” »

Uncategorized

Postman Tutorial Part 54 – Chaining Requests or Data Sharing among requests in Postman

As a part of Postman Tutorial – End to End, in this post, we will learn Data sharing among requests or chaining requests in Postman. When we create an account on Facebook then we need to use the same email id and password whenever we need to login to Facebook. If we consider “Registering a user…

Read More “Postman Tutorial Part 54 – Chaining Requests or Data Sharing among requests in Postman” »

Uncategorized

Frequently Asked Java Program 26: Java Program to Find Occurrence of Each Char in a Given String Without Using Collection

Write a program to print occurrence of each character in given string without using Collection. Example:- Please enter the string to find occurrence of each char: Make Selenium Easy You entered: Make Selenium Easy Occurrence of M : 2 Occurrence of A : 2 Occurrence of K : 1 Occurrence of E : 4 Occurrence…

Read More “Frequently Asked Java Program 26: Java Program to Find Occurrence of Each Char in a Given String Without Using Collection” »

Uncategorized

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

Hello Folks, We are learning about Page Object Model in selenium in previous posts. This is another part of that. Selenium webdriver has inbuilt page object model which is called Page Factory where we write web elements(Page Objects) with it locators using annotation @FindBy. Does FindBy annotation mandatory for Page Factory? Answer is NO. We…

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

Uncategorized

Handling Javascript Alerts/Popups In Selenium Webdriver

Hello Folks, In last post, we have seen handing of website popups in selenium webdriver. In this post, we will see how to handle JavaScript popups in selenium webdriver. Types of JavaScript popups: There are three types of popups in JavaScript which are given below: Alert popup Confirm popup Prompt popup Alert popup: It is a simple…

Read More “Handling Javascript Alerts/Popups In Selenium Webdriver” »

Uncategorized

TestNG Tutorials 12: How To Run Inner TestNG Class From TestNG.xml ?

Hello Folks, We will see an interesting topic in this post. We can create an inner TestNG class as well like any normal inner class in Java. An example is as below: Let’s try to generate a testng.xml for this: TestNG includes outer and inner class names default. That’s good. Happy. Now run above testng.xml:…

Read More “TestNG Tutorials 12: How To Run Inner TestNG Class From TestNG.xml ?” »

Uncategorized

Frequently Asked Java Program 18: Java Program to Reverse Every Word of a String

Hello Programmers, “Java Program to Reverse Every Word of a String” is frequently asked programming interview questions to freshers and experienced. I will try here to explain logic in simple steps so that you do not need to remember lines of code. Just implement the logic and you can code it.  Problem statement: Original string     …

Read More “Frequently Asked Java Program 18: Java Program to Reverse Every Word of a String” »

Uncategorized

Postman Tutorial Part 19 – Save Response in Collection in Postman

Hello Folks, We have already seen Creating a collection and storing requests in it. Let’s perform below steps:- Create a Collection. Create a request. Hit the request and proper response should come. Save the request in created collection. Close all tabs in request builder. Open request from collection. Observe that “Response” was not saved. By…

Read More “Postman Tutorial Part 19 – Save Response in Collection in Postman” »

Uncategorized

protractor tutorials

Hello Folks, In last post we have seen how can we install NodeJS package locally and globally. In this post… Hello Folks, In last post, we have already seen Installation of NPM in last post. In this post we will… Hello Folks, In last post, we have seen about Introduction & Installation of NodeJS. In…

Read More “protractor tutorials” »

Uncategorized

REST Assured Tutorial 66 – How To Parse A JSON Array Response To A Java List In Rest Assured?

As a part of the End to End REST Assured Tutorial, in this post, we will learn to parse a JSON Array response to a Java List in Rest Assured. It is not always necessary to convert the response to a POJO class instance to fetch values. We can cast or convert a JSON Array response into…

Read More “REST Assured Tutorial 66 – How To Parse A JSON Array Response To A Java List In Rest Assured?” »

Uncategorized

Posts pagination

Previous 1 … 10 11 12 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark