All posts by Praveen Mishra

About Praveen Mishra

Praveen Mishra is a community contributor with 7 years of experience in B2B SaaS, specializing in testing automation and data-driven testing strategies. He holds a Bachelor’s degree in Computer Applications (Computer Science) and has written 25+ technical articles on automation testing, CI/CD, cross-browser testing, and related topics. Praveen is followed by over 10,000 professionals from the QA community, including QA engineers, tech leaders, AI enthusiasts, and DevOps professionals, on LinkedIn.

Follow me on:

Blogs: 26

Cross Browser Testing

Here Are The Top Browsers For Cross Browser Testing In 2020

We all know that user experience matters; it’s the key to delighting our customers. So, whether you are managing a live website or building a new one, you need to ensure a uniform user experience across all browsers and browser versions.

October 26, 2020

view count182040 Views

Read time12 Min Read

java testing frameworks

Automation

Top 10 Java Unit Testing Frameworks for 2023

When we talk about programming in the modern tech world, Java instantly comes to our mind. After all, it is considered as one of the most versatile programming languages.

September 15, 2020

view count94868 Views

Read time25 Min Read

TestNG Project In Eclipse

AutomationSelenium Java

Create TestNG Project In Eclipse & Run Selenium Test Script

TABLE OF CONTENTS Create TestNG Project In Eclipse Creating a TestNG class in Eclipse Writing Our First Test Case Using Selenium and TestNG TestNG Reports and Results Frequently Asked Questions (FAQs) Chapters What Is TestNG Framework Install TestNG in Eclipse Create TestNG Project in Eclipse Create TestNG.xml File in Eclipse Using TestNG In Selenium First … Continue reading Create TestNG Project In Eclipse & Run Selenium Test Script

July 31, 2020

view count109266 Views

Read time16 Min Read

CircleCI vs Jenkins

CI/CDDevOps

CircleCI vs Jenkins: Choosing The Right CI CD Tool

In the fast-paced software industry, Continuous Integration and Continuous Delivery (CI/CD) have become essential for achieving faster and more reliable releases. Among the many CI/CD tools available, CircleCI vs Jenkins remains one of the most common comparisons for DevOps teams. Jenkins, a long-standing open-source CI/CD tool, offers extensive plugin support and flexibility for customized workflows. … Continue reading CircleCI vs Jenkins: Choosing The Right CI CD Tool

July 8, 2020

view count93661 Views

Read time28 Min Read

Protractor Tutorial

AutomationSelenium ProtractorSelenium TutorialTutorial

Protractor Tutorial: End To End Testing For AngularJS

According to StackOverflow’s developer survey, around 30.7% of respondents preferred AngularJS to develop their web applications. These web apps use fewer resources and are faster in comparison to the older static pages.

June 25, 2020

view count70110 Views

Read time7 Min Read

Protractor Tutorial: Handle Frames & iFrames in Selenium

AutomationSelenium ProtractorSelenium TutorialTutorial

Protractor Tutorial: Handle Frames & iFrames in Selenium

This article is a part of our Protractor tutorial. Visit LambdaTest Learning Hub for in-depth tutorials around CI/CD, Selenium, automation testing and more. Overview Handling frames and iFrames is crucial in Selenium automation because many web applications embed external or isolated content within separate DOM contexts. Protractor provides reliable methods to switch between frames so … Continue reading Protractor Tutorial: Handle Frames & iFrames in Selenium

June 18, 2020

view count78065 Views

Read time14 Min Read

Handling Timeouts With Selenium

AutomationSelenium ProtractorSelenium TutorialTutorial

Protractor Tutorial: Handling Timeouts With Selenium

A lot of times while performing Selenium, you’ll come across certain scenarios when your test fails due to the fact that the webpage or the web element takes some time to load completely.

June 9, 2020

view count102556 Views

Read time12 Min Read

Handle Alerts And Popups

AutomationSelenium ProtractorSelenium TutorialTutorial

How To Handle Alerts And Popups In Protractor With Selenium?

This article is a part of our Protractor tutorial. Visit LambdaTest Learning Hub for in-depth tutorials around CI/CD, Selenium, automation testing and more. There are times in the life-cycle of various web applications where you need to interrupt a message to the user. These may be warnings, alerts or information. Browsers have native dialog boxes, … Continue reading How To Handle Alerts And Popups In Protractor With Selenium?

June 1, 2020

view count74670 Views

Read time15 Min Read

AutomationSelenium TutorialTutorial

How To Debug Protractor Tests for Selenium Test Automation?

This article is a part of our Protractor tutorial. Visit LambdaTest Learning Hub for in-depth tutorials around CI/CD, Selenium, automation testing and more. End to end testing of web applications is pivotal to ensure it’s quality. This is why you need to make sure that all the issues and bugs are addressed. When you encounter … Continue reading How To Debug Protractor Tests for Selenium Test Automation?

May 25, 2020

view count56834 Views

Read time15 Min Read

11 Ways To Manage Distributed Testing Teams Effectively

Cross Browser TestingTesting Strategies

Effective Management: 11 Strategies for Distributed Testing Teams

With the outbreak of COVID-19, organizations all over the world are forced to ask their employees to work from home. It’s likely that you haven’t worked with a completely distributed team, let alone manage one.

April 14, 2020

view count134754 Views

Read time12 Min Read