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

nightwatch-vs-protractor

JavaScriptAutomation

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

view count88856 Views

Read time16 Min Read

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 count173051 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 count83789 Views

Read time25 Min Read

TestNG XML File & Execute Parallel Testing

AutomationSelenium Java

Create TestNG XML File & Execute Parallel Testing

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. In the previous article, we learned about creating a TestNG project in Eclipse and how to run our first ever Selenium Test Script. Now that you know how to run a TestNG … Continue reading Create TestNG XML File & Execute Parallel Testing

August 13, 2020

view count80125 Views

Read time9 Min Read

TestNG Project In Eclipse

AutomationSelenium Java

Create TestNG Project In Eclipse & Run Selenium Test Script

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. In the last article, we installed TestNG in Eclipse and did some environment set up for the same. Subsequently, we saw how we could convert our existing Java projects into TestNG projects … Continue reading Create TestNG Project In Eclipse & Run Selenium Test Script

July 31, 2020

view count91343 Views

Read time9 Min Read

CircleCI vs Jenkins

CI/CDDevOps

CircleCI vs Jenkins: Choosing The Right CI CD Tool

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Top CI/CD Tools Comparison. If you work in the software industry, you must have realized the never-ending demand for evolution at a particular stage. This is why modern SDLC has more emphasis on the Continuous Integration … Continue reading CircleCI vs Jenkins: Choosing The Right CI CD Tool

July 8, 2020

view count77781 Views

Read time20 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 count60249 Views

Read time5 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 tutorials. Visit LambdaTest Learning Hub for in-depth tutorials around CI/CD, Selenium, automation testing and more. While performing Selenium test automation, you’d often come across scenarios where you’d need to handle frames or iframes. Frames are used to split the content into horizontal and vertical splits, while iframes … Continue reading Protractor Tutorial: Handle Frames & iFrames in Selenium

June 18, 2020

view count67056 Views

Read time12 Min Read

Handling Timeouts With Selenium

AutomationSelenium ProtractorSelenium TutorialTutorial

Protractor Tutorial: Handling Timeouts With Selenium

This article is a part of our Protractor tutorials. Visit LambdaTest Learning Hub for in-depth tutorials around CI/CD, Selenium, automation testing and more. 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 … Continue reading Protractor Tutorial: Handling Timeouts With Selenium

June 9, 2020

view count92757 Views

Read time10 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 tutorials. 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 count63184 Views

Read time13 Min Read