All posts by Praveen Mishra
• Automation • Selenium Java • Tutorial
How To Use Assertions In TestNG With Selenium
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on WebDriverIO Tutorial. Testing can be performed in a manual as well as automated manner.
November 1, 2021
182345 Views
14 Min Read
• CI/CD • Automation • Tutorial
How To Build An Automated Testing Pipeline With CircleCI & Selenium Grid
In this digital era, Continuous Integration and Continuous Deployment is closely aligned with software development and agile methodologies. Organizations deploy latest versions of software products every minute to ensure maximum competitive edge.
July 2, 2021
547433 Views
16 Min Read
• Automation • Selenium JavaScript • Tutorial
How To Take Screenshots In Selenium WebDriver Using JavaScript
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium JavaScript Tutorial. While performing automation testing, even the most reliable of test cases might face roadblocks as the action progresses. A failed test case, for instance, is a sure sign that something has gone wrong.
June 11, 2021
113361 Views
18 Min Read
• JavaScript • Selenium Python • Tutorial
How to Handle JavaScript Alert in Selenium WebDriver Using Python?
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Alert windows are widely used across websites where an alert message acts as a mode to ‘interrupt’ the current flow of the user journey. A simple example of a JavaScript alert would be … Continue reading How to Handle JavaScript Alert in Selenium WebDriver Using Python?
May 31, 2021
104091 Views
12 Min Read
How To Set Jenkins Pipeline Environment Variables?
Jenkins is an open-source and extensible continuous integration and continuous deployment server. It is used to automate the process of continuous integration and continuous deployment(CI/CD).
April 30, 2021
123100 Views
14 Min Read
Comprehensive Guide To Jenkins Declarative Pipeline [With Examples]
Jenkins Pipeline is an automation solution that lets you create simple or complex (template) pipelines via the DSL used in each pipeline. Jenkins provides two ways of developing a pipeline- Scripted and Declarative.
April 8, 2021
111455 Views
14 Min Read
How To Use Shared Libraries In A Jenkins Pipeline?
As Agile methodology picks pace, tools that enable faster time to deliver software got more prominence. Jenkins, arguably the widely used DevOps automation tool, helps companies achieve the full benefits of Agile methodology.
March 2, 2021
75716 Views
11 Min Read
• Automation • Selenium Tutorial • Tutorial
Selenium SendKeys : All You Need To Know
Selenium automation is not just about navigating and clicking through the links. Yes, you can use it to switch tabs, find broken links, or even drag and drop directly. But there is a lot more to it.
January 20, 2021
375740 Views
9 Min Read
• JavaScript • Automation • Tutorial
Nightwatch Vs Protractor: Which Testing Framework Is Right For You?
Do you know the test automation market is all set to hit $35 billion by 2026? And when it comes to cross browser testing, JavaScript leads from the front? Javascript is probably the best alternative for Selenium automation, considering its protocol transformation to the W3C standard.
December 16, 2020
84231 Views
16 Min Read
The Best Alternatives to Jenkins for Developers
When it comes to CI/CD tools, we’re all too familiar with Jenkins. It has been a popular choice among Java developers for continuous integration and continuous development approach. It is a super-effective tool to build and test projects, thereby making easy integration possible continuously.
November 10, 2020
108702 Views
11 Min Read