Updated on: 21st Sep 2020

Page Object Model in Selenium With Page Factory

Ratings()

Page Object Model, also known as POM is a design pattern in Selenium that creates an object repository for storing all web elements. It is useful in reducing code duplication and improves test case maintenance. In Page Object Model, consider each web page of an application as a class file. Each class file will contain […]

Read More

Updated on: 21st Sep 2020

Hash in Python

Ratings()

The hash() method returns the hash value of an object if it has one. Hash values are just integers that are used to compare dictionary keys during a dictionary lookup quickly. Internally, the hash() method calls __hash__() method of an object which is set by default for any object. We’ll look at this later. What […]

Read More

Updated on: 21st Sep 2020

Break, Continue, and Pass Statements in Python

Ratings()

Using loops in Python automates and repeats the tasks in an efficient manner. But sometimes, there may arise a condition where you want to exit the loop completely, skip an iteration or ignore that condition. These can be done by loop control statements. Loop control statements change execution from its normal sequence. When execution leaves […]

Read More

Updated on: 21st Sep 2020

Amazon Web Services WorkSpaces

Ratings()

Amazon WorkSpaces is a fully managed desktop computing service in the cloud that allows its customers to provide cloud-based desktops to their end-users. Through this the end users can access the documents, applications, and resources using devices of their choice such as laptops, iPad, Kindle Fire, or Android tablets. This service was launched to meet […]

Read More

Updated on: 21st Sep 2020

What is AWS Management Console?

Ratings()

Cloud computing with AWS Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 175 fully featured services from datea centers globally.  Millions of customers including the fastest-growing startups, largest enterprised, and leading government agencies are using AWS to lower costs, become more agile, and innovate faster.  What is […]

Read More

Updated on: 19th Sep 2020

Serverless Computing Tutorial

Ratings()

Serverless computing is one of the biggest new technologies coming into its own. Learn about how it works and various applications. What is Serverless? Like many trends in software, there’s no one clear view of what Serverless is. For starters, it encompasses two different but overlapping areas: 1.Serverless was first used to describe applications that […]

Read More

Updated on: 19th Sep 2020

BIOMETRICS Tutorial

Ratings()

What is Biometrics? Biometrics is a technology used to identify, analyze, and measure an individual’s physical and behavioral characteristics. Each human being is unique in terms of characteristics, which make him or her different from all others. The physical attributes such as fingerprints, color of iris, color of hair, hand geometry, and behavioral characteristics such […]

Read More

Updated on: 19th Sep 2020

ROBOTICS Tutorial

Ratings()

Roboticists develop man-made mechanical devices that can move by themselves, whose motion must be modelled, planned, sensed, actuated and controlled, and whose motion behaviour can be influenced by programming. Robots are called intelligent if they succeed in moving in safe interaction with an unstructured environment, while autonomously achieving their specified tasks. This definition implies that […]

Read More

Updated on: 19th Sep 2020

BLOCKCHAIN Tutorial

Ratings()

What is Blockchain? Blockchain is a secure series or chain of timestamped records stored in a database that a group of users manages who are a part of a decentralized network. Blockchain is a decentralized or distributed ledger where each node in the network has access to the data or records stored in a blockchain. […]

Read More

Updated on: 19th Sep 2020

5G Tutorial

Ratings()

5G is the 5th generation of mobile networks, a significant evolution of today’s 4G LTE networks.  5G has been designed to meet the very large growth in data and connectivity of today’s modern society, the internet of things with billions of connected devices, and tomorrow’s innovations. 5G will initially operate in conjunction with existing 4G […]

Read More

Updated on: 19th Sep 2020

LabVIEW Tutorial

Ratings()

Before starting this lesson, you need to have LabVIEW installed and ready to run. You can check to see if it is installed by going to Start»All Programs»National Instruments»LabVIEW 2010. This course assumes that you have never written a computer program, but you’ll start programming right away! Have fun! We are going to start learning […]

Read More

Updated on: 19th Sep 2020

BitBucket Tutorial

Ratings()

Bitbucket is a web-based version control repository hosting service owned by Atlassian, for source code and development projects that use either Mercurial (from launch until 1 July 2020) or Git (since October 2011) revision control systems. Bitbucket is available in 3 options: Bitbucket Server: For on-premise deployment. Bitbucket Cloud: Hosted on Atlassian servers. Bitbucket Data […]

Read More

Updated on: 19th Sep 2020

IBM Bigfix Tutorial

Ratings()

IBM’s security division offers a range of enterprise security products and services. The company monitors 35 billion security events per day in more than 130 countries. IBM acquired BigFix in 2010. This tutorial provides all the information you will need to properly classify the software in your environment and to prepare your first audit report. […]

Read More

Updated on: 19th Sep 2020

Sharepoint Tutorial

Ratings()

Our Sharepoint Tutorial will allow you to learn both fundamental and sophisticated concepts of Sharepoint. This Sharepoint tutorial is helpful for beginners along with practitioners. Moreover, in this Sharepoint tutorial, we will discuss the purpose of SharePoint, It’s Versions, and advanced features. In our Sharepoint Tutorial, you will also learn topics like Key Features of […]

Read More

Updated on: 19th Sep 2020

Linux Tutorial

Ratings()

The term “open source” originated in the software development context to designate a particular approach to the creation of computer programs. An open-source OS basically refers to a type of computer software where its copyright holder grants users all over the world, the right to distribute (to anyone for any purpose), change, and study the […]

Read More