Category Archives: Tutorial

How to Use ThreadLocal in Java

AutomationSelenium JavaTutorial

How to Use ThreadLocal in Java With Selenium WebDriver

ThreadLocal in Java is a powerful tool for managing thread-specific data, and its application in Selenium testing can significantly enhance test stability and efficiency.

May 7, 2024

view count87422 Views

Read time19 Min Read

Web DevelopmentLambdaTest ExperimentsTutorial

Hands-On Guide to CSS radial-gradient() Function

In Cascading Style Sheets (CSS), there are a variety of background styling properties that developers leverage to customize the background of web page elements. One of the most practiced background styling properties is the CSS radial-gradient() function.

April 29, 2024

view count124842 Views

Read time25 Min Read

How to Use pytest Skip Test And XFail in Selenium Feature Image

AutomationSelenium PythonTutorial

How to Use pytest Skip Test And XFail in Selenium

While performing automated testing with pytest, you may need to skip test execution due to the ongoing refactoring of functionalities, which may lead to instability or alignment with current project requirements.

April 29, 2024

view count88702 Views

Read time20 Min Read

How to Use Thread.sleep() in Selenium

Selenium JavaAutomationTutorial

How to Use Thread.sleep() in Selenium

When performing Selenium automation testing, you might encounter a NoSuchElementException() when the element you’re trying to interact with isn’t found.

April 25, 2024

view count205970 Views

Read time20 Min Read

The Ultimate Guide to CSS Keyframes Animation

Web DevelopmentLambdaTest ExperimentsTutorial

The Ultimate Guide to CSS Keyframes Animation

The saying “first impression is the last impression” holds true, especially for online user experience. According to Forbes, nearly 94% of a website’s initial impression is influenced by its web design.

April 22, 2024

view count125080 Views

Read time35 Min Read

How to Handle Shadow Root in Selenium Java

AutomationSelenium JavaTutorial

How to Handle Shadow Root in Selenium Java

When automating tests using Selenium, there may be a scenario where you can’t find an element on a web page even though it seems to be in the Document Object Model (DOM).

April 22, 2024

view count138448 Views

Read time19 Min Read

CSS Margins: All You Need to Know

Web DevelopmentLambdaTest ExperimentsTutorial

CSS Margins: All You Need to Know

Imagine having a website where the texts are so close to each other and feel cluttered. It will be hard to read, and users will probably ignore the rest. Approximately 38% of individuals are inclined to discontinue their interaction with a website with unappealing content and layout

April 19, 2024

view count125403 Views

Read time21 Min Read

How to Set CSS Media Query For Portrait Orientation Feature Image

Web DevelopmentLambdaTest ExperimentsTutorial

How to Set CSS Media Query For Portrait Orientation

When it comes to web design, CSS media queries are crucial for creating responsive layouts. They enable developers to adjust how a website appears depending on factors like screen size and whether the device is in portrait or landscape mode.

April 18, 2024

view count123884 Views

Read time23 Min Read

How to Add a Smooth Scroll in CSS

Web DevelopmentLambdaTest ExperimentsTutorial

How to Add a Smooth Scroll in CSS

According to Adobe, 59% of people browse a website with an appealing design.

April 16, 2024

view count121428 Views

Read time23 Min Read

How To Perform React Native Testing Using Appium

Mobile App TestingTutorial

How To Perform React Native Testing Using Appium

With the technology emerging so fast, mobile apps have captured most of the industry market. Every organization is focused on creating a new app for their business platform, and the React Native framework is trending in developing mobile apps.

April 12, 2024

view count216099 Views

Read time30 Min Read