Author archives
Docker Beginner Tutorial 6 – How to install DOCKER on MAC ? Step by Step

Notes: Today we will learn : How to install Docker on MacOS Prerequisites Docker – Mac OS Yosemite 10.10.3 or above Docker Toolbox – mac OS 10.8 “Mountain Lion” or newer STEP 1 Install DOCKER STEP 2 validate INSTALLATION run some docker commands STEP 3 uninstall DOCKER References: https://www.docker.com/ https://www.docker.com/docker-mac https://store.docker.com/editions/community/docker-ce-desktop-mac https://www.docker.com/products/docker-toolbox https://docs.docker.com/toolbox/overview/ https://docs.docker.com/toolbox/toolbox_install_mac/ …
Docker Beginner Tutorial 5 – How to install DOCKER on WINDOWS ? Step by Step

Notes: Today we will learn : How to install Docker on Windows Step by Step We will see: Prerequisites Install Docker Troubleshooting tips Validate installation Uninstall Docker USEFUL INFORMATION If you install the Docker Toolbox on a Windows machine, the installer automatically installs Oracle Virtualbox to run the Docker virtual machine. Prerequisites OS – 64 …
Docker Beginner Tutorial 4 – How to install DOCKER on LINUX ? Step by Step

Notes: Today we will learn : How to install Docker on Linux Agenda: Prerequisites Connect to Linux Install Docker Start Docker Stop Docker Uninstall Docker Prerequisite OS should be 64 bit Linux kernel ver 3.10 or greater command to check : uname -r STEP 1 – Connect to Linux system STEP 2 – Install DOCKER …
Docker Beginner Tutorial 3 – Benefits of DOCKER

Notes: Today we will learn: Benefits of using Docker Build app only once No worries that the application will not perform the same way it did on testing env Portability Version Control Isolation Productivity Docker simplifies DevOps Watch Docker Playlist Like on Facebook Follow on Twitter Subscribe on Youtube Send me your …
Docker Beginner Tutorial 2 – How DOCKER works ?

Notes: Today we will learn: How Docker works ? Understand a general workflow of docker Difference between virtualization and containerization Understand docker client server architecture Understand: Docker file Docker images Docker Containers Docker Hub / Registry Docker client Docker server / daemon Docker engine Watch Docker Playlist Like on Facebook Follow on Twitter …
Docker Beginner Tutorial 1 – What is DOCKER (step by step) | Docker Introduction | Docker basics

Notes: Today we will learn: What is Docker ? Docker is the world’s leading software container platform Docker makes the process of application deployment very easy and efficient and resolves a lot of issues related to deploying applications Docker is a tool designed to make it easier to deploy and run applications by using containers …
Katalon Automation Recorder | How to create Automation Tests Faster

Notes: Chrome and Firefox plugin for creating fast and easy tests Main Features 1. Powerful IDE to record and run web ui tests 2. Can edit your recorded tests 2. Can export tests in Java, C#, Ruby, Python, Groovy 3. Plugin available on Chrome and Firefox (coming soon) 4. Uses Selenium 3 Core engine Quick …
How to create Faster Selenium Scripts in any Programming Language

Notes: Today we will learn: 1. How to create faster automation scripts with Selenium 2. How to create scripts that are less likely to break during execution Step 1 : goto http://www.seleniumhq.org/ and download selenium lib Step 2 : Create selenium project in your IDE Step 3 : Add selenium lib in your project Step …