All posts by Praveen Mishra
• Testing Strategies • Automation • Manual Testing
10 Biggest Remote Testing Challenges And How To Resolve [2024]
After the COVID-19 pandemic hit the world, almost every organization was forced to allow its employees to work from home which made us realize the challenges of working remotely.
March 26, 2024
462578 Views
15 Min Read
21 Best Jenkins Alternatives for Developers in 2024
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.
March 1, 2024
140435 Views
11 Min Read
• 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
195505 Views
14 Min Read
• CI/CD • Automation • Tutorial
Streamline Testing with CircleCI Pipeline and 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
573519 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
123584 Views
19 Min Read
• JavaScript • Selenium Python • Tutorial
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 JavaScript Alert in Selenium WebDriver Using Python
May 31, 2021
116293 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
172581 Views
14 Min Read
Jenkins Declarative Pipeline [With Examples]: Detailed Guide
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
137005 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
92385 Views
11 Min Read
• JavaScript • Automation
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
91337 Views
16 Min Read