Category Archives: Tutorial

Python Automation Scripts for Developers and Testers

AutomationSelenium PythonTutorial

13 Python Automation Scripts for Developers and Testers

Automated test scripts help ensure websites and web applications function as intended, and Python is a strong choice for writing these scripts.

September 30, 2024

view count227111 Views

Read time12 Min Read

LambdaTest ExperimentsTutorialWeb Development

How to Create CSS Gradient Shadows

Modern websites use contrasting colors, typography, and shadows to create a user-friendly experience. A key trend is mimicking natural elements for a more organic look that uses shadows, depth, and movement.

September 24, 2024

view count196209 Views

Read time12 Min Read

How To Run Cypress Tests In Azure DevOps Pipeline

Cypress TestingAutomationTutorial

How To Run Cypress Tests In Azure DevOps Pipeline

Traditional software development models like Waterfall have given way to DevOps, which enhances collaboration between development and operations teams.

September 17, 2024

view count556071 Views

Read time15 Min Read

AutomationSelenium TutorialTutorial

How to Use JavaScriptExecutor in Selenium

Selenium is an open-source suite of tools and libraries that allows you to interact with browsers to perform various operations like sending text, clicking on a button, selecting drop-downs, etc.

September 17, 2024

view count316923 Views

Read time11 Min Read

How to Handle Mouse Actions in Selenium feature image

AutomationSelenium WebDriverTutorial

How to Handle Mouse Actions in Selenium

While automating a website using Selenium, you can realize specific scenarios by automating low-level interactions such as keypresses and mouse button actions with the WebElements in the Document Object Model (DOM).

September 13, 2024

view count326632 Views

Read time17 Min Read

How to Test Biometric Authentication With Appium FI

AutomationMobile App TestingTutorial

How to Test Biometric Authentication With Appium

Biometric authentication has become an essential feature in all mobile phones today. It helps in identifying a person using their biometrics such as fingerprints, facial recognition or retina scans to sign in to the mobile application or validate the financial transactions from their mobile phones, thus providing a high-quality mobile user experience.

September 13, 2024

view count172533 Views

Read time23 Min Read

AutomationSelenium JavaTutorial

Selenium Pagination Tutorial: How to Handle Page Navigation

As websites are becoming an integral part of the business, they must have a good UI that provides the best user experience and loads the content quickly. Websites can be categorized into two types based on the categorization of their content: paginated and infinite-scrolling websites.

September 13, 2024

view count135223 Views

Read time16 Min Read

How to Scroll Down in Selenium C#

Selenium C#Tutorial

How to Scroll Down in Selenium C#

Scrolling is an essential feature in web applications, allowing users to navigate through content that can’t fit within a single view. To ensure a smooth user experience, it’s important to implement effective scrolling techniques.

September 10, 2024

view count179331 Views

Read time15 Min Read

Cypress TestingAutomationTutorial

How To Use Cypress Intercept For Handling Network Requests

Intercepting network requests was previously challenging due to limited visibility into network traffic between client and server. This difficulty made debugging and diagnosing network-related issues more complex and time-consuming.

September 10, 2024

view count415016 Views

Read time16 Min Read

How to Use Assert and Verify in Selenium

AutomationTutorial

How to Use Assert and Verify in Selenium

During Selenium automation, you might come across a number of scenarios where a decision needs to be taken regarding what happens if the test fails.

September 2, 2024

view count204890 Views

Read time18 Min Read