Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: Uncategorized

Part 9: Usages Of Javascripts In Selenium: How To Scroll Page By Page In Selenium WebDriver Using Javascript

Hello Folks, In last post, we have learnt to scroll a web page by pixels. In this post, we will see how to scroll a web page , page by page. What is page in Web page? Follow below steps: Open browser and load url “http://www.makeseleniumeasy.com/“. Wait till page is loaded. Now press Key “Page…

Read More “Part 9: Usages Of Javascripts In Selenium: How To Scroll Page By Page In Selenium WebDriver Using Javascript” »

Uncategorized

4. Data Structure Programs – Delete Node From Unsorted LinkedList In Java

As a part of the Data structure for Testers series, in this post, we will learn to write a Java program to delete a node from a Linked List. Data Structure For Testers – Implement Linked List In Java Did you know that I have started a YouTube channel as well and I need your support to make it successful….

Read More “4. Data Structure Programs – Delete Node From Unsorted LinkedList In Java” »

Uncategorized

REST Assured Tutorial 73 – How to ignore node/s for JSON comparison in JSONassert

As a part of the End to End REST Assured Tutorial, in this post, we will learn to ignore specific nodes while comparing two JSON documents using the JSONassert library. We have already learned to Compare two JSON Objects and Compare two JSON Arrays using JSONassert library as a whole. We may not need to compare all nodes in JSON documents…

Read More “REST Assured Tutorial 73 – How to ignore node/s for JSON comparison in JSONassert” »

Uncategorized

How To Get Current URL Using JavaScript In Selenium Java?

Selenium WebDriver with Java already provides a method named getCurrentUrl() to get the currently loaded URL in a browser and I don’t see any scenario in which this method has not worked as expected. But sometimes in interviews, some tricky questions are asked. “How to get current URL of browser without using getCurrentUrl() method?” is…

Read More “How To Get Current URL Using JavaScript In Selenium Java?” »

Uncategorized

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

Posts pagination

Previous 1 … 45 46 47 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark