Tag «raghav pal»

A Story of Cloud Computing

One day Mickey was taking a walk at the riverside when Minnie came running to himMinnie – Hey Mickey, Wait for me! Mickey – Hi Minnie, what happened? Minnie – I need to talk to you Mickey – Sure, tell me Minnie – Do you know what is Cloud Computing? Mickey – Sure I do, …

Vote for Topics 2020

Automation | Testing | DevOps | CIHi Friends,Vote here – https://forms.gle/jwVEsUg4bX4y28i97 Your votes will decide the sequence of Topics. 2019 was a great year for our family, Automation Step by Step.Thanks for your love and support and an awesome 2019. Looking forward to a Bright New 2020 with love,Raghav

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 …

Selenium Beginner 12 – What are Headless Browsers

Notes: Today we will learn: 1. What are Headless Browsers 2. Why should we use Headless Browsers 3. When should we NOT use Headless Browsers 4. Examples of Headless Browsers Helpful TIPS Html Unit browser PhantomJS TrifleJS SlimmerJS ZombieJS References: Headless Browsers list – https://gist.github.com/evandrix/3694955 Xvfb wikipedia – https://en.wikipedia.org/wiki/Xvfb Xvfb Jenkins Plugin – https://wiki.jenkins-ci.org/display/JENKINS/Xvfb+Plugin Stack …

Selenium Beginner 8 – How to run test on Chrome Browser

Notes: Today we will learn: Step 1 – How to download ChromeDriver Step 2 – How to set ChromeDriver in System Properties System.setProperty(“webdriver.chrome.driver”, “location of chrome driver executable”); WebDriver driver = new ChromeDriver(); Step 3 – Run test in Chrome Browser helpful tips | interview section References : Selenium HQ – http://www.seleniumhq.org/ ChromeDriver exe release …