Category Archives: Tutorial

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 count131705 Views

Read time23 Min Read

How To Perform React Native Testing Using Appium

Mobile App TestingTutorial

How to Perform React Native Testing

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 count226751 Views

Read time27 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 count136267 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 count122652 Views

Read time27 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 count647720 Views

Read time21 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 count138861 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 count371925 Views

Read time10 Min Read

How to Click Button in Selenium A Complete Guide

AutomationSelenium JavaTutorial

How to Click Button in Selenium: A Complete Guide

No software test is truly complete without interacting with the elements of a webpage. Clicking a button to submit a form, checking a checkbox, or following a link are some of the primary actions users take.

March 28, 2024

view count433857 Views

Read time24 Min Read

CSS Form Design Elements: How to Style Them?

Web DevelopmentLambdaTest ExperimentsTutorial

CSS Form Design Elements: How to Style Them?

Forms are the building blocks that allow websites to interact with users. They collect information, from email addresses for subscriptions to feedback on software products, which is necessary for the websites to function.

March 26, 2024

view count111613 Views

Read time29 Min Read

Mastering Selenium Testing: JUnit Asserts With Examples

AutomationSelenium TutorialTutorial

Mastering Selenium Testing: JUnit Asserts With Examples

Automation testing helps to ease the life of software testers by allowing them to automate their repetitive tasks, and open-source test automation frameworks like Selenium have enabled users to automate web testing experience at scale. However, what good is automation testing if you cannot verify whether a test case has passed or failed?

March 22, 2024

view count236022 Views

Read time23 Min Read