All posts by Harshit Paul

About Harshit Paul

Harshit works as a product growth specialist at LambdaTest. He is also an experienced IT professional, who loves to share his thoughts about the latest tech trends as an enthusiast tech blogger.

Follow me on:

Blogs: 82

jacoco maven plugin

Automation

How To Generate Code Coverage Report Using JaCoCo-Maven Plugin

Code coverage is a software quality metric commonly used during the development process that lets you determine the degree of code that has been tested (or executed).

July 23, 2021

view count81921 Views

Read time23 Min Read

HTTP request header

AutomationSelenium JavaTutorial

How To Modify HTTP Request Headers In JAVA Using Selenium WebDriver?

One of the most common test automation challenges is how do we modify the request headers in Selenium WebDriver. As an automation tester, you would come across this challenge for any programming language, including Java.

June 23, 2021

view count97778 Views

Read time14 Min Read

Pseudo-Elements In CSS With Selenium

AutomationTutorial

Handling CSS Pseudo-Elements with Selenium

While performing UI automation testing on a webpage, we all try to work with the web elements such as buttons, texts, etc. Interaction with the WebElements in the DOM is made possible with the help of Selenium locators.

June 1, 2021

view count124426 Views

Read time14 Min Read

Configure Cucumber Setup

Selenium TutorialTutorial

Configure Cucumber Setup In Eclipse And IntelliJ [Tutorial]

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial and Selenium Cucumber . Selenium is a test automation framework extensively used by organizations looking to expedite the web-product testing process. As far as test automation frameworks in Java are concerned, TestNG is … Continue reading Configure Cucumber Setup In Eclipse And IntelliJ [Tutorial]

May 10, 2021

view count211645 Views

Read time10 Min Read

Handle Dropdowns In Selenium WebDriver using Python

AutomationSelenium WebDriverTutorial

How To Handle Dropdowns 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. Dropdowns are an integral part of modern websites. And like any other HTML element, these need to be tested as well, especially when you are performing automated browser testing.

March 8, 2021

view count90877 Views

Read time14 Min Read

build-cicd-pipeline-in-azure-devops

CI/CDDevOpsTutorial

How To Build a CI/CD Pipeline In Azure DevOps ?

Azure DevOps by Microsoft Azure is one of the leading tools that automate CI/CD’s process and, in turn, supports automatic builds and code projects to make them available to others.

February 2, 2021

view count158169 Views

Read time20 Min Read

10-most-read-articles-of-2020

LambdaTest Updates

Our 10 Most-Read Articles Of 2020

2020 is finally winding down—and it’s been a challenging year for a lot of us. But we’re pretty sure at this point that when the new year begins, this year will just – vaporize.

December 30, 2020

view count24120 Views

Read time9 Min Read

difference between chrome and chromium

Cross Browser Testing

Chromium vs. Chrome: Explore The Key Diffrences

We all know about Chrome; it’s undisputedly the leader of the browser market. But have you heard about Chromium? Did you know both Chrome and Chromium are related to each other? And what are some key differences between Chrome and Chromium?

December 3, 2020

view count247878 Views

Read time19 Min Read

Cucumber Best Practices For Selenium Automation

AutomationSelenium Tutorial

Top 5 Cucumber Best Practices For Selenium Automation

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Cucumber Tutorial. Do you know Cucumber is a great tool used to run acceptance tests using the plain-text functional descriptions with Gherkin? Behavior Driven Development strategy or BDD, as it is popularly known, is implemented … Continue reading Top 5 Cucumber Best Practices For Selenium Automation

November 3, 2020

view count107680 Views

Read time13 Min Read

Element In Selenium

Selenium TutorialAutomationTutorial

How To Get Text Of An Element In Selenium?

Selenium is the most widely used automation testing tool, which reduces human effort and efficiently handles testing the scenarios we encounter every day. One such scenario is how to get the text of an element in Selenium.

October 12, 2020

view count238548 Views

Read time9 Min Read