Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: February 2025

Protractor Tutorial 5 – Introduction & Installation of NodeJS

NodeJS official website defines it as:- Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. Let me make it little simple for you. NodeJS is an open source JavaScript based framework which is dynamic, cross-platform , asynchronous(Non-blocking APIs) and highly scalable runtime environment. It was developed by Ryan Dahl in 2009. It is…

Read More “Protractor Tutorial 5 – Introduction & Installation of NodeJS” »

Uncategorized

REST Assured Tutorial 41 – Ignore unknown properties during deserialization Using @JsonIgnoreProperties

As a part of End to End REST Assured Tutorial, in this post, We will learn about how unknown properties during deserialization creates a problem and how can we avoid them using @JsonIgnorePropertoies. @JsonIgnoreProperties Annotation Of Jackson API – Exclude Field Of Pojo From Serialization Or Deserialization Or Both Since we are using Jackson API of Java…

Read More “REST Assured Tutorial 41 – Ignore unknown properties during deserialization Using @JsonIgnoreProperties” »

Uncategorized

Java Collection Interview Questions

Skip to content Both ArrayList and LinkedList classes implement the List interface of Collections framework in Java. We should understand the difference between… A Collection in Java is an Object that represents a group of Objects and the Collection Framework consists of multiple…

Uncategorized

Java Programs 15: Java Program to Print Fibonacci Series at Given Position Using Recursion

Hello Folks, It is frequently asked interview question to write a java program to print fibonacci number at any given position. I have already explained about program logics to print fibonacci series using both recursive and iterative model. Java program to print fibonacci series using iteration logic java program to print fibonacci series using recursion…

Read More “Java Programs 15: Java Program to Print Fibonacci Series at Given Position Using Recursion” »

Uncategorized

REST Assured Tutorial 34 – Serialization – Java Object To JSON Object Using Gson API

As a part of End to End REST Assured Tutorial, in this post, We will learn the “Serialization” concept where we will create JSON Object or Payload from Java Objects using Gson library. We have learned about POJOs in the previous posts. If you have not refereed those posts then I will advise you to go through…

Read More “REST Assured Tutorial 34 – Serialization – Java Object To JSON Object Using Gson API” »

Uncategorized

Introduction To Apache POI – The Java API To Read Write Microsoft Documents – Excel

Apache POI provides pure Java libraries for reading and writing files in Microsoft Office formats, such as Word, PowerPoint and Excel. It has different components for reading and writing different Microsoft Office files: POIFS for OLE 2 Documents HSSF and XSSF for Excel Documents HWPF and XWPF for Word Documents HSLF and XSLF for PowerPoint Documents HPSF for OLE 2 Document Properties HDGF…

Read More “Introduction To Apache POI – The Java API To Read Write Microsoft Documents – Excel” »

Uncategorized

TestNG Tutorials 29: Grouping Configuration Methods in TestNG

Hello Folks, In previous post, we learnt about basics of group concepts in TestNG and how to use with @Test annotated methods. In this method we will see how can we use grouping concept with configuration methods. Below are the configuration methods provided by TestNG: @BeforeSuite @AfterSuite @BeforeTest @AfterTest @BeforeGroups @AfterGroups @BeforeClass @AfterClass @BeforeMethod @AfterMethod…

Read More “TestNG Tutorials 29: Grouping Configuration Methods in TestNG” »

Uncategorized

Selenium

Company Name :- Home Credit IndiaDate :- Nov – 2019Experience Level: – 2 – 4 YearsLocation– GurgaonMode : – F2F… Company Name :- HCLDate :- Aug – 2019Experience Level: – 2 – 4 YearsLocation- BengaluruRounds :- 2Mode : – F2F… This question was recently asked in a Selenium group on Facebook. Generally these types of…

Read More “Selenium” »

Uncategorized

Frequently Asked Java Program 04: Java Program to Extract Numbers From String and Add

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 extract numbers from a string. Write a JAVA program for below requirements: Take an alphanumeric string from user. Verify if it is alphanumeric. If it is alphanumeric, extract all numbers present…

Read More “Frequently Asked Java Program 04: Java Program to Extract Numbers From String and Add” »

Uncategorized

Must Read

It includes important testing concepts which a tester must read. It is related to testing practices or tools. Focused on Selenium, API testing, Java. StaleElementReferenceException – Element’s “Reference” Stales – Get New Reference Of Element Usage of Enum in Selenium WebDriver Scripts How to Fluent With FluentWait in Selenium WebDriver? – Part 1 How to…

Read More “Must Read” »

Uncategorized

Posts pagination

Previous 1 … 19 20 21 … 31 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark