All posts by Praveen Mishra

About Praveen Mishra

Praveen is a Computer Science Engineer by degree, and a Digital Marketer by heart who works at LambdaTest. A social media maven, who is eager to learn & share about everything new & trendy in the tech domain.

Follow me on:

Blogs: 28

10 Biggest Remote Testing Challenges (& How To Overcome Them) 480px

Testing StrategiesAutomationManual 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

view count425730 Views

Read time15 Min Read

CI/CDDevOps

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

view count130964 Views

Read time11 Min Read

Assertions In TestNG Using Selenium

AutomationSelenium JavaTutorial

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

view count191645 Views

Read time14 Min Read

CI/CDAutomationTutorial

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

view count571007 Views

Read time16 Min Read

AutomationSelenium JavaScriptTutorial

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

view count120289 Views

Read time18 Min Read

JavaScript Alert in Selenium WebDriver

JavaScriptSelenium PythonTutorial

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

view count112726 Views

Read time12 Min Read

Set Jenkins Pipeline Environment Variables

CI/CDTutorial

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

view count158249 Views

Read time14 Min Read

Guide To Jenkins Declarative Pipeline

CI/CDTutorial

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

view count129408 Views

Read time14 Min Read

Use-Jenkins-Shared-Libraries-In-A-Jenkins-Pipeline

CI/CDTutorial

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

view count87929 Views

Read time11 Min Read

Selenium SendKeys

AutomationSelenium TutorialTutorial

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

view count390037 Views

Read time9 Min Read