Category Archives: Tutorial

LambdatesFT

Cypress TestingAutomationTutorial

Cypress Logs: How to Improve Custom Commands Visibility

Cypress logs commands during tests but skips details for custom ones, making debugging tough. Add custom logs to track actions and simplify troubleshooting for better test clarity.

February 12, 2025

view count8544 Views

Read time14 Min Read

pytest fixtures

Selenium PythonAutomationTutorial

pytest Fixtures: A Detailed Guide With Examples

pytest fixtures streamline test setup and teardown, enhance reusability, and manage dependencies efficiently. Learn their advantages and how to implement them for better testing.

February 12, 2025

view count156205 Views

Read time18 Min Read

Top 28 Selenium WebDriver Commands in NUnit For Test Automation

AutomationSelenium C#Selenium TutorialTutorial

28 Top Selenium WebDriver Commands in NUnit

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. Selenium Framework interacts with the web browser via the Selenium WebDriver commands. It does so with the help of certain Selenium WebDriver commands to automate browser actions such as open, close or maximise

January 30, 2025

view count270762 Views

Read time10 Min Read

Boosting Web Performance With CSS GPU Acceleration FI

Web DevelopmentLambdaTest ExperimentsTutorial

Boosting Web Performance With CSS GPU Acceleration

CSS GPU acceleration boosts web performance, enables smoother animations, and optimizes user experiences by harnessing the power of hardware acceleration.

January 22, 2025

view count99412 Views

Read time18 Min Read

Web DevelopmentTutorialWeb Design

How to Use CSS Custom Fonts Effectively

CSS custom fonts are essential in shaping overall web design. Adding custom fonts to a website enables the use of diverse fonts that meet business needs and add a unique touch. Selecting the right font is a vital step in modern web design.

January 16, 2025

view count111397 Views

Read time19 Min Read

Getting Started With Python unittest.mock Library

Selenium PythonAutomationTutorial

Getting Started With Python unittest.mock Library

Programming languages like Python simplify test process with libraries like unittest.mock. Python unittest.mock library allows you to create mock objects that mock certain external APIs and dependencies.

January 15, 2025

view count117824 Views

Read time20 Min Read

A Step-by-Step Robot Framework

Selenium PythonRobot FrameworkTutorial

A Step-by-Step Robot Framework Tutorial

The Robot Framework is a popular Python-based open-source tool to automate websites and web applications. The combination of the Robot Framework and Selenium can be harnessed for web automation testing.

January 6, 2025

view count247672 Views

Read time10 Min Read

selenium-cypress-canvas-automation

Selenium TutorialAutomationCypress TestingTutorial

How to Use Selenium and Cypress for Canvas Automation

Automating Canvas elements can be tricky as the Canvas is not part of the DOM, making traditional selectors ineffective. Selenium uses JavaScript for interactions, while Cypress simplifies this with direct browser context and Canvas API access.

January 6, 2025

view count177053 Views

Read time28 Min Read

LambdatestFT

Selenium PythonAutomationTutorial

How to Run Parallel Tests Using Pabot With Robot Framework

Learn to use Pabot for parallel execution in Robot Framework. Handle shared resources with locks, use retries for transient failures, and rely on Pabot’s logs for debugging and stability.

January 6, 2025

view count313428 Views

Read time17 Min Read

Python Automation Testing With Examples Feature Image

Selenium PythonAutomationTutorial

Python Automation Testing With Examples

When it comes to automating front-end tests, choosing the ideal programming language becomes extremely crucial. Python is one such language that tops the list, owing to ease of use and extensive community support.

December 11, 2024

view count282031 Views

Read time15 Min Read