Top five Automation Testing Tools in 2020
Top 5 most popular automation testing tools in 2020 which every Software QA and tester should learn to become a successful automation developer/engineer
Introduction to Selenium 4.0 and features in Selenium 4.0
What is selenium 4.0?
What is selenium 4.0? To begin with, in the present scenario, we are heavily dependent on Websites and our day to day life is highly dependent on the Web. If we talk about Website and web automation then the first thing to remember is “Selenium”. Basically, Selenium is one of the popular API for Web Automation and used directly indirectly in many web automation tools.
Recently Selenium community launched Selenium 4.0 a6 Version which has many interesting features which makes you much excited to use Selenium4.0. This article definitely helps you by providing detailed information on Selenium 4.0a6 new features.
Download Files using Selenium WebDriver
Download Files using Selenium WebDriver - Learn How to write selenium script for automating the process of Download Files with sample code & example
Create First Jenkins Job for Automation Project
Create First Jenkins Job for Automation Test - Learn how to create jenkins jobs for automation project with example
Install Jenkins on Windows Machine
Install Jenkins on Windows Machine - What is Jenkins, CI/CD Integration and DevOps? Step by Step process of Jenkins Installation for Windows.
TestNG Soft Assertion And Hard Assertion In Selenium
TestNG– Soft and Hard Assertion in Selenium - Learn how assertions works in selenium project using TestNG dependency with example & sample program step by step