Category Archives: Tutorial

How to Use Python URL Decode() Method In Selenium

AutomationSelenium PythonTutorial

How to Use Python URL Decode() Method In Selenium

URLs play a crucial role in ensuring the functionality and reliability of online platforms, yet the importance of managing URLs is often overlooked.

May 10, 2024

view count128515 Views

Read time23 Min Read

Mobile TestingTutorial

Handling Alerts and Popups in Appium

It is common for any mobile application to show alerts and popups. These alerts and popups prompt users to grant various permissions, like contacts, notifications, etc. However, they need to be handled when performing mobile application testing.

May 8, 2024

view count175180 Views

Read time13 Min Read

CSS Grid vs Flexbox Which to Choose and When

Web DevelopmentLambdaTest ExperimentsTutorial

CSS Grid vs Flexbox: Which to Choose and When

Layout is one of the most important aspects of web design. It determines how the elements of a web page are arranged and displayed. This is where CSS Grid and Flexbox come into play – two powerful CSS layout features that help design how content appears on a webpage.

May 7, 2024

view count126213 Views

Read time36 Min Read

Cypress .should() Command: A Detailed Guide

Cypress TestingTutorial

Cypress .should() Command: A Detailed Guide

In Cypress, an assertion is a way to validate that the Application Under Test (AUT) is functioning as expected. For this, the Cypress .should() command is used to make assertions about the state of your Application Under Test.

May 7, 2024

view count114746 Views

Read time30 Min Read

TutorialLambdaTest ExperimentsWeb Development

The Ultimate Guide to CSS Padding

When building a modern website, it’s crucial to maintain a clean and presentable appearance with consistent spacing between content and UI elements.

May 7, 2024

view count102037 Views

Read time16 Min Read

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 count88079 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 count125232 Views

Read time24 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 count89400 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 count206632 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 count125567 Views

Read time35 Min Read