Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the responsive-lightbox domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114
Shekhar Sharma, Author at Testingpool - Page 4 of 28

Author: Shekhar Sharma

Scala Overview

Scala Overview

Scala tutorial provides from basics to advance concepts. It is designed to target beginners as well as professionals. What do you know about Scala? The name scala comes from the word scalable and definitely,...

Scala Installation

Scala Installation

In this post, we will learn what are the prerequisite for scala, how to install it and run it. Firstly, You would like to check if scala is already installed on your system or...

Verify toolTip using Selenium Webdriver

Verify toolTip using Selenium Webdriver

In this post, we will see how to verify toolTip using Selenium Webdriver. Tooltip is the text that appears when mouse hovers over an object like link, button, image etc. Sometimes, it is a...

Unix Tutorial Part 3

Unix Tutorial Part 3

In the previous post, we have seen about the directories. In this Unix Tutorial Part 3 , we will learn the following points. Redirection Redirecting the output Redirecting the input Pipes  

UNIX part 2

Unix Tutorial Part 2

In the previous post, we have seen about the directories. In this Unix Tutorial Part 2 , we will learn the following points. Copying Files Moving Files Removing Files and directories Displaying the contents...

Unix Tutorial Part 1

Unix Tutorial Part 1

In the previous post, we have seen the architecture of UNIX. In this post, we will learn about the directories. A directory is used to store file names and related information.All files, whether ordinary, special,...

UNIX Architecture

The UNIX Architecture

Different Layers of the UNIX Architecture: UNIX architecture consists of following features as mentioned below. Hardware: This refers to the Hardware layer of any system. Kernel: It is the heart of the operating system...

Getting Started – Unix Tutorials

Getting Started – Unix Tutorials

What is UNIX? Like DOS and Windows, UNIX is another operating system. It was developed in 1960s by a group of AT&T employees at Bell Labs and has been under constant development ever since.UNIX is...

HTMlUnit driver

HTMLUnit Driver

HTMLUnit Driver is currently the fastest and most light weight implementation of WebDriver. It is based on HTMLUnit (This is a Java framework for testing webapps.) It is also known as Headless Browser Driver....

Listiterator

ListIterator in java

In the previous post, we have learnt about the Iterator in java. In this post, we will learn about ListIterator in java. It is different from Iterator , because ListIterator is used to iterate...