Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Make Selenium Easy – Page 13

This post will cover below topics:- How to create a collection in Postman?In how many ways, we can create a collection in Postman?How to make a collection as Favourite in Postman?How to save a request in Postman?In how many ways, we can save a request in Postman? Creating a Collection in Postman A Postman collection…

Read More “Make Selenium Easy – Page 13” »

Uncategorized

Make Selenium Easy – Page 27

Hello Folks, In this post, we will learn Inheritance in TestNG classes. In very basic words, Inheritance is an OOPS concept which allows a class to inherit property of another class for the sake of re-usability. Like any other class we can also apply concept of inheritance in TestNG class. We will do an example…

Read More “Make Selenium Easy – Page 27” »

Uncategorized

Make Selenium Easy – Page 15

I am again here with a new set of question related to Selenium WebDriver. I have included question mostly from Hierarchy of Classes and Interfaces in selenium WebDriver API. Hope it will be a good learning quiz for you. Hello Folks, Taking a quiz is always a good way to test and learn. Test your…

Read More “Make Selenium Easy – Page 15” »

Uncategorized

Make Selenium Easy – Page 9

Hello Folks, We have already learnt about the Building Workflows in Collection Runner Using setNextRequest() in Postman in previous post. But sometimes you may need to decide the workflow just before running or you may need to skip requests in Collection Runner just before running. Postman has implemented new Collection Runner that gives you the…

Read More “Make Selenium Easy – Page 9” »

Uncategorized

Make Selenium Easy – Page 24

Hello Folks, This is also an interview question. These questions are asked to know how much you can think on a scenario. Question was, “Can a test method return a value? If yes, how can you use it?”. Yes, a @Test annotated method can return a value but that method will not be considered as…

Read More “Make Selenium Easy – Page 24” »

Uncategorized

Make Selenium Easy – Page 11

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 swap two String variables without using third variable. Problem Statement:- Before Swapping: String s1= “Java”; String s2= “Selenium”; After Swapping: String s1= “Selenium”; String s2= “Java”; We have already seen Swapping…

Read More “Make Selenium Easy – Page 11” »

Uncategorized

Make Selenium Easy – Page 23

Hello Folks, I was asked this question in an interview and I was like “Are there two terms “Parameters” and “parameter” in TestNG?”. Yes, There are two different terms, “Parameters” and “parameter”. We have used both termas many times but didn’t notice minor thing. “Parameters” is an annotation which allows us to create parameterized methods…

Read More “Make Selenium Easy – Page 23” »

Uncategorized

Make Selenium Easy – Page 18

Problem Statement: Input: make selenium easy Output: Make Selenium Easy Convert first character of each word into upper case. Solution: Logic: A sentence is a collection of words generally separated by a white space. We can extract words of given sentence using split method.  Now extract first character of first word and check if it…

Read More “Make Selenium Easy – Page 18” »

Uncategorized

Make Selenium Easy – Page 17

Hello Folks, TestNG provides an attribute called “enabled” which can be used to ignore a test in a running suite. If we use this attribute at class level with @Test annotation, it will ignore all tests of that class. Now TestNG is providing a new annotation called “@Ignore”, which can be used to ignore :…

Read More “Make Selenium Easy – Page 17” »

Uncategorized

Make Selenium Easy – Page 22

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 “Make Selenium Easy – Page 22” »

Uncategorized

Posts pagination

Previous 1 … 81 82 83 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark