Category Archives: Tutorial

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 count139285 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 count125754 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 count124408 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 count122153 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 count217016 Views

Read time30 Min Read

Web DevelopmentLambdaTest ExperimentsTutorial

How To Resize Images Using object-fit in CSS

Images and videos are fundamental aspects of modern-day websites; you can hardly see a website that contains just text and not images or videos.

April 9, 2024

view count130065 Views

Read time20 Min Read

Web DevelopmentLambdaTest ExperimentsTutorial

Advanced CSS Tutorial: Level Up Your Web Development Skills

Cascading Style Sheets (CSS) is a cornerstone for building modern websites and web apps. According to a survey by W3Techs, almost all websites, like 96.8%, use CSS.

April 9, 2024

view count114440 Views

Read time26 Min Read

TDD vs BDD

AutomationTutorial

TDD vs BDD vs ATDD: Which One to Choose?

When it comes to building high-quality software applications, testing plays a crucial role. Within the Agile development methodology, three key approaches focus on writing clear and effective tests

April 5, 2024

view count643791 Views

Read time20 Min Read

CSS Transitions

TutorialLambdaTest ExperimentsWeb Development

CSS Transitions: A Detailed Guide With Examples

Modern web design isn’t just static pages. It’s about creating interactive experiences for visitors. This includes effects like buttons that change color on hover, pop-up windows (modals) that appear, and elements that fade in or out as you scroll.

April 2, 2024

view count128890 Views

Read time19 Min Read

Handling Element is Not Clickable at Point Exception in Selenium

AutomationSelenium JavaTutorial

Handling “Element is Not Clickable at Point” Exception in Selenium

In Selenium automation testing, locators help identify and interact with any element on the web page. For example, ID, Name, ClassName, XPath, CSS Selector, TagName, LinkText, and Partial LinkText are widely used to help you interact with the elements on the web page.

March 28, 2024

view count364905 Views

Read time10 Min Read