Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

API Testing Tutorial Part 12 – Tools For Manual & Automation API Testing

Hello Folks, As part of our API Testing series, we will see “Tools to test SOAP and REST APIs manually and automation”  in this post. There are many tools available for API testing in market with many advanced features. Some tools are free and some are paid. You get basic features when you use a free…

Read More “API Testing Tutorial Part 12 – Tools For Manual & Automation API Testing” »

Uncategorized

Java Interview Question – Explain System.out.println(arg)

Printing information while executing program is important. Like any other programming language, Java also provides a way to print desired thing on standard output. “System.out.println(arguments);” is a java statement to print passed argument on standard output stream which is by default console. We can also print in to a file which we will see later…

Read More “Java Interview Question – Explain System.out.println(arg)” »

Uncategorized

Learn Selenium With Quiz – Basic Level 5

As a part of a Series of posts on Learn Selenium With Quiz, This set contains questions from Explicit wait concepts in Selenium WebDriver. I will suggest you to go through below link before taking up quiz: Explicit wait in Selenium WebDriver [qsm quiz=5]

Uncategorized

Frequently Asked Java Program 22: Java Program to Trim Whitespace From String Without Using Trim Method

Hello Folks, This interview question was asked in Deloitte.  Write a java program to Trim a given string without using inbuilt trim() method of String Class in Java. “trim()” method of String class trims leading and trailing whitespace/s of given string. It does not remove whitespace between words. We need to write logic to do so….

Read More “Frequently Asked Java Program 22: Java Program to Trim Whitespace From String Without Using Trim Method” »

Uncategorized

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

Posts pagination

Previous 1 … 46 47 48 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark