Tutorial Articles

494 articles found in Tutorial

Cypress Testing Framework Tutorial: Complete Guide to Test Automation with Cypress | TestMu AI (Formerly LambdaTest)
Cypress Testing Framework Tutorial: Complete Guide to Test Automation with Cypress | TestMu AI (Formerly LambdaTest)

A complete cypress testing framework tutorial: Get started with end to end automation testing using Cypress testing framework and TestMu AI (Formerly LambdaTest) test automation cloud.

Sachin

Sachin

February 17, 2026

16 min read

Selenium Webdriver with Python : A Detailed Guide for Automation
Selenium Webdriver with Python : A Detailed Guide for Automation

Follow our comprehensive Selenium with Python tutorial. Learn how to set it up correctly and start using Selenium with Python for automation.

Himanshu Sheth

Himanshu Sheth

February 17, 2026

31 min read

Automation Testing Tutorial: Ultimate Guide
Automation Testing Tutorial: Ultimate Guide

Improve your software testing process with our automation testing tutorial. Discover the benefits of automation testing, learn about the best tools and techniques, and get expert insights on optimizing your testing strategy.

Ria Dayal

Ria Dayal

February 17, 2026

33 min read

WebDriverManager in Selenium: How to Use it? | TestMu AI (Formerly LambdaTest)
WebDriverManager in Selenium: How to Use it? | TestMu AI (Formerly LambdaTest)

Explore WebDriverManager in Selenium, solving critical issues with WebDriver. Learn its practical implementation.

Cagri Ataseven

Cagri Ataseven

February 17, 2026

25 min read

Selenium SendKeys : All You Need To Know | TestMu AI (Formerly LambdaTest)
Selenium SendKeys : All You Need To Know | TestMu AI (Formerly LambdaTest)

Discover how to use Selenium sendkeys for sending keystrokes automatically! Dive into our blog for insights on effective sendkeys utilization.

Solomon Eseme

Solomon Eseme

February 17, 2026

22 min read

Locators In Selenium WebDriver With Examples | TestMu AI (Formerly LambdaTest)
Locators In Selenium WebDriver With Examples | TestMu AI (Formerly LambdaTest)

Learn different types of locators in Selenium WebDriver and how to use them for Selenium automation testing

Faisal Khatri

Faisal Khatri

February 17, 2026

48 min read

Web Scraping with Selenium Java: A Detailed Guide
Web Scraping with Selenium Java: A Detailed Guide

Web Scraping or Web Data Extraction automatically extracts data from any target website using software tools and scripts. This blog delves into the intricacies of performing web scraping with Selenium Java for different websites.

Vipul Gupta

Vipul Gupta

February 17, 2026

41 min read

How to Fix NoSuchElementException in Selenium | TestMu AI (Formerly LambdaTest)
How to Fix NoSuchElementException in Selenium | TestMu AI (Formerly LambdaTest)

NoSuchElementException is one of the most common exceptions in Selenium, which occurs when an element is not found on the page. This blog post discusses NoSuchElementException, why it occurs, and how to fix NoSuchElementException in Selenium with Java.

Vipul Gupta

Vipul Gupta

February 17, 2026

28 min read

A Complete Guide to Python End Parameter
A Complete Guide to Python End Parameter

The Python end parameter, a lesser-known feature of the Python print() function, controls each output's concluding character or string. Customize output and enhance code readability effortlessly using the Python end parameter in Python test automation.

Paulo Oliveira

Paulo Oliveira

February 17, 2026

53 min read

How to Handle Auto Suggestions in Selenium Java | TestMu AI (Formerly LambdaTest)
How to Handle Auto Suggestions in Selenium Java | TestMu AI (Formerly LambdaTest)

This blog delves into the intricacies of handling auto-suggestions in Selenium Java for web automation using different techniques.

Vipul Gupta

Vipul Gupta

February 17, 2026

41 min read

Complete Selenium WebDriver Tutorial with Examples
Complete Selenium WebDriver Tutorial with Examples

An end-to-end Selenium WebDriver tutorial to deep dive in the basics of Selenium WebDriver, its architecture, and automation testing with Selenium WebDriver.

Ria Dayal

Ria Dayal

February 17, 2026

45 min read

Using Page Object Model (POM) Pattern In JavaScript With Selenium
Using Page Object Model (POM) Pattern In JavaScript With Selenium

In this blog, you will learn how to implement the Page Object Model pattern in JavaScript with the help of the WebdriverIO framework.

Harita Ravindranath

Harita Ravindranath

February 17, 2026

22 min read

Page Object Model (POM) In Selenium Python | TestMu AI (Formerly LambdaTest)
Page Object Model (POM) In Selenium Python | TestMu AI (Formerly LambdaTest)

Page object model avoids code duplication and improves test maintenance. Read now and learn how to implement the POM design pattern in Selenium Python.

Himanshu Sheth

Himanshu Sheth

February 17, 2026

23 min read

How to Handle File Upload in Selenium | TestMu AI (Formerly LambdaTest)
How to Handle File Upload in Selenium | TestMu AI (Formerly LambdaTest)

Learn how to handle file upload in Selenium. Explore techniques and examples to automate file uploads and streamline your testing processes.

Faisal Khatri

Faisal Khatri

February 17, 2026

18 min read

How To Write Test Cases in Java | TestMu AI (Formerly LambdaTest)
How To Write Test Cases in Java | TestMu AI (Formerly LambdaTest)

Learn how to write test cases in Java Using Selenium WebDriver and TestNG.

Vipul Gupta

Vipul Gupta

February 17, 2026

26 min read

Auto Healing in Selenium Automation Testing | TestMu AI (Formerly LambdaTest)
Auto Healing in Selenium Automation Testing | TestMu AI (Formerly LambdaTest)

This blog deep dives into the nitty-gritty of auto healing with Selenium and how to reduce test maintenance costs with the auto healing feature (or Selenium capability) on TestMu AI (Formerly LambdaTest) Continuous Quality Cloud.

Himanshu Sheth

Himanshu Sheth

February 17, 2026

45 min read

Playwright Tutorial: Getting Started With Playwright Framework | TestMu AI (Formerly LambdaTest)
Playwright Tutorial: Getting Started With Playwright Framework | TestMu AI (Formerly LambdaTest)

This Playwright tutorial will guide you through the setup of the Playwright framework, which will enable you to write end-to-end tests for your future projects.

Gary Parker

Gary Parker

February 17, 2026

30 min read

Appium Testing Tutorial For Mobile Applications | TestMu AI (Formerly LambdaTest)
Appium Testing Tutorial For Mobile Applications | TestMu AI (Formerly LambdaTest)

In this Appium testing tutorial, we deep dive into the essentials of the Appium framework for performing mobile automation testing.

Sidharth Shukla

Sidharth Shukla

February 17, 2026

31 min read

Top 28 Selenium WebDriver Commands in NUnit For Automation | TestMu AI (Formerly LambdaTest)
Top 28 Selenium WebDriver Commands in NUnit For Automation | TestMu AI (Formerly LambdaTest)

Selenium WebDriver commands are the methods used to run your Selenium test automation scripts. Here are the different commands you'd need to automate browser actions.

Himanshu Sheth

Himanshu Sheth

February 11, 2026

32 min read

How to Use CSS Position Sticky [With Examples] | TestMu AI (Formerly LambdaTest)
How to Use CSS Position Sticky [With Examples] | TestMu AI (Formerly LambdaTest)

Master CSS position: sticky with real-world examples. Ensure cross browser compatibility and elevate your web design with ease.

Aakash Rao

Aakash Rao

February 10, 2026

46 min read

CSS Grid Best Practices: Guide With Examples [2026] | TestMu AI (Formerly LambdaTest)
CSS Grid Best Practices: Guide With Examples [2026] | TestMu AI (Formerly LambdaTest)

Master CSS Grid best practices to create responsive, flexible layouts. Improve maintainability and user experience in your web designs.

Tahera Alam

Tahera Alam

February 8, 2026

19 min read

23 Best CSS Frameworks For React In 2026: A Comprehensive Overview | TestMu AI (Formerly LambdaTest)
23 Best CSS Frameworks For React In 2026: A Comprehensive Overview | TestMu AI (Formerly LambdaTest)

Don't get left behind in web development trends. Discover the most popular CSS frameworks for React in 2023 with our comprehensive guide. Choose the best for your project.

Adarsh M

Adarsh M

February 8, 2026

80 min read

16 Selenium Best Practices For Test Automation 2026 | TestMu AI (Formerly LambdaTest)
16 Selenium Best Practices For Test Automation 2026 | TestMu AI (Formerly LambdaTest)

Optimize your web testing with 16 essential Selenium Best Practices for efficient test automation. Elevate your testing skills now!

Himanshu Sheth

Himanshu Sheth

February 8, 2026

34 min read

How To Solve Selenium Focus Issues [2026] | TestMu AI (Formerly LambdaTest)
How To Solve Selenium Focus Issues [2026] | TestMu AI (Formerly LambdaTest)

This is a comprehensive guide to help you understand some common Selenium focus element issues and how to solve these issues, with examples.

Himanshu Sheth

Himanshu Sheth

February 8, 2026

27 min read

ExpectedConditions In Selenium: Types And Examples | TestMu AI (Formerly LambdaTest)
ExpectedConditions In Selenium: Types And Examples | TestMu AI (Formerly LambdaTest)

Learn how ExpectedConditions in Selenium improve automation testing with precise waits for dynamic elements, boosting reliability and reducing flakiness.

Faisal Khatri

Faisal Khatri

February 5, 2026

28 min read

Automating Flutter Apps Using Appium Flutter Driver With Java | TestMu AI (Formerly LambdaTest)
Automating Flutter Apps Using Appium Flutter Driver With Java | TestMu AI (Formerly LambdaTest)

Learn to test Flutter mobile applications in this detailed tutorial on using Appium Flutter Driver with Java.

Faisal Khatri

Faisal Khatri

February 4, 2026

41 min read

Selenium C# Tutorial: Handling Frames and iFrames With Examples
Selenium C# Tutorial: Handling Frames and iFrames With Examples

Learn how to switch and handle, frames and iframes using switchto method for automated browser testing. with this Selenium C# tutorial with examples on handling.

Himanshu Sheth

Himanshu Sheth

January 31, 2026

18 min read

NUnit Test Automation Using Selenium C#
NUnit Test Automation Using Selenium C#

In this NUnit testing tutorial, we execute Selenium automation scripts using Selenium C# framework through local and remote webdriver for parallel testing.

Himanshu Sheth

Himanshu Sheth

January 31, 2026

30 min read

Automation Testing With Selenium, Cucumber & TestNG
Automation Testing With Selenium, Cucumber & TestNG

Cucumber is a BDD framework for automation testing with Selenium. Run your first Cucumber script & leverage TestNG capabilities to perform parallel testing.

Bharadwaj Pendyala

Bharadwaj Pendyala

January 31, 2026

27 min read

WebdriverIO Tutorial: Browser Commands for Selenium Testing | TestMu AI (Formerly LambdaTest)
WebdriverIO Tutorial: Browser Commands for Selenium Testing | TestMu AI (Formerly LambdaTest)

In this WebdriverIO tutorial, we will teach you how to perform various actions within a browser through WebdriverIO browser commands for Selenium test automation. Read now!

Rahul Jain

Rahul Jain

January 31, 2026

21 min read

How WebdriverIO Uses Selenium Locators - A WebdriverIO Tutorial With Examples
How WebdriverIO Uses Selenium Locators - A WebdriverIO Tutorial With Examples

In this WebdriverIO tutorial, we will have a look at the basic & unique Selenium locators offered by WebdriverIO for automation testing with Selenium scripts.

Ramit Dhamija

Ramit Dhamija

January 31, 2026

30 min read

Selenium Automation Testing On Internet Explorer (IE) & Edge
Selenium Automation Testing On Internet Explorer (IE) & Edge

We look into Selenium automation testing for IE and Edge browsers, most common challenges with Selenium & IE, along with different ways to test IE on macOS.

Himanshu Sheth

Himanshu Sheth

January 31, 2026

34 min read

Mastering Monkey Testing: Selenium & WebDriverIO Automation
Mastering Monkey Testing: Selenium & WebDriverIO Automation

Take your testing to the next level with Automated Monkey Testing. Discover the power of Selenium & WebDriverIO for efficient and effective testing strategies.

Harish Rajora

Harish Rajora

January 31, 2026

28 min read

Complete Guide To Handle Multiple Windows With Selenium & Protractor
Complete Guide To Handle Multiple Windows With Selenium & Protractor

Learn how to handle multiple browser windows and tabs in Protractor framework for Selenium with examples in this complete guide. Read Now!

Aditya Dwivedi

Aditya Dwivedi

January 31, 2026

24 min read

Selenium C# Tutorial: Handling Multiple Browser Windows | TestMu AI (Formerly LambdaTest)
Selenium C# Tutorial: Handling Multiple Browser Windows | TestMu AI (Formerly LambdaTest)

Learn how to handle multiple windows in Selenium C# along with some Selenium test automation examples.

Himanshu Sheth

Himanshu Sheth

January 31, 2026

18 min read

Parameterization In TestNG - DataProvider and TestNG XML (With Examples)
Parameterization In TestNG - DataProvider and TestNG XML (With Examples)

This article will talk about Parameterization in TestNG for Selenium automation testing using both DataProvider and the Parameter annotation with TestNG.xml.

Himanshu Sheth

Himanshu Sheth

January 31, 2026

30 min read

How to Automate Registration Page Using Selenium And Java | TestMu AI (Formerly LambdaTest)
How to Automate Registration Page Using Selenium And Java | TestMu AI (Formerly LambdaTest)

In this Selenium Java tutorial, we will tell you how to automate registration page using selenium for different test cases using TestNG framework.

Ramit Dhamija

Ramit Dhamija

January 31, 2026

35 min read

Selenium Disabled JavaScript Settings : Automation Testing
Selenium Disabled JavaScript Settings : Automation Testing

Learn the importance of website testing with JavaScript disabled, and how you can disable JavaScript manually in Selenium automation testing.

Ramit Dhamija

Ramit Dhamija

January 31, 2026

15 min read

XML And HTML Report In PyUnit For Test Automation | TestMu AI (Formerly LambdaTest)
XML And HTML Report In PyUnit For Test Automation | TestMu AI (Formerly LambdaTest)

We will create PyUnit HTML reports and XML reports for automated cross browser testing. Leverage RESTful API for extracting reports from cloud-based Selenium Grid.

Himanshu Sheth

Himanshu Sheth

January 31, 2026

23 min read

Handle Multiple Browser Tabs With Selenium Automation Testing | TestMu AI (Formerly LambdaTest)
Handle Multiple Browser Tabs With Selenium Automation Testing | TestMu AI (Formerly LambdaTest)

We will handle multiple browser tabs using Selenium automation testing with both Action Class & Windows Handler method, on a cloud-based Selenium Grid.

Sadhvi Singh

Sadhvi Singh

January 31, 2026

14 min read

pytest Report Generation For Selenium Automation Scripts | TestMu AI (Formerly LambdaTest)
pytest Report Generation For Selenium Automation Scripts | TestMu AI (Formerly LambdaTest)

Here, we will show pytest report generation with Selenium, along with ways to enhance the reporting functionality by making use of TestMu AI (Formerly LambdaTest) API for Selenium.

Himanshu Sheth

Himanshu Sheth

January 31, 2026

21 min read

TestNG Annotations Tutorial With Examples For Selenium | TestMu AI (Formerly LambdaTest)
TestNG Annotations Tutorial With Examples For Selenium | TestMu AI (Formerly LambdaTest)

Learn how to use TestNG annotations for Selenium-based automation testing. We will look at an example for each annotation along with their attributes.

Sadhvi Singh

Sadhvi Singh

January 31, 2026

25 min read

How To Use Name Locator In Selenium Automation Scripts? | TestMu AI (Formerly LambdaTest)
How To Use Name Locator In Selenium Automation Scripts? | TestMu AI (Formerly LambdaTest)

By.name locator in Selenium is used to identify the elements of a webpage. This attribute can be mentioned as part of multiple tags like input, button, etc.

Sadhvi Singh

Sadhvi Singh

January 31, 2026

10 min read

Selenium Testing With Selenide element Using IntelliJ & Maven
Selenium Testing With Selenide element Using IntelliJ & Maven

Selenide is an open source library for test automation powered by Selenium WebDriver. Here, we run Selenium testing with Selenide element using IntelliJ & Maven.

Muthuraja

Muthuraja

January 31, 2026

27 min read

Performing Test Automation With Gauge Framework
Performing Test Automation With Gauge Framework

Gauge is an open source test automation framework, ideal for cross browser testing. Learn how to use it with a Selenium grid. Find out more.

Bharadwaj Pendyala

Bharadwaj Pendyala

January 31, 2026

21 min read

Cross Browser Testing With Protractor & Selenium
Cross Browser Testing With Protractor & Selenium

Protractor is an E2E automation testing framework for JavaScript. In this article, we execute automated cross browser testing with Protractor and Selenium

Muthuraja

Muthuraja

January 31, 2026

29 min read

Run Your PyUnit Script With Selenium Automation Testing | TestMu AI (Formerly LambdaTest)
Run Your PyUnit Script With Selenium Automation Testing | TestMu AI (Formerly LambdaTest)

PyUnit script with Selenium is an effective way to automate testing. With the PyUnit script, you can easily run tests, debug errors, and analyze test results.

Harshit Paul

Harshit Paul

January 31, 2026

18 min read

A Complete Guide to CSS Refactoring | TestMu AI (Formerly LambdaTest)
A Complete Guide to CSS Refactoring | TestMu AI (Formerly LambdaTest)

Looking to improve your CSS code? Check out our complete guide to CSS refactoring! Learn how to streamline your code, improve website performance, and more.

Adarsh M

Adarsh M

January 30, 2026

69 min read

How To Automate ServiceNow With Selenium | TestMu AI (Formerly LambdaTest)
How To Automate ServiceNow With Selenium | TestMu AI (Formerly LambdaTest)

Learn how to test ServiceNow using Selenium WebDriver to ensure the workflows and applications are working as expected, ultimately improving the overall efficiency and quality of the testing process.

Faisal Khatri

Faisal Khatri

January 30, 2026

37 min read

The Ultimate Guide to CSS Keyframes Animation | TestMu AI (Formerly LambdaTest)
The Ultimate Guide to CSS Keyframes Animation | TestMu AI (Formerly LambdaTest)

In this blog, delve deeper into CSS keyframes animation, and explore how they work with their practical applications.

Adarsh M

Adarsh M

January 30, 2026

78 min read

How To Generate XML Reports In pytest? | TestMu AI (Formerly LambdaTest)
How To Generate XML Reports In pytest? | TestMu AI (Formerly LambdaTest)

​​This blog delves into the benefits of test reporting and how to generate XML reports in pytest.

Jolive Hodehou

Jolive Hodehou

January 30, 2026

24 min read

How To Perform Modern Web Testing With TestCafe Using JavaScript And Selenium | TestMu AI (Formerly LambdaTest)
How To Perform Modern Web Testing With TestCafe Using JavaScript And Selenium | TestMu AI (Formerly LambdaTest)

In this article you will learn to perform modern web testing with TestCafe using JavaScript and Selenium.

Bonnie

Bonnie

January 30, 2026

30 min read

How to Run Cypress With Jenkins [Cypress Jenkins Tutorial] | TestMu AI (Formerly LambdaTest)
How to Run Cypress With Jenkins [Cypress Jenkins Tutorial] | TestMu AI (Formerly LambdaTest)

In this Cypress Jenkins tutorial, learn how to integrate your Cypress test suites with the Jenkins pipeline.

Enrique

Enrique

January 30, 2026

20 min read

CSS Grid vs Flexbox: Which to Choose and When | TestMu AI (Formerly LambdaTest)
CSS Grid vs Flexbox: Which to Choose and When | TestMu AI (Formerly LambdaTest)

Explore the key differences between CSS Grid and Flexbox. Understand when to use each layout and how to combine both for responsive website designs.

Tahera Alam

Tahera Alam

January 30, 2026

48 min read

A Detailed Guide to CSS Transition Property | TestMu AI (Formerly LambdaTest)
A Detailed Guide to CSS Transition Property | TestMu AI (Formerly LambdaTest)

This blog dives into CSS transitions, explaining how to create smooth effects and subtle interactions to enhance user experiences.

Alex Anie

Alex Anie

January 30, 2026

39 min read

Check If An Element Exists In Cypress: A Detailed Guide | TestMu AI (Formerly LambdaTest)
Check If An Element Exists In Cypress: A Detailed Guide | TestMu AI (Formerly LambdaTest)

Learn how to check if an element exists in Cypress, validate visibility on a web page, avoid flaky tests, and interact with dynamic web elements efficiently.

Enrique

Enrique

January 30, 2026

31 min read

How to Build Accessible Carousels? | TestMu AI (Formerly LambdaTest)
How to Build Accessible Carousels? | TestMu AI (Formerly LambdaTest)

Learn how to build accessible carousels that work for everyone with keyboard controls, screen reader support, and clear visuals.

Alex Anie

Alex Anie

January 30, 2026

48 min read

How to Use CSS Blend Modes: A Detailed Tutorial
How to Use CSS Blend Modes: A Detailed Tutorial

CSS blend modes refer to how two or multiple element layers are combined together to form a single layer. This tutorial explores how to use blend mode in CSS.

Alex Anie

Alex Anie

January 30, 2026

38 min read

Creating a 12 Column CSS Grid: A Complete Tutorial | TestMu AI (Formerly LambdaTest)
Creating a 12 Column CSS Grid: A Complete Tutorial | TestMu AI (Formerly LambdaTest)

Master the art of 12 column CSS grids with our comprehensive tutorial. Perfect your web layout skills today!

Tahera Alam

Tahera Alam

January 30, 2026

48 min read

A Complete Guide To CSS Cascade Layers | TestMu AI (Formerly LambdaTest)
A Complete Guide To CSS Cascade Layers | TestMu AI (Formerly LambdaTest)

Discover the power of CSS Cascade Layers in web development with our comprehensive blog. Stay ahead with expert insights & tips in CSS Cascade Layers.

Tahera Alam

Tahera Alam

January 30, 2026

42 min read

How To Handle iFrames In Cypress | TestMu AI (Formerly LambdaTest)
How To Handle iFrames In Cypress | TestMu AI (Formerly LambdaTest)

This blog demonstrates how to handle iFrames in Cypress using the cy.iframe() command on the cloud grid.

Enrique

Enrique

January 30, 2026

22 min read

TestCafe Tutorial: How To Select Page Elements Using TestCafe Selectors | TestMu AI (Formerly LambdaTest)
TestCafe Tutorial: How To Select Page Elements Using TestCafe Selectors | TestMu AI (Formerly LambdaTest)

In this TestCafe tutorial you will learn how to use TestCafe Selectors for selecting elements on the web page.

Bonnie

Bonnie

January 30, 2026

45 min read

How To Find HTML Elements Using Cypress Locators | TestMu AI (Formerly LambdaTest)
How To Find HTML Elements Using Cypress Locators | TestMu AI (Formerly LambdaTest)

In this Cypress tutorial, we will learn to use Cypress locators to access WebElements in the DOM for realizing Cypress automation tests.

Sachin

Sachin

January 30, 2026

30 min read

Unleashing Cypress Performance Testing using Lighthouse | TestMu AI (Formerly LambdaTest)
Unleashing Cypress Performance Testing using Lighthouse | TestMu AI (Formerly LambdaTest)

Unlock the power of Cypress performance testing with Lighthouse. Measure speed, SEO, accessibility, and best practices for optimal user experience and performance.

Narayanan Palani

Narayanan Palani

January 30, 2026

24 min read

How To Find Broken Links Using Cypress [With Examples] | TestMu AI (Formerly LambdaTest)
How To Find Broken Links Using Cypress [With Examples] | TestMu AI (Formerly LambdaTest)

Want to find broken links on your website? Here's how you can do broken link testing on your website using Cypress.

Enrique

Enrique

January 30, 2026

26 min read

Cypress Automation Testing Tutorial: E2E Testing with Cypress
Cypress Automation Testing Tutorial: E2E Testing with Cypress

This Cypress automation testing tutorial will help you learn the benefits of Cypress automation, and how to install Cypress and execute Cypress automation testing over scores of browsers and operating systems online.

Sachin

Sachin

January 30, 2026

23 min read

Selenium with Python Tutorial: Adding Extensions in Firefox for Testing
Selenium with Python Tutorial: Adding Extensions in Firefox for Testing

In this Selenium Python tutorial, we deep dive into how you can add extensions in Firefox using the Selenium automation framework. It is one of the swiftest ways to add the required Firefox extensions by leveraging the potential of Selenium & Python.

Nishant Choudhary

Nishant Choudhary

January 30, 2026

14 min read

Selenium 4 Is Now W3C Compliant: All You Need To Know | TestMu AI (Formerly LambdaTest)
Selenium 4 Is Now W3C Compliant: All You Need To Know | TestMu AI (Formerly LambdaTest)

Selenium 4 is now W3C compliant - read on to know more about Selenium 4 and its Support To W3C WebDriver Protocol. Also, find out how this impacts the Selenium community.

Himanshu Sheth

Himanshu Sheth

January 30, 2026

20 min read

Nightwatch.js Tutorial For Automation Testing (A Guide With Examples)
Nightwatch.js Tutorial For Automation Testing (A Guide With Examples)

In this Nightwatch.js tutorial, we will learn how to perform automation testing with Nightwatch.js and WebDriver, using a remote Selenium Grid for cross browser testing.

Ramit Dhamija

Ramit Dhamija

January 30, 2026

34 min read

Cypress End to End Testing: Detailed Tutorial | TestMu AI (Formerly LambdaTest)
Cypress End to End Testing: Detailed Tutorial | TestMu AI (Formerly LambdaTest)

Cypress End-to-end testing is a tool for web apps. Read now for efficient browser automation and reliable tests.

Kailash Pathak

Kailash Pathak

January 30, 2026

34 min read

How To Perform Cypress Accessibility Testing | TestMu AI (Formerly LambdaTest)
How To Perform Cypress Accessibility Testing | TestMu AI (Formerly LambdaTest)

This article on Cypress accessibility testing discusses the importance of accessibility testing and how to perform Cypress accessibility testing on a cloud grid.

Enrique

Enrique

January 30, 2026

20 min read

How To Avoid Anti-Patterns In Cypress | TestMu AI (Formerly LambdaTest)
How To Avoid Anti-Patterns In Cypress | TestMu AI (Formerly LambdaTest)

This article on avoiding anti-patterns in Cypress discusses some anti-patterns that should be avoided using Cypress for the most relevant testing experience and end product.

Enrique

Enrique

January 30, 2026

23 min read

Complete Guide To Cypress Visual Regression Testing | TestMu AI (Formerly LambdaTest)
Complete Guide To Cypress Visual Regression Testing | TestMu AI (Formerly LambdaTest)

A quick guide on how to perform Cypress visual regression testing on a cloud Cypress grid like TestMu AI (Formerly LambdaTest).

Enrique

Enrique

January 30, 2026

24 min read

Detailed Guide on How To Fill And Submit Forms In Cypress | TestMu AI (Formerly LambdaTest)
Detailed Guide on How To Fill And Submit Forms In Cypress | TestMu AI (Formerly LambdaTest)

In this blog of the ongoing Cypress tutorial series, we will cover the integral aspects of forms, i.e., how to fill and submit forms in Cypress automation framework.

Sachin

Sachin

January 30, 2026

31 min read

How To Run Selenium Tests In Docker ?
How To Run Selenium Tests In Docker ?

This blog shows how Docker lets you run tests in containers and isolate the tests in development and deployment.

Himanshu Sheth

Himanshu Sheth

January 30, 2026

48 min read

Geolocation Testing With Selenium Using Examples | TestMu AI (Formerly LambdaTest)
Geolocation Testing With Selenium Using Examples | TestMu AI (Formerly LambdaTest)

Learn geolocation testing with Selenium & understand it's importance. Also deep dive into geolocation testing with Selenium using TestNG & Pytest.

Himanshu Sheth

Himanshu Sheth

January 30, 2026

19 min read

How Smashtest Is Changing The Way You Write Selenium Tests? | TestMu AI (Formerly LambdaTest)
How Smashtest Is Changing The Way You Write Selenium Tests? | TestMu AI (Formerly LambdaTest)

We will help you walkthrough the entire process of automation testing with Selenium using the Smashtest. Smashtest is a new programming language to help you deploy test cases faster.

Himanshu Sheth

Himanshu Sheth

January 30, 2026

56 min read

Tutorial On JUnit Annotations In Selenium With Examples | TestMu AI (Formerly LambdaTest)
Tutorial On JUnit Annotations In Selenium With Examples | TestMu AI (Formerly LambdaTest)

We will look at examples of JUnit annotations in Selenium, their order of execution, few special JUnit annotations, and their demonstration on Selenium Grid.

Ramit Dhamija

Ramit Dhamija

January 30, 2026

25 min read

Getting Started On Browser Automation With Galen Framework
Getting Started On Browser Automation With Galen Framework

Galen Framework is a test automation framework to perform cross browser layout testing of a web application in a browser. Let’s dive right in to learn more.

Muthuraja

Muthuraja

January 30, 2026

13 min read

How to Use CSS Layouts For Responsive Websites | TestMu AI (Formerly LambdaTest)
How to Use CSS Layouts For Responsive Websites | TestMu AI (Formerly LambdaTest)

Learn about CSS layouts, including various layout modes, their evolution, and how to overcome common challenges.

Mbaziira Ronald

Mbaziira Ronald

January 29, 2026

82 min read

How to Set CSS Media Query For Portrait Orientation | TestMu AI (Formerly LambdaTest)
How to Set CSS Media Query For Portrait Orientation | TestMu AI (Formerly LambdaTest)

Master responsive design for mobile! This blog unlocks the secrets of the CSS media query for portrait orientation, ensuring your website delivers a flawless experience on any device.

Clinton Joy Fimie

Clinton Joy Fimie

January 29, 2026

34 min read

SVG Animation: How to Get Started? | TestMu AI (Formerly LambdaTest)
SVG Animation: How to Get Started? | TestMu AI (Formerly LambdaTest)

Unleash creativity with SVG animation! Learn how to bring your web graphics to life in this comprehensive guide.

Clinton Joy Fimie

Clinton Joy Fimie

January 29, 2026

26 min read

A Complete Guide To CSS Text Orientation | TestMu AI (Formerly LambdaTest)
A Complete Guide To CSS Text Orientation | TestMu AI (Formerly LambdaTest)

Learn how to use CSS text orientation effects to creatively manipulate text orientation, including vertical and rotated text.

Mbaziira Ronald

Mbaziira Ronald

January 29, 2026

37 min read

A Beginner’s Guide To CSS Scale Property | TestMu AI (Formerly LambdaTest)
A Beginner’s Guide To CSS Scale Property | TestMu AI (Formerly LambdaTest)

Learn how to transform and resize elements with CSS scale property. Explore its syntax, usage, and practical examples for building responsive designs.

Shreya Trivedi

Shreya Trivedi

January 29, 2026

53 min read

How to Find Broken Links Using Selenium WebDriver? | TestMu AI (Formerly LambdaTest)
How to Find Broken Links Using Selenium WebDriver? | TestMu AI (Formerly LambdaTest)

Want to find broken links on your website? Here's how you can do broken link testing on your website using Selenium in Java, C#, Python, and PHP.

Himanshu Sheth

Himanshu Sheth

January 29, 2026

32 min read

How to Fix “Element is Not Clickable at Point” Exception in Selenium
How to Fix “Element is Not Clickable at Point” Exception in Selenium

Discover how to effectively address the 'Element is not clickable at point' exception in Selenium. Enhance your web element interaction skills with this guide.

Faisal Khatri

Faisal Khatri

January 27, 2026

23 min read

Setting Transition Height in CSS
Setting Transition Height in CSS

Transition height in CSS helps developers create engaging, smooth animation using the transition property. Explore how to set transition height in CSS.

Alex Anie

Alex Anie

January 27, 2026

33 min read

How to Take Screenshots in Python Using Selenium | TestMu AI (Formerly LambdaTest)
How to Take Screenshots in Python Using Selenium | TestMu AI (Formerly LambdaTest)

Learn how to use Python screenshots for efficient software testing and development processes. Enhance your UI and speed up error identification.

Paulo Oliveira

Paulo Oliveira

January 27, 2026

41 min read

Cross Browser Testing in Selenium Step-by-Step [Tutorial] | TestMu AI (Formerly LambdaTest)
Cross Browser Testing in Selenium Step-by-Step [Tutorial] | TestMu AI (Formerly LambdaTest)

This blog is where you will gain in-depth insights about cross browser testing in Selenium, the learnings of which will be instrumental in making your web automation workflows smoother.

Himanshu Sheth

Himanshu Sheth

January 27, 2026

28 min read

How To Set Jenkins Pipeline Environment Variables? | TestMu AI (Formerly LambdaTest)
How To Set Jenkins Pipeline Environment Variables? | TestMu AI (Formerly LambdaTest)

This is an extensive guide to Jenkins pipeline environment variables. Find out how Jenkins set environment variables for all your projects from the Jenkins environment variables list.

Praveen Mishra

Praveen Mishra

January 27, 2026

29 min read

How To Combine Cucumber And Jenkins For Integration? | TestMu AI (Formerly LambdaTest)
How To Combine Cucumber And Jenkins For Integration? | TestMu AI (Formerly LambdaTest)

Cucumber remains the best one for functional and acceptance testing, and Cucumber with Jenkins integration makes it even better! Learn how to integrate Cucumber with Jenkins in this detailed guide.

Piyusha

January 27, 2026

24 min read

CSS Scroll Snap Property: Complete Guide with Practical Examples | TestMu AI (Formerly LambdaTest)
CSS Scroll Snap Property: Complete Guide with Practical Examples | TestMu AI (Formerly LambdaTest)

In this complete guide, you'll learn about CSS Scroll Snap and the different CSS Scroll Snap attributes and values to improve scrolling and navigation for your users.

Harish Rajora

Harish Rajora

January 27, 2026

27 min read

Protractor Tutorial: Handling Timeouts With Selenium | TestMu AI (Formerly LambdaTest)
Protractor Tutorial: Handling Timeouts With Selenium | TestMu AI (Formerly LambdaTest)

Selenium tests are asynchronous and there are various reasons for a timeout to occur in a Protractor test. Find out how to handle timeouts in this Protractor tutorial.

Praveen Mishra

Praveen Mishra

January 27, 2026

22 min read

Protractor Tutorial: Handle Mouse Actions & Keyboard Events
Protractor Tutorial: Handle Mouse Actions & Keyboard Events

With keyboard and mouse actions you can perform activities such as hover, drag & drop, keys up. Learn how to use them with action class in Selenium Protractor!

Harshit Paul

Harshit Paul

January 27, 2026

21 min read

WebDriverIO Tutorial For Handling Dropdown In Selenium | TestMu AI (Formerly LambdaTest)
WebDriverIO Tutorial For Handling Dropdown In Selenium | TestMu AI (Formerly LambdaTest)

While dealing with access forms, you'd often have to handle dropdown. Here's how you can handle them with WebDriverIO in Selenium using 'Select' class.

Aditya Dwivedi

Aditya Dwivedi

January 27, 2026

12 min read

Selenium Python Tutorial: Getting Started With BDD In Behave | TestMu AI (Formerly LambdaTest)
Selenium Python Tutorial: Getting Started With BDD In Behave | TestMu AI (Formerly LambdaTest)

Python Behave, a BDD framework, helps in writing test cases in simple language. Learn, what is BDD, how to run tests scripts with behave and it's importance.

Himanshu Sheth

Himanshu Sheth

January 27, 2026

35 min read

Selenium C#: Page Object Model Guide & Examples | TestMu AI (Formerly LambdaTest)
Selenium C#: Page Object Model Guide & Examples | TestMu AI (Formerly LambdaTest)

Avoid code duplication and improve test maintenance with Page object model. Read now to learn how to implement POM design pattern with this Selelniumm C# tutorial.

Himanshu Sheth

Himanshu Sheth

January 27, 2026

31 min read

WebdriverIO Tutorial With Examples For Selenium Testing
WebdriverIO Tutorial With Examples For Selenium Testing

Read our WebdriverIO tutorial and find examples for running your first Selenium testing script on a local WebDriver & an online Selenium Grid. Learn more.

Aditya Dwivedi

Aditya Dwivedi

January 27, 2026

26 min read

Centering an Image in CSS: A Detailed Guide | TestMu AI (Formerly LambdaTest)
Centering an Image in CSS: A Detailed Guide | TestMu AI (Formerly LambdaTest)

In this guide, we will explore different methods of centering an image in CSS.

Alex Anie

Alex Anie

January 22, 2026

47 min read

Python ConfigParser Tutorial - Comprehensive Guide To Working With Configuration Files With Python
Python ConfigParser Tutorial - Comprehensive Guide To Working With Configuration Files With Python

Explore our comprehensive Python ConfigParser Tutorial, a complete guide that equips you with the knowledge and skills to work with configuration files using Python effectively.

Jolive Hodehou

Jolive Hodehou

January 22, 2026

28 min read

Guide To Find Index Of Element In List with Python Selenium | TestMu AI (Formerly LambdaTest)
Guide To Find Index Of Element In List with Python Selenium | TestMu AI (Formerly LambdaTest)

This tutorial will help you find index of element in list with Python Selenium

Jolive Hodehou

Jolive Hodehou

January 22, 2026

17 min read

How To Download File Using Selenium Python | TestMu AI (Formerly LambdaTest)
How To Download File Using Selenium Python | TestMu AI (Formerly LambdaTest)

Unlock efficient testing with our comprehensive guide on downloading files using Selenium in Python.

Jolive Hodehou

Jolive Hodehou

January 22, 2026

23 min read

Selenium with Python Tutorial: How to Get Current URL with Python
Selenium with Python Tutorial: How to Get Current URL with Python

A Selenium with Python guide which involves setting a test environment using Pytest. This tutorial will help you get current URL in Selenium Python using the Pytest framework.

Jolive Hodehou

Jolive Hodehou

January 22, 2026

18 min read

Getting started with Cypress for File uploading and downloading
Getting started with Cypress for File uploading and downloading

Automate Cypress file upload and download for seamless web data transfer. Use attach() for upload and writeFile() for download to ensure reliable and efficient testing.

Kailash Pathak

Kailash Pathak

January 21, 2026

45 min read

A Beginner's Guide To SpecFlow ScenarioContext | TestMu AI (Formerly LambdaTest)
A Beginner's Guide To SpecFlow ScenarioContext | TestMu AI (Formerly LambdaTest)

The ScenarioContext class is a shared context object used in SpecFlow to share data between different steps and scenarios. This tutorial demonstrates using SpecFlow and ScenarioContext to share data between steps.

Andreea Draniceanu

January 21, 2026

30 min read

How to Use For Loop In Robot Framework
How to Use For Loop In Robot Framework

For loop in Robot Framework helps you deal with repetitive tasks, enhancing test coverage while keeping your test cases readable and easy to maintain.

Paulo Oliveira

Paulo Oliveira

January 21, 2026

56 min read

Complete Guide to CSS :has() Selector | TestMu AI (Formerly LambdaTest)
Complete Guide to CSS :has() Selector | TestMu AI (Formerly LambdaTest)

The CSS :has() selector allows you to style parent elements and target siblings. In this guide, learn about CSS :has() selector with its practical use case examples.

Clinton Joy Fimie

Clinton Joy Fimie

January 21, 2026

31 min read

How To Start Running Automated Tests With Selenium C# | TestMu AI (Formerly LambdaTest)
How To Start Running Automated Tests With Selenium C# | TestMu AI (Formerly LambdaTest)

This Selenium C# tutorial covers the main steps for getting started with a test automation project, from selecting the testing framework to identifying the WebElements, interacting with them, and adding validations.

Andreea Draniceanu

January 21, 2026

24 min read

Build Selenium Data-Driven Framework: Step-by-Step Guide | TestMu AI (Formerly LambdaTest)
Build Selenium Data-Driven Framework: Step-by-Step Guide | TestMu AI (Formerly LambdaTest)

In this blog, we deep dive into the nuances of data driven tests in Selenium and how the popular Data Driven Framework in Selenium can be used for realizing data driven testing as well as cross browser testing.

Himanshu Sheth

Himanshu Sheth

January 21, 2026

54 min read

How To Use CSS Spacing: Getting Started Guide | TestMu AI (Formerly LambdaTest)
How To Use CSS Spacing: Getting Started Guide | TestMu AI (Formerly LambdaTest)

In this tutorial, we explore CSS Spacing, its importance, different types of Spacing provided by CSS, with examples.

Aakash Rao

Aakash Rao

January 20, 2026

37 min read

CSS Font Spacing Tips & Tricks For Perfect Typography
CSS Font Spacing Tips & Tricks For Perfect Typography

Discover the World of CSS Font Spacing: Delve into the art of typography, explore CSS techniques, and master the art of achieving perfect font spacing in CSS.

Dun Yan

Dun Yan

January 20, 2026

37 min read

A Complete Guide To Selenium Page Load Strategy | TestMu AI (Formerly LambdaTest)
A Complete Guide To Selenium Page Load Strategy | TestMu AI (Formerly LambdaTest)

This blog will take a deeper look at Selenium Page Load Strategy, its different types, and how they can be implemented in automation code.

Vipul Gupta

Vipul Gupta

January 20, 2026

25 min read

A Complete Guide To CSS Houdini | TestMu AI (Formerly LambdaTest)
A Complete Guide To CSS Houdini | TestMu AI (Formerly LambdaTest)

In this guide, learn what CSS Houdini is, and how it handles web page rendering issues, the CSS Houdini APIs along with some practical examples.

Anurag Gharat

Anurag Gharat

January 20, 2026

36 min read

A Complete Guide To CSS Container Queries | TestMu AI (Formerly LambdaTest)
A Complete Guide To CSS Container Queries | TestMu AI (Formerly LambdaTest)

This blog dive deeps into the concept of CSS Container Queries and why it can become a game-changing feature.

Aman Mandal

Aman Mandal

January 20, 2026

37 min read

An Interactive Guide To CSS Hover Effects | TestMu AI (Formerly LambdaTest)
An Interactive Guide To CSS Hover Effects | TestMu AI (Formerly LambdaTest)

Dive into an interactive guide showcasing captivating CSS hover effects. Elevate your web design with these engaging techniques.

Ayush Thakur

Ayush Thakur

January 20, 2026

44 min read

Pytest Django Tutorial: Testing Your Django Apps With Selenium Pytest | TestMu AI (Formerly LambdaTest)
Pytest Django Tutorial: Testing Your Django Apps With Selenium Pytest | TestMu AI (Formerly LambdaTest)

This pytest Django tutorial will teach you how to test your locally hosted Django website on a cloud grid using Selenium.

Idowu (Paul) Omisola

January 19, 2026

43 min read

Getting Started With Automation Testing Using Selenium Ruby | TestMu AI (Formerly LambdaTest)
Getting Started With Automation Testing Using Selenium Ruby | TestMu AI (Formerly LambdaTest)

In this Selenium Ruby tutorial, we'll take a look at how we can use Selenium Ruby for automated testing with some sample code that demonstrates this technique.

Roselyne Makena

Roselyne Makena

January 19, 2026

27 min read

Understanding Appium Architecture: Key Components Explained | TestMu AI (Formerly LambdaTest)
Understanding Appium Architecture: Key Components Explained | TestMu AI (Formerly LambdaTest)

Learn the essentials of Appium architecture and how its components interact to deliver robust mobile automation for Android and iOS apps.

Wasiq Bhamla

Wasiq Bhamla

January 13, 2026

23 min read

How to Test Biometric Authentication With Appium | TestMu AI (Formerly LambdaTest)
How to Test Biometric Authentication With Appium | TestMu AI (Formerly LambdaTest)

Learn how to test biometric authentication with Appium on a real device cloud like TestMu AI (Formerly LambdaTest) and emulators.

Faisal Khatri

Faisal Khatri

January 13, 2026

34 min read

How to Handle Mouse Actions in Selenium | TestMu AI (Formerly LambdaTest)
How to Handle Mouse Actions in Selenium | TestMu AI (Formerly LambdaTest)

Learn how to handle mouse actions in Selenium, including hover, click, double-click, and drag-and-drop for enhanced web automation.

Faisal Khatri

Faisal Khatri

January 13, 2026

26 min read

How to Automate Android Apps Using Appium | TestMu AI (Formerly LambdaTest)
How to Automate Android Apps Using Appium | TestMu AI (Formerly LambdaTest)

In this tutorial, learn how to automate Android apps using Appium framework.

Wasiq Bhamla

Wasiq Bhamla

January 13, 2026

53 min read

How To Automate ServiceNow With Appium | TestMu AI (Formerly LambdaTest)
How To Automate ServiceNow With Appium | TestMu AI (Formerly LambdaTest)

Learn how to automate the ServiceNow mobile application using Service Desk Agent’s persona using Appium by running the tests on the TestMu AI (Formerly LambdaTest) real device cloud.

Faisal Khatri

Faisal Khatri

January 13, 2026

19 min read

Migrating Test Automation Suite To Cypress 10 | TestMu AI (Formerly LambdaTest)
Migrating Test Automation Suite To Cypress 10 | TestMu AI (Formerly LambdaTest)

Read on this blog on Cypress 10 migration to learn how to migrate your test automation suite to Cypress 10.

Adarsh M

Adarsh M

January 13, 2026

48 min read

How To Use CSS Breakpoints For Responsive Design | TestMu AI (Formerly LambdaTest)
How To Use CSS Breakpoints For Responsive Design | TestMu AI (Formerly LambdaTest)

Master CSS breakpoints for responsive design and enhance user experiences. Learn effective techniques to optimize your website's responsiveness.

Nimritee

Nimritee

January 13, 2026

24 min read

Most Complete MSTest Framework Tutorial Using .Net Core | TestMu AI (Formerly LambdaTest)
Most Complete MSTest Framework Tutorial Using .Net Core | TestMu AI (Formerly LambdaTest)

Learn about the MSTest Framework using .Net Core in Selenium C# and the aspects related to cross browser testing and parallel testing in this MSTest tutorial.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

30 min read

Automate Browser Testing with Selenium Opera in Python Easily | TestMu AI (Formerly LambdaTest)
Automate Browser Testing with Selenium Opera in Python Easily | TestMu AI (Formerly LambdaTest)

Opera may not be your default browser, but still has a market share of 2%. Here is a complete guide for Automated Browser Testing with Selenium Opera in Python.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

22 min read

How To Automate Calendar In Selenium WebDriver For Automation Testing?
How To Automate Calendar In Selenium WebDriver For Automation Testing?

Learn how to automate calendars with Selenium WebDriver for efficient testing.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

24 min read

Automating Shadow DOM in Selenium WebDriver | TestMu AI (Formerly LambdaTest)
Automating Shadow DOM in Selenium WebDriver | TestMu AI (Formerly LambdaTest)

Learn about Shadow DOM in Selenium, how to find elements using getShadowRoot(), JavaScriptExecuter and automate Shadow DOM with Selenium.

Faisal Khatri

Faisal Khatri

January 13, 2026

22 min read

Python sleep(): How to Use time.sleep() in Python | TestMu AI (Formerly LambdaTest)
Python sleep(): How to Use time.sleep() in Python | TestMu AI (Formerly LambdaTest)

Learn how to use Python sleep() function with time.sleep() for delays, pauses, and timing in your code with real-world examples.

Idowu (Paul) Omisola

January 13, 2026

24 min read

How to Wait in Python: Python Wait Tutorial With Examples | TestMu AI (Formerly LambdaTest)
How to Wait in Python: Python Wait Tutorial With Examples | TestMu AI (Formerly LambdaTest)

Learn how to pause code execution using Python waits with this step-by-step tutorial. Explore time.sleep, threading, and async waits with real-world examples.

Ini Arthur

Ini Arthur

January 13, 2026

23 min read

Selenium with Java Tutorial | TestMu AI (Formerly LambdaTest)
Selenium with Java Tutorial | TestMu AI (Formerly LambdaTest)

Dive into automation testing using Selenium with Java with this detailed tutorial. Master the essentials to begin your Selenium Java testing journey confidently.

Salman Khan

Salman Khan

January 13, 2026

24 min read

How to Use Playwright to Run Tests | TestMu AI (Formerly LambdaTest)
How to Use Playwright to Run Tests | TestMu AI (Formerly LambdaTest)

Explore how to use Playwright to run tests on different browsers. Learn how to install and configure Playwright to set up a reliable environment for test execution.

Kailash Pathak

Kailash Pathak

January 13, 2026

15 min read

How to Use Playwright Wait For Navigation Methods
How to Use Playwright Wait For Navigation Methods

Learn how to use Playwright wait for navigation methods to ensure smooth, error-free interactions in your web automation scripts.

Ini Arthur

Ini Arthur

January 13, 2026

22 min read

How to Find Element by Text in Selenium | TestMu AI (Formerly LambdaTest)
How to Find Element by Text in Selenium | TestMu AI (Formerly LambdaTest)

Learn how to findElement() by text in Selenium for dynamic IDs and Classes. Overcome challenges, enhance automation testing, and gain practical insights.

Vipul Gupta

Vipul Gupta

January 13, 2026

14 min read

How to Perform React Native Testing | TestMu AI (Formerly LambdaTest)
How to Perform React Native Testing | TestMu AI (Formerly LambdaTest)

Learn about the React Native framework & how to perform React Native testing on Android & iOS apps using manual and automation testing approaches.

Faisal Khatri

Faisal Khatri

January 13, 2026

28 min read

Cypress Logs: How to Improve Custom Commands Visibility | TestMu AI (Formerly LambdaTest)
Cypress Logs: How to Improve Custom Commands Visibility | TestMu AI (Formerly LambdaTest)

Enhance your Cypress logs with improved visibility for custom commands. Check out examples and best practices to effectively manage and use logs.

Uma Victor

Uma Victor

January 13, 2026

23 min read

pytest Fixtures: A Detailed Guide With Examples | TestMu AI (Formerly LambdaTest)
pytest Fixtures: A Detailed Guide With Examples | TestMu AI (Formerly LambdaTest)

Learn about pytest fixtures, their benefits, and how they simplify test setup, teardown, and dependency management for efficient and reusable testing.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

27 min read

A Step-by-Step Robot Framework Tutorial
A Step-by-Step Robot Framework Tutorial

Master automation testing with Robot Framework Tutorial with Selenium and Python. Learn keyword-driven testing & achieve Agile, TDD goals with Robot Framework.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

46 min read

Python Automation Testing With Examples | TestMu AI (Formerly LambdaTest)
Python Automation Testing With Examples | TestMu AI (Formerly LambdaTest)

This blog explores Python automation testing for the front-end, offering insights to leverage Python for automating both simple and complex scenarios effectively..

Himanshu Sheth

Himanshu Sheth

January 13, 2026

22 min read

How To Integrate Playwright With Cucumber | TestMu AI (Formerly LambdaTest)
How To Integrate Playwright With Cucumber | TestMu AI (Formerly LambdaTest)

Learn how to integrate Playwright with Cucumber for efficient, readable, and maintainable end-to-end testing. Set up, write tests, and run on a cloud grid.

Dastan

Dastan

January 13, 2026

31 min read

How to Write JUnit Test Cases: Step-by-Step Guide | TestMu AI (Formerly LambdaTest)
How to Write JUnit Test Cases: Step-by-Step Guide | TestMu AI (Formerly LambdaTest)

Learn how to write JUnit test cases with this step-by-step guide. Master test annotations, assertions, and best practices to ensure robust and reliable testing.

Faisal Khatri

Faisal Khatri

January 13, 2026

24 min read

Getting Started With Playwright Recorder | TestMu AI (Formerly LambdaTest)
Getting Started With Playwright Recorder | TestMu AI (Formerly LambdaTest)

Learn how to easily use Playwright recorder methods for automating web testing with generated code and customizable actions.

Sparsh Kesari

Sparsh Kesari

January 13, 2026

25 min read

Creating Responsive Animations for Different Screen Sizes | TestMu AI (Formerly LambdaTest)
Creating Responsive Animations for Different Screen Sizes | TestMu AI (Formerly LambdaTest)

Learn how to design responsive animations that adapt smoothly to various screen sizes, enhancing user experience on mobile, tablet, and desktop.

Dun Yan

Dun Yan

January 13, 2026

24 min read

WebDriverWait in Selenium Java: A Detailed Tutorial | TestMu AI (Formerly LambdaTest)
WebDriverWait in Selenium Java: A Detailed Tutorial | TestMu AI (Formerly LambdaTest)

Learn to implement Explicit Wait command in Selenium with WebDriverWait class in Java. Improve web testing by precisely waiting for elements!

Vipul Gupta

Vipul Gupta

January 13, 2026

19 min read

How To Use Cypress Intercept For Handling Network Requests | TestMu AI (Formerly LambdaTest)
How To Use Cypress Intercept For Handling Network Requests | TestMu AI (Formerly LambdaTest)

Learn how to use the Cypress intercept (cy.intercept()) method to handle and modify network requests effectively.

Kailash Pathak

Kailash Pathak

January 13, 2026

23 min read

How to Scroll Down in Selenium C# | TestMu AI (Formerly LambdaTest)
How to Scroll Down in Selenium C# | TestMu AI (Formerly LambdaTest)

Learn to scroll down in Selenium C# using JavaScriptExecutor for precise scrolling and effective WebElement interaction.

Andreea Draniceanu

January 13, 2026

21 min read

How to Use Assert and Verify in Selenium
How to Use Assert and Verify in Selenium

Get the most out of assert and verify in Selenium. This blog offers key concepts for improving your test automation and ensuring accuracy.

Faisal Khatri

Faisal Khatri

January 13, 2026

27 min read

ExpectedConditions In Selenium: Types And Examples | TestMu AI (Formerly LambdaTest)
ExpectedConditions In Selenium: Types And Examples | TestMu AI (Formerly LambdaTest)

Learn how ExpectedConditions in Selenium improve automation testing with precise waits for dynamic elements, boosting reliability and reducing flakiness.

Faisal Khatri

Faisal Khatri

January 13, 2026

36 min read

How to Use Playwright Locators: A Detailed Guide | TestMu AI (Formerly LambdaTest)
How to Use Playwright Locators: A Detailed Guide | TestMu AI (Formerly LambdaTest)

This blog on Playwright locators explores various locator strategies to find WebElements for automation testing using Playwright.

Jaydeep Karale

Jaydeep Karale

January 13, 2026

36 min read

How to Handle StaleElementReferenceException in Selenium
How to Handle StaleElementReferenceException in Selenium

Learn how to handle StaleElementReferenceException in Selenium with effective strategies to ensure stable and reliable test automation.

Faisal Khatri

Faisal Khatri

January 13, 2026

18 min read

How To Setup JUnit Environment For Your First Test | TestMu AI (Formerly LambdaTest)
How To Setup JUnit Environment For Your First Test | TestMu AI (Formerly LambdaTest)

Learn about JUnit, its annotations, assertions, and test runners, and how to setup JUnit to run your first test.

Sri Priya

Sri Priya

January 13, 2026

24 min read

Understanding CSS Sibling Selectors: A Beginner’s Guide | TestMu AI (Formerly LambdaTest)
Understanding CSS Sibling Selectors: A Beginner’s Guide | TestMu AI (Formerly LambdaTest)

Discover how CSS sibling selectors—Adjacent (+) and General (~)—help style web pages precisely, creating sophisticated layouts and reducing code clutter.

Chosen Vincent

Chosen Vincent

January 13, 2026

20 min read

How to Use Selenium Click Commands Using Python | TestMu AI (Formerly LambdaTest)
How to Use Selenium Click Commands Using Python | TestMu AI (Formerly LambdaTest)

Discover the art of automating mouse clicks with Selenium and Python. Streamline web form filling effortlessly. Explore effective automation techniques.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

37 min read

How to Automate Filling In Web Forms With Python | TestMu AI (Formerly LambdaTest)
How to Automate Filling In Web Forms With Python | TestMu AI (Formerly LambdaTest)

In this tutorial, learn how to automate filling in web forms with Python and Selenium.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

17 min read

How To Take Full Page Screenshots In Selenium WebDriver | TestMu AI (Formerly LambdaTest)
How To Take Full Page Screenshots In Selenium WebDriver | TestMu AI (Formerly LambdaTest)

Learn how to take full page screenshots in Selenium WebDriver, including various approaches such as viewable area, WebElements full page screenshots, and more.

Faisal Khatri

Faisal Khatri

January 13, 2026

30 min read

How to Run WebdriverIO Tests: Getting Started Tutorial | TestMu AI (Formerly LambdaTest)
How to Run WebdriverIO Tests: Getting Started Tutorial | TestMu AI (Formerly LambdaTest)

WebdriverIO is a JavaScript automation framework written in NodeJS. In this tutorial, learn how to run WebdriverIO tests.

Faisal Khatri

Faisal Khatri

January 13, 2026

25 min read

How To Use CSS Transform-Origin Property | TestMu AI (Formerly LambdaTest)
How To Use CSS Transform-Origin Property | TestMu AI (Formerly LambdaTest)

Learn how to use the CSS transform-origin property to control and manipulate the origin point of transformations like rotation, scaling, skewing, and more.

Adarsh M

Adarsh M

January 13, 2026

28 min read

How To Generate NUnit Reports | TestMu AI (Formerly LambdaTest)
How To Generate NUnit Reports | TestMu AI (Formerly LambdaTest)

In this tutorial, you will learn about generating NUnit reports along with some new features and advantages of ExtentReports.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

27 min read

How to Create TestNG.xml File in Eclipse | TestMu AI (Formerly LambdaTest)
How to Create TestNG.xml File in Eclipse | TestMu AI (Formerly LambdaTest)

This TestNG guide will help you in creating a TestNG.xml file and then executing multiple test cases in parallel on a Selenium Grid.

Faisal Khatri

Faisal Khatri

January 13, 2026

25 min read

How to Use Breakpoints for Debugging in Selenium WebDriver
How to Use Breakpoints for Debugging in Selenium WebDriver

In this blog, learn how to use breakpoints to perform debugging in Selenium WebDriver.

Faisal Khatri

Faisal Khatri

January 13, 2026

22 min read

How To Generate Extent Reports In Selenium | TestMu AI (Formerly LambdaTest)
How To Generate Extent Reports In Selenium | TestMu AI (Formerly LambdaTest)

Learn how to generate Extent Reports in Selenium for comprehensive and customized test reporting using automation testing frameworks like TestNG.

Vipul Gupta

Vipul Gupta

January 13, 2026

34 min read

How To Handle Authentication PopUps in Selenium WebDriver | TestMu AI (Formerly LambdaTest)
How To Handle Authentication PopUps in Selenium WebDriver | TestMu AI (Formerly LambdaTest)

Learn to handle authentication popups in Selenium WebDriver, explore its different types of alerts, and effectively manage login prompts during web automation.

Vipul Gupta

Vipul Gupta

January 13, 2026

26 min read

How to Handle Hidden Elements in Selenium WebDriver | TestMu AI (Formerly LambdaTest)
How to Handle Hidden Elements in Selenium WebDriver | TestMu AI (Formerly LambdaTest)

Hidden elements are present in the DOM but not visible on the web page. In this tutorial, learn how to handle hidden elements in Selenium WebDriver.

Sri Priya

Sri Priya

January 13, 2026

18 min read

How to Handle Actions Class in Selenium | TestMu AI (Formerly LambdaTest)
How to Handle Actions Class in Selenium | TestMu AI (Formerly LambdaTest)

Learn to handle the Actions Class in Selenium with Java and C# to automate complex user interactions, including various mouse and keyboard actions.

Andreea Draniceanu

January 13, 2026

39 min read

How to Effectively Use the CSS rgba() Function | TestMu AI (Formerly LambdaTest)
How to Effectively Use the CSS rgba() Function | TestMu AI (Formerly LambdaTest)

Learn how to use the CSS rgba() function to create stunning web designs with precise color and transparency control.

Onwuemene Joshua

Onwuemene Joshua

January 13, 2026

25 min read

How to Get Element by Tag Name In Selenium | TestMu AI (Formerly LambdaTest)
How to Get Element by Tag Name In Selenium | TestMu AI (Formerly LambdaTest)

Learn how to get elements by tag name using the tagName() locator in Selenium; it is useful when you do not have any other Selenium locator on the web page.

Vipul Gupta

Vipul Gupta

January 13, 2026

22 min read

What Is Hypothesis Testing in Python: A Hands-On Tutorial | TestMu AI (Formerly LambdaTest)
What Is Hypothesis Testing in Python: A Hands-On Tutorial | TestMu AI (Formerly LambdaTest)

In this tutorial, explore the fundamentals of Hypothesis testing in Python. Learn various aspects, from basic usage to advanced strategies.

Jaydeep Karale

Jaydeep Karale

January 13, 2026

46 min read

How To Run Selenium Test Scripts? | TestMu AI (Formerly LambdaTest)
How To Run Selenium Test Scripts? | TestMu AI (Formerly LambdaTest)

Learn how to run Selenium test scripts with our comprehensive guide. Covers installation, configuration, and running your first test script in Java

Hari Sapna Nair

Hari Sapna Nair

January 13, 2026

17 min read

How to Use CSS Modules With React Applications | TestMu AI (Formerly LambdaTest)
How to Use CSS Modules With React Applications | TestMu AI (Formerly LambdaTest)

Learn how to use CSS Modules, a modern approach to writing CSS that helps prevent style conflicts and maintain code scalability.

Anurag Gharat

Anurag Gharat

January 13, 2026

30 min read

How to Implement The Mobile First CSS Approach | TestMu AI (Formerly LambdaTest)
How to Implement The Mobile First CSS Approach | TestMu AI (Formerly LambdaTest)

Learn to implement a mobile first CSS approach for optimal mobile UX. Use containers or media queries for breakpoints, ensuring website layouts work on mobile and desktop.

Alex Anie

Alex Anie

January 13, 2026

49 min read

How to Use CSS Grid repeat() Function | TestMu AI (Formerly LambdaTest)
How to Use CSS Grid repeat() Function | TestMu AI (Formerly LambdaTest)

Learn about the CSS Grid repeat() function and its various techniques to maintain a consistent and responsive website layout.

Aakash Rao

Aakash Rao

January 13, 2026

35 min read

How to Use Python URL Decode() Method In Selenium | TestMu AI (Formerly LambdaTest)
How to Use Python URL Decode() Method In Selenium | TestMu AI (Formerly LambdaTest)

Learn how to use the Python URL decode() method to manage the URLs to maintain security and improve the web development and testing process.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

35 min read

Handling Alerts and Popups in Appium | TestMu AI (Formerly LambdaTest)
Handling Alerts and Popups in Appium | TestMu AI (Formerly LambdaTest)

In this tutorial, understand what are alerts and popups and how to handle alerts and popups in Appium for mobile automation testing.

Faisal Khatri

Faisal Khatri

January 13, 2026

25 min read

The Ultimate Guide to CSS Padding | TestMu AI (Formerly LambdaTest)
The Ultimate Guide to CSS Padding | TestMu AI (Formerly LambdaTest)

Learn how CSS padding influences website appearance and user experience and why it's crucial for modern web design.

Anurag Gharat

Anurag Gharat

January 13, 2026

24 min read

Cypress .should() Command: A Detailed Guide | TestMu AI (Formerly LambdaTest)
Cypress .should() Command: A Detailed Guide | TestMu AI (Formerly LambdaTest)

Cypress assertions help verify the expected behavior of application under test. In this guide, learn how to use the Cypress .should() command with examples.

Anshita Bhasin

Anshita Bhasin

January 13, 2026

53 min read

Hands-On Guide to CSS radial-gradient() Function | TestMu AI (Formerly LambdaTest)
Hands-On Guide to CSS radial-gradient() Function | TestMu AI (Formerly LambdaTest)

Go beyond flat colors! Learn how to use the CSS radial-gradient() function to add depth and vibrancy to your web designs.

Ayush Thakur

Ayush Thakur

January 13, 2026

38 min read

How to Use pytest Skip Test And XFail in Selenium | TestMu AI (Formerly LambdaTest)
How to Use pytest Skip Test And XFail in Selenium | TestMu AI (Formerly LambdaTest)

In this blog, discover the ins and outs of using pytest skip test functionality: single, conditional, CLI, and more!

Paulo Oliveira

Paulo Oliveira

January 13, 2026

29 min read

How to Use Thread.sleep() in Selenium
How to Use Thread.sleep() in Selenium

Ever wondered how to use Thread.sleep in Java? Learn everything there is to know about the method and using it in Selenium. Read more.

Faisal Khatri

Faisal Khatri

January 13, 2026

27 min read

How to Handle Shadow Root Selenium Java | TestMu AI (Formerly LambdaTest)
How to Handle Shadow Root Selenium Java | TestMu AI (Formerly LambdaTest)

In this tutorial, learn how to handle Shadow root in Selenium Java using the getShadowRoot() method and JavaScriptExecuter.

Faisal Khatri

Faisal Khatri

January 13, 2026

31 min read

CSS Margins: All You Need to Know | TestMu AI (Formerly LambdaTest)
CSS Margins: All You Need to Know | TestMu AI (Formerly LambdaTest)

Master element spacing with CSS margins! This blog covers everything from box model basics to advanced techniques & responsive design.

Adarsh M

Adarsh M

January 13, 2026

39 min read

How to Use object-fit CSS Property? | TestMu AI (Formerly LambdaTest)
How to Use object-fit CSS Property? | TestMu AI (Formerly LambdaTest)

This blog dives deep into the object-fit CSS property, your key to perfectly fitting any image or video within its container.

Peter Junior Ejembi

Peter Junior Ejembi

January 13, 2026

34 min read

How to Click Button in Selenium [With Examples]
How to Click Button in Selenium [With Examples]

Optimize test automation with Selenium's click-button method! Explore examples for efficient Selenium click-button interactions.

Faisal Khatri

Faisal Khatri

January 13, 2026

38 min read

How to Style CSS Form Design Elements | TestMu AI (Formerly LambdaTest)
How to Style CSS Form Design Elements | TestMu AI (Formerly LambdaTest)

Explore CSS form design: text input, selection, checkboxes, radio buttons, techniques, and best practices for styling elements.

Aakash Rao

Aakash Rao

January 13, 2026

49 min read

Mastering Selenium Testing: JUnit Assertions With Examples | TestMu AI (Formerly LambdaTest)
Mastering Selenium Testing: JUnit Assertions With Examples | TestMu AI (Formerly LambdaTest)

Learn the various JUnit assertions methods in , focusing on the method assertTrue() in JUnit.

Hari Sapna Nair

Hari Sapna Nair

January 13, 2026

36 min read

How to Handle Radio Buttons in Selenium Using Python | TestMu AI (Formerly LambdaTest)
How to Handle Radio Buttons in Selenium Using Python | TestMu AI (Formerly LambdaTest)

With this tutorial, learn different ways to locate and handle radio buttons in Selenium using Python.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

28 min read

Sizing Up Layouts: A Detailed Guide to CSS fr Unit | TestMu AI (Formerly LambdaTest)
Sizing Up Layouts: A Detailed Guide to CSS fr Unit | TestMu AI (Formerly LambdaTest)

Learn how to use CSS fr units for flexible layouts and understand its versatility in creating responsive designs for modern web development.

Shreya Trivedi

Shreya Trivedi

January 13, 2026

31 min read

How to Handle Modal Dialog Box in Selenium WebDriver Java | TestMu AI (Formerly LambdaTest)
How to Handle Modal Dialog Box in Selenium WebDriver Java | TestMu AI (Formerly LambdaTest)

In this Selenium Java tutorial, we will learn what a modal dialog box is and how to handle modal dialog box in Selenium WebDriver Java

Vipul Gupta

Vipul Gupta

January 13, 2026

36 min read

CSS Inherit: What It Means for Your Styling | TestMu AI (Formerly LambdaTest)
CSS Inherit: What It Means for Your Styling | TestMu AI (Formerly LambdaTest)

This article delves into the CSS inherit property, exploring default inherited properties and their impact on styling.

Adarsh M

Adarsh M

January 13, 2026

45 min read

Decoding Bootstrap Colors [Bootstrap Tutorial: Part IV] | TestMu AI (Formerly LambdaTest)
Decoding Bootstrap Colors [Bootstrap Tutorial: Part IV] | TestMu AI (Formerly LambdaTest)

Explore the Bootstrap colors with our tutorial series. Learn to enhance design consistency and create visually appealing web applications effortlessly.

Mbaziira Ronald

Mbaziira Ronald

January 13, 2026

51 min read

Complete Guide to CSS Units: Types and Examples | TestMu AI (Formerly LambdaTest)
Complete Guide to CSS Units: Types and Examples | TestMu AI (Formerly LambdaTest)

Unlock responsive design mastery with this guide on CSS units. Explore pixels, ems, rems, and more for precise and adaptable web layouts.

Anurag Gharat

Anurag Gharat

January 13, 2026

31 min read

CSS Media Queries for Standard Devices | TestMu AI (Formerly LambdaTest)
CSS Media Queries for Standard Devices | TestMu AI (Formerly LambdaTest)

Developers need to understand various screen dimensions before crafting media queries for standard devices. Check out this tutorial to learn more!

Adarsh M

Adarsh M

January 13, 2026

31 min read

Jenkins Pipeline: Getting Started Tutorial For Beginners
Jenkins Pipeline: Getting Started Tutorial For Beginners

This Jenkins pipeline tutorial will help you create your first Jenkins pipeline and run Selenium automation in Jenkins through an online Selenium Grid.

Salman Khan

Salman Khan

January 13, 2026

37 min read

Automating Login Page Using Selenium WebDriver: A Detailed Guide
Automating Login Page Using Selenium WebDriver: A Detailed Guide

Explore seamless login automation with Selenium for diverse testing scenarios and effortlessly navigate the complexity of automating login pages.

Faisal Khatri

Faisal Khatri

January 13, 2026

42 min read

Scroll Down in Selenium WebDriver: Step-by-Step Guide | TestMu AI (Formerly LambdaTest)
Scroll Down in Selenium WebDriver: Step-by-Step Guide | TestMu AI (Formerly LambdaTest)

Learn how to scroll down in Selenium WebDriver using the JavaScriptExecutor interface in this detailed step-by-step tutorial.

Vipul Gupta

Vipul Gupta

January 13, 2026

50 min read

Using TestNG In Selenium With Examples: A Detailed Guide | TestMu AI (Formerly LambdaTest)
Using TestNG In Selenium With Examples: A Detailed Guide | TestMu AI (Formerly LambdaTest)

TestNG is a robust Java-based testing framework. Streamline parallel testing and leverage comprehensive reporting while harnessing the power of TestNG in Selenium.

Vipul Gupta

Vipul Gupta

January 13, 2026

62 min read

How to Automate WhatsApp Messages Using Python | TestMu AI (Formerly LambdaTest)
How to Automate WhatsApp Messages Using Python | TestMu AI (Formerly LambdaTest)

With this tutorial, learn how to automate WhatsApp messages using Python libraries with some real-world scenarios.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

45 min read

How to Handle Dynamic Dropdowns in Selenium WebDriver Using Java | TestMu AI (Formerly LambdaTest)
How to Handle Dynamic Dropdowns in Selenium WebDriver Using Java | TestMu AI (Formerly LambdaTest)

Learn how to effectively manage dynamic dropdowns in Selenium WebDriver using Java. Master the art of automated testing for dynamic web elements.

Faisal Khatri

Faisal Khatri

January 13, 2026

54 min read

How to Scroll to an Element in Playwright | TestMu AI (Formerly LambdaTest)
How to Scroll to an Element in Playwright | TestMu AI (Formerly LambdaTest)

Scrolling stands as a fundamental bridge between users and the wealth of content that modern websites offer. With this tutorial, learn how to scroll to an element in Playwright.

Jaydeep Karale

Jaydeep Karale

January 13, 2026

32 min read

What’s New in Selenium Manager: Features and Improvements | TestMu AI (Formerly LambdaTest)
What’s New in Selenium Manager: Features and Improvements | TestMu AI (Formerly LambdaTest)

Discover what’s new in Selenium Manager in Selenium 4, including Chrome compatibility, Automated Chrome, and ChromeDriver Management endpoints.

Faisal Khatri

Faisal Khatri

January 13, 2026

34 min read

Enhancing Web Styles Using CSS in JS | TestMu AI (Formerly LambdaTest)
Enhancing Web Styles Using CSS in JS | TestMu AI (Formerly LambdaTest)

Optimize your styling approach with CSS-in-JS. Unlock simplicity, scalability, and design prowess for your web projects.

Peter Junior Ejembi

Peter Junior Ejembi

January 13, 2026

36 min read

Pyppeteer Tutorial: The Complete Guide to Using Puppeteer with Python | TestMu AI (Formerly LambdaTest)
Pyppeteer Tutorial: The Complete Guide to Using Puppeteer with Python | TestMu AI (Formerly LambdaTest)

Pyppeteer demonstrates running Pyppeteer tests on a cloud like TestMu AI (Formerly LambdaTest) on different versions of Chrome (or Chromium).

Himanshu Sheth

Himanshu Sheth

January 13, 2026

107 min read

Storybook Visual Testing: Getting Started Guide | TestMu AI (Formerly LambdaTest)
Storybook Visual Testing: Getting Started Guide | TestMu AI (Formerly LambdaTest)

Storybook is an open-source tool that lets you build, organize, and test user interface (UI) components in isolation. This blog on Storybook visual testing leverages cloud platforms like TestMu AI (Formerly LambdaTest) to perform visual testing across multiple browsers and OS versions for best results.

Vipul Gupta

Vipul Gupta

January 13, 2026

27 min read

A Complete Tutorial on Using assertTrue() in Java | TestMu AI (Formerly LambdaTest)
A Complete Tutorial on Using assertTrue() in Java | TestMu AI (Formerly LambdaTest)

assertTrue() method is used for performing assertions in automated tests. This JUnit tutorial demonstrates using the assertTrue() in Java to perform assertions and check specific conditions.

Faisal Khatri

Faisal Khatri

January 13, 2026

27 min read

How To Execute JavaScript In Selenium Python | TestMu AI (Formerly LambdaTest)
How To Execute JavaScript In Selenium Python | TestMu AI (Formerly LambdaTest)

Executing JavaScript in Selenium is essential for intricate scenarios like gesture and animation simulations, asynchronous interactions, responsive scrolling, and more. With this Selenium Python tutorial, you will learn how to execute JavaScript in Selenium Python.

Idowu (Paul) Omisola

January 13, 2026

48 min read

What is CSS Specificity: Everything You Should Know | TestMu AI (Formerly LambdaTest)
What is CSS Specificity: Everything You Should Know | TestMu AI (Formerly LambdaTest)

CSS specificity is the concept used to determine which CSS rules apply to a specific HTML element whenever there are conflicting styles.

Clinton Joy Fimie

Clinton Joy Fimie

January 13, 2026

40 min read

A Deep Dive Into Bootstrap Display and Visibility [Bootstrap Tutorial: Part III] | TestMu AI (Formerly LambdaTest)
A Deep Dive Into Bootstrap Display and Visibility [Bootstrap Tutorial: Part III] | TestMu AI (Formerly LambdaTest)

Learn about Bootstrap display property and visibility utility in Part III of this Bootstrap tutorial. Optimize your website's responsiveness and user experience!

Mbaziira Ronald

Mbaziira Ronald

January 13, 2026

46 min read

How to Handle Shadow DOM in Cypress | TestMu AI (Formerly LambdaTest)
How to Handle Shadow DOM in Cypress | TestMu AI (Formerly LambdaTest)

The Shadow DOM (Document Object Model) is a web standard that encapsulates styles, markup, and behavior within a scoped and isolated DOM subtree. In this tutorial, you will learn various approaches and techniques to handle elements within the Shadow DOM using Cypress effectively.

Kailash Pathak

Kailash Pathak

January 13, 2026

29 min read

What is Tailwind CSS: A Complete Guide | TestMu AI (Formerly LambdaTest)
What is Tailwind CSS: A Complete Guide | TestMu AI (Formerly LambdaTest)

Tailwind CSS is a utility-first framework comprising single-purpose utility classes that can be used to style an HTML webpage. Check out this complete guide.

Anurag Gharat

Anurag Gharat

January 13, 2026

92 min read

The Complete CSS Animations Tutorial [With Examples] | TestMu AI (Formerly LambdaTest)
The Complete CSS Animations Tutorial [With Examples] | TestMu AI (Formerly LambdaTest)

CSS Animation is the process of animating the objects or elements on a web page. In this CSS Animations tutorial, we look at CSS Animations concepts with examples, create animations, and run them on the web page.

Ravi Kumar

Ravi Kumar

January 13, 2026

79 min read

Use Selenium wait for page to load with Python [Tutorial] | TestMu AI (Formerly LambdaTest)
Use Selenium wait for page to load with Python [Tutorial] | TestMu AI (Formerly LambdaTest)

Efficiently implement Selenium wait for page to load in Python with this tutorial. Enhance your web automation skills with precise waiting strategies.

Nishant Choudhary

Nishant Choudhary

January 13, 2026

26 min read

Headless Browser in Python and Selenium
Headless Browser in Python and Selenium

A headless browser in Python functions without a graphical user interface and can be controlled programmatically. Learn how to run the headless browser with Python and Selenium.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

35 min read

A Complete Guide to Web Scraping with Python
A Complete Guide to Web Scraping with Python

Learn web scraping with our guide on extracting data from websites using Python libraries PyUnit, pytest, and Beautiful Soup for static and dynamic sites.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

68 min read

A Complete Guide to Using @FindBy Annotation in Selenium Java | TestMu AI (Formerly LambdaTest)
A Complete Guide to Using @FindBy Annotation in Selenium Java | TestMu AI (Formerly LambdaTest)

@FindBy is an annotation used in Java to locate and identify web elements on a web page. This Selenium Java tutorial discusses using @FindBy annotation along with @FindBys, @FindAll, and @CacheLookup in Selenium Java.

Faisal Khatri

Faisal Khatri

January 13, 2026

48 min read

How To Check If An Element Exists In Python Selenium | TestMu AI (Formerly LambdaTest)
How To Check If An Element Exists In Python Selenium | TestMu AI (Formerly LambdaTest)

Check if an element exists in Python Selenium with different techniques and methods and implement them for better understanding.

Idowu (Paul) Omisola

January 13, 2026

29 min read

How To Perform Visual Regression Testing With Selenium And Smart UI | TestMu AI (Formerly LambdaTest)
How To Perform Visual Regression Testing With Selenium And Smart UI | TestMu AI (Formerly LambdaTest)

Selenium visual regression testing focuses on detecting unintended visual changes or regressions in a web application's user interface over time. This blog discusses visual regression testing and how to perform it with Selenium and TestMu AI (Formerly LambdaTest)’s SmartUI.

Faisal Khatri

Faisal Khatri

January 13, 2026

39 min read

How to Run Multiple NUnit Test Cases
How to Run Multiple NUnit Test Cases

NUnit provides methods to run multiple test cases, saving time and while ensuring high code quality. In this tutorial, learn how to run multiple NUnit test cases in parallel.

Andreea Draniceanu

January 13, 2026

26 min read

Debugging Selenium pytest Failures
Debugging Selenium pytest Failures

Discover how to address Selenium pytest failures efficiently. Explore debugging techniques, best practices, and ensure a reliable test framework.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

36 min read

How to Use JUnit ErrorCollector [With Examples] | TestMu AI (Formerly LambdaTest)
How to Use JUnit ErrorCollector [With Examples] | TestMu AI (Formerly LambdaTest)

Discover JUnit ErrorCollector, a crucial tool for comprehensive test coverage. Learn how it simplifies error handling, ensuring smooth test execution.

Sri Priya

Sri Priya

January 13, 2026

30 min read

How to Write a Python Configuration File | TestMu AI (Formerly LambdaTest)
How to Write a Python Configuration File | TestMu AI (Formerly LambdaTest)

A Python configuration file is a file that typically contains settings, parameters, or configuration options for a Python program or application. This Selenium Python tutorial deep dives into key problems that can be effectively addressed by Python configuration files and elucidates their indispensable role in achieving successful test automation.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

72 min read

Getting Started With Bootstrap Buttons and Bootstrap Badges [Bootstrap Tutorial: Part II] | TestMu AI (Formerly LambdaTest)
Getting Started With Bootstrap Buttons and Bootstrap Badges [Bootstrap Tutorial: Part II] | TestMu AI (Formerly LambdaTest)

Explore Bootstrap buttons and Bootstrap badges in this Bootstrap tutorial II. Learn to create visually alluring websites.

Mbaziira Ronald

Mbaziira Ronald

January 13, 2026

56 min read

How to Handle pytest Timeouts | TestMu AI (Formerly LambdaTest)
How to Handle pytest Timeouts | TestMu AI (Formerly LambdaTest)

This Selenium Python tutorial deep dives into understanding pytest timeouts, including their configurations, handling exceptions, strategies, and best practices.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

46 min read

How to Use Cypress in Headless Mode | TestMu AI (Formerly LambdaTest)
How to Use Cypress in Headless Mode | TestMu AI (Formerly LambdaTest)

In this Cypress tutorial, you will learn how to perform headless browser testing using Cypress on popular browsers like Chrome, Firefox, and WebKit.

Kailash Pathak

Kailash Pathak

January 13, 2026

32 min read

Mastering Cypress Viewport: Testing Your Responsive Designs | TestMu AI (Formerly LambdaTest)
Mastering Cypress Viewport: Testing Your Responsive Designs | TestMu AI (Formerly LambdaTest)

This tutorial helps you master Cypress viewports; the way to automate the mobile web view of an application using Cypress

Anshita Bhasin

Anshita Bhasin

January 13, 2026

43 min read

Introduction to Bootstrap Dropdowns And Bootstrap Collapse [Bootstrap Tutorial: Part I] | TestMu AI (Formerly LambdaTest)
Introduction to Bootstrap Dropdowns And Bootstrap Collapse [Bootstrap Tutorial: Part I] | TestMu AI (Formerly LambdaTest)

Discover Bootstrap dropdowns and Bootstrap collapse in Part I of this Bootstrap tutorial. Learn to create interactive UI elements with ease.

Mbaziira Ronald

Mbaziira Ronald

January 13, 2026

44 min read

How to Perform E2E Testing Using Cypress CLI and Test Runner | TestMu AI (Formerly LambdaTest)
How to Perform E2E Testing Using Cypress CLI and Test Runner | TestMu AI (Formerly LambdaTest)

In this step-by-step Cypress tutorial, you will learn how to perform E2E testing using Cypress CLI and Test Runner.

Kailash Pathak

Kailash Pathak

January 13, 2026

31 min read

Complete Guide to Color Contrast Accessibility | TestMu AI (Formerly LambdaTest)
Complete Guide to Color Contrast Accessibility | TestMu AI (Formerly LambdaTest)

This tutorial explores color contrast accessibility, its implementation, and how to test websites or mobile applications for color contrast accessibility.

Alex Anie

Alex Anie

January 13, 2026

37 min read

What is Monkey Patching in Python: A Complete Tutorial With Examples | TestMu AI (Formerly LambdaTest)
What is Monkey Patching in Python: A Complete Tutorial With Examples | TestMu AI (Formerly LambdaTest)

This Selenium Python tutorial deep dives into Monkey Patching in Python using Selenium, which can help achieve improved test coverage and higher confidence in the quality of the software applications.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

55 min read

A Complete Tutorial to Appium Capabilities for Mobile Automation
A Complete Tutorial to Appium Capabilities for Mobile Automation

This Appium tutorial discusses useful Appium capabilities for mobile automation testing.

Wasiq Bhamla

Wasiq Bhamla

January 13, 2026

55 min read

Common CSS Breakpoints For Media Queries | TestMu AI (Formerly LambdaTest)
Common CSS Breakpoints For Media Queries | TestMu AI (Formerly LambdaTest)

Learn how to create responsive designs with common CSS breakpoints for media queries that work on various screen sizes.

Ayush Thakur

Ayush Thakur

January 13, 2026

38 min read

A Guide To Download Selenium and Set It Up On Multiple IDEs | TestMu AI (Formerly LambdaTest)
A Guide To Download Selenium and Set It Up On Multiple IDEs | TestMu AI (Formerly LambdaTest)

Want to learn how to download Selenium, the free web automation tool? This guide offers everything you need to get started and run an automation test!

Jainish Patel

Jainish Patel

January 13, 2026

44 min read

Thread.sleep() Method in Java - Complete Tutorial With Example | TestMu AI (Formerly LambdaTest)
Thread.sleep() Method in Java - Complete Tutorial With Example | TestMu AI (Formerly LambdaTest)

This Selenium Java tutorial discusses Thread.sleep() in Java to pause the code execution for some time and best practices of using Selenium’s implicit, explicit and fluent waits in the code for saving the time in test automation code execution.

Faisal Khatri

Faisal Khatri

January 13, 2026

41 min read

How To Press Enter Without WebElement In Selenium Python | TestMu AI (Formerly LambdaTest)
How To Press Enter Without WebElement In Selenium Python | TestMu AI (Formerly LambdaTest)

This blog demonstrates how to press enter without WebElement in Selenium Python using ActionChains and execute_script methods.

Idowu (Paul) Omisola

January 13, 2026

37 min read

Appium 2 Migration Guide: Migrating From Appium 1.x To Appium 2.x | TestMu AI (Formerly LambdaTest)
Appium 2 Migration Guide: Migrating From Appium 1.x To Appium 2.x | TestMu AI (Formerly LambdaTest)

This Appium 2 migration guide will provide you with clear instructions on how to smoothly transition from the 1.x version to the 2.x version of Appium.

Wasiq Bhamla

Wasiq Bhamla

January 13, 2026

17 min read

A Comprehensive Guide To CSS Logical Properties | TestMu AI (Formerly LambdaTest)
A Comprehensive Guide To CSS Logical Properties | TestMu AI (Formerly LambdaTest)

Learn how to create flexible and responsive designs with ease using CSS logical properties. Read now!

Tahera Alam

Tahera Alam

January 13, 2026

44 min read

A Complete Guide To CSS Masking | TestMu AI (Formerly LambdaTest)
A Complete Guide To CSS Masking | TestMu AI (Formerly LambdaTest)

Elevate your web design with CSS masking - unlock endless creativity by seamlessly blending images and shapes, creating stunning visual effects that captivate your audience.

Alex Anie

Alex Anie

January 13, 2026

63 min read

Bulma CSS Framework: Getting Started Guide | TestMu AI (Formerly LambdaTest)
Bulma CSS Framework: Getting Started Guide | TestMu AI (Formerly LambdaTest)

Mastеr thе art of wеb dеvеlopmеnt with Bulma CSS framеwork. Crеatе stunning, rеsponsivе wеbsitеs еffortlеssly.

Satyam Tripathi

Satyam Tripathi

January 13, 2026

34 min read

A Complete Guide To CSS Box Model | TestMu AI (Formerly LambdaTest)
A Complete Guide To CSS Box Model | TestMu AI (Formerly LambdaTest)

Discover the ins and outs of the CSS box model in our comprehensive guide. Learn how it shapes the layout and structure of web elements.

Clinton Joy Fimie

Clinton Joy Fimie

January 13, 2026

36 min read

A Beginner's Guide To Mobile Design Patterns For Automation Testing | TestMu AI (Formerly LambdaTest)
A Beginner's Guide To Mobile Design Patterns For Automation Testing | TestMu AI (Formerly LambdaTest)

This blog on Mobile Design Patterns explores the benefits of using design patterns in mobile automation testing and various types of design patterns that can be used and how to implement them.

Sidharth Shukla

Sidharth Shukla

January 13, 2026

31 min read

How To Reduce Page Load Time In JavaScript | TestMu AI (Formerly LambdaTest)
How To Reduce Page Load Time In JavaScript | TestMu AI (Formerly LambdaTest)

This tutorial explores how to reduce page load time in JavaScript and the tips you can implement to increase your page speed.

Solomon Eseme

Solomon Eseme

January 13, 2026

23 min read

k6 Testing Tutorial: A Complete Guide To Browser Testing With Grafana k6 | TestMu AI (Formerly LambdaTest)
k6 Testing Tutorial: A Complete Guide To Browser Testing With Grafana k6 | TestMu AI (Formerly LambdaTest)

This k6 testing tutorial deep dives into the fundamentals of performance testing, conducting two pivotal tests, one on the local environment and the other on the cloud platform.

Anshita Bhasin

Anshita Bhasin

January 13, 2026

47 min read

How To Use Arrays.asList() In Java [With Examples] | TestMu AI (Formerly LambdaTest)
How To Use Arrays.asList() In Java [With Examples] | TestMu AI (Formerly LambdaTest)

Learn about the Arrays.asList() in Java with examples and understand how to convert arrays to lists and vice versa. This blog covers everything you need to know about working with arrays and lists in Java using the Arrays.asList() method.

Arun Gupta

Arun Gupta

January 13, 2026

21 min read

Cypress Testing Library: Getting Started Tutorial | TestMu AI (Formerly LambdaTest)
Cypress Testing Library: Getting Started Tutorial | TestMu AI (Formerly LambdaTest)

Explore how Cypress Testing Library enhances your testing approach. Learn to create modular and flexible tests that prioritize business behavior, ensuring the effectiveness of code quality verification.

Enrique

Enrique

January 13, 2026

27 min read

How To Handle NoSuchWindowException In Selenium | TestMu AI (Formerly LambdaTest)
How To Handle NoSuchWindowException In Selenium | TestMu AI (Formerly LambdaTest)

This blog discusses some of the most common reasons for NoSuchWindowException in Selenium and the best practices to handle it.

Vipul Gupta

Vipul Gupta

January 13, 2026

31 min read

GPS Geolocation vs IP Geolocation: How To Test Them On Real Devices? | TestMu AI (Formerly LambdaTest)
GPS Geolocation vs IP Geolocation: How To Test Them On Real Devices? | TestMu AI (Formerly LambdaTest)

This blog covers the differences between GPS and IP geolocation, and explores manual and automated testing techniques by manipulating geolocation settings.

Faisal Khatri

Faisal Khatri

January 13, 2026

34 min read

How To Use Playwright Inspector For Debugging | TestMu AI (Formerly LambdaTest)
How To Use Playwright Inspector For Debugging | TestMu AI (Formerly LambdaTest)

This blog deep dives into Playwright Inspector, a graphical user interface (GUI) tool that allows us to inspect and debug Playwright scripts interactively in great detail.

Jaydeep Karale

Jaydeep Karale

January 13, 2026

43 min read

Using React Virtual DOM To Improve Web Application Performance | TestMu AI (Formerly LambdaTest)
Using React Virtual DOM To Improve Web Application Performance | TestMu AI (Formerly LambdaTest)

This blog deep dives into the benefits of React Virtual DOM compared to the Core DOM and Shadow DOM, its implementation, performance improvements, and more.

Bonnie

Bonnie

January 13, 2026

48 min read

How To Use JUnit Ignore Test Annotation [With Examples] | TestMu AI (Formerly LambdaTest)
How To Use JUnit Ignore Test Annotation [With Examples] | TestMu AI (Formerly LambdaTest)

This blog on JUnit Ignore Test annotation will provide valuable inputs and practical advice on how to disable/skip tests using different annotations.

Faisal Khatri

Faisal Khatri

January 13, 2026

51 min read

How to use Date Picker in Selenium using JavaScript | TestMu AI (Formerly LambdaTest)
How to use Date Picker in Selenium using JavaScript | TestMu AI (Formerly LambdaTest)

This Selenium JavaScript tutorial covers how to use Date Picker in Selenium using JavaScript when filling out a web form.

Solomon Eseme

Solomon Eseme

January 13, 2026

16 min read

How To Handle SSL Certificates In Selenium WebDriver? | TestMu AI (Formerly LambdaTest)
How To Handle SSL Certificates In Selenium WebDriver? | TestMu AI (Formerly LambdaTest)

This blog on how to handle SSL certificates in Selenium will help you understand more about SSL certificates and their importance in production and testing.

Vipul Gupta

Vipul Gupta

January 13, 2026

28 min read

IWebDriver Browser Commands In Selenium C#: A Detailed Guide | TestMu AI (Formerly LambdaTest)
IWebDriver Browser Commands In Selenium C#: A Detailed Guide | TestMu AI (Formerly LambdaTest)

In this Selenium C# tutorial, you will learn about the IWebDriver browser commands in C# and how to use them effectively in your testing efforts.

Andreea Draniceanu

January 13, 2026

25 min read

CSS Content-Visibility: A Game-Changer For Web Page Loading Speed | TestMu AI (Formerly LambdaTest)
CSS Content-Visibility: A Game-Changer For Web Page Loading Speed | TestMu AI (Formerly LambdaTest)

Want to improve your website's performance? Learn how to optimize a website's rendering speed with our guide on CSS content-visibility property. Learn how to use it now.

Anurag Gharat

Anurag Gharat

January 13, 2026

42 min read

How To Use CSS Rotate Text To Create Engaging Web Design | TestMu AI (Formerly LambdaTest)
How To Use CSS Rotate Text To Create Engaging Web Design | TestMu AI (Formerly LambdaTest)

Make your website stand out with CSS Rotate Text! Take your website's typography to the next level with our step-by-step guide on CSS Rotate Text and learn how to use it.

Mbaziira Ronald

Mbaziira Ronald

January 13, 2026

44 min read

CSS Gap Property: A Beginner's Guide To Perfectly Spaced Layouts | TestMu AI (Formerly LambdaTest)
CSS Gap Property: A Beginner's Guide To Perfectly Spaced Layouts | TestMu AI (Formerly LambdaTest)

Don't let gaps ruin your website's design. Learn how to use CSS Gap Property with our guide to creating professional-looking layouts.

Dun Yan

Dun Yan

January 13, 2026

48 min read

CSS3 Tutorial - An Ultimate Beginner’s Guide To Master Web Design | TestMu AI (Formerly LambdaTest)
CSS3 Tutorial - An Ultimate Beginner’s Guide To Master Web Design | TestMu AI (Formerly LambdaTest)

Ready to create beautiful web designs? Discover the power of CSS3 with our comprehensive tutorial. Master the latest dynamic and responsive effects features that will wow your users.

Alex Anie

Alex Anie

January 13, 2026

85 min read

XPath vs CSS Selectors: A Detailed Guide | TestMu AI (Formerly LambdaTest)
XPath vs CSS Selectors: A Detailed Guide | TestMu AI (Formerly LambdaTest)

Learn the differences between XPath and CSS Selectors in selecting and styling elements on web pages.

Arun Gupta

Arun Gupta

January 13, 2026

39 min read

Managing WebElements in Selenium with Python: A Practical Guide | TestMu AI (Formerly LambdaTest)
Managing WebElements in Selenium with Python: A Practical Guide | TestMu AI (Formerly LambdaTest)

In this article, learn how to handle WebElements in Selenium Python while performing automated browser testing.

Eugene Kwaka

Eugene Kwaka

January 13, 2026

48 min read

Redefining Element Positioning With CSS Inset Property | TestMu AI (Formerly LambdaTest)
Redefining Element Positioning With CSS Inset Property | TestMu AI (Formerly LambdaTest)

Say goodbye to awkward layouts and bring creative vision to life. Master the art of positioning with our guide on CSS inset property to create stunning designs.

Alex Anie

Alex Anie

January 13, 2026

42 min read

Demystifying CSS Min(), Max(), and Clamp() Functions | TestMu AI (Formerly LambdaTest)
Demystifying CSS Min(), Max(), and Clamp() Functions | TestMu AI (Formerly LambdaTest)

Unravel the mystery of CSS comparison functions with our detailed expert guide. Explore the power of CSS min(), max(), and clamp() to create stunning web designs.

Satyam Tripathi

Satyam Tripathi

January 13, 2026

40 min read

Creating A Cohesive User Experience Using HSL Colors In CSS | TestMu AI (Formerly LambdaTest)
Creating A Cohesive User Experience Using HSL Colors In CSS | TestMu AI (Formerly LambdaTest)

Discover the benefits of using HSL colors in CSS. Create accessible and vibrant color schemes with greater flexibility and precision. Learn more in our guide.

Ayush Thakur

Ayush Thakur

January 13, 2026

31 min read

A Guide To Newly Supported CSS Pseudo-Class Selectors | TestMu AI (Formerly LambdaTest)
A Guide To Newly Supported CSS Pseudo-Class Selectors | TestMu AI (Formerly LambdaTest)

In this detailed guide, learn how to leverage CSS pseudo-class selectors in web projects and make your website stand out from the crowd.

Tahera Alam

Tahera Alam

January 13, 2026

33 min read

Mastering CSS Border Style: A Comprehensive Guide | TestMu AI (Formerly LambdaTest)
Mastering CSS Border Style: A Comprehensive Guide | TestMu AI (Formerly LambdaTest)

This CSS Borders blog post would provide instructions on utilizing CSS to generate and customize borders.

Alex Anie

Alex Anie

January 13, 2026

39 min read

An Intuitive Guide To CSS Glassmorphism | TestMu AI (Formerly LambdaTest)
An Intuitive Guide To CSS Glassmorphism | TestMu AI (Formerly LambdaTest)

In this guide, learn about CSS Glassmorphism, its history, its characteristics, and how to create it, along with examples.

Anurag Gharat

Anurag Gharat

January 13, 2026

24 min read

How To Perform Local Website Testing Using Selenium And Java | TestMu AI (Formerly LambdaTest)
How To Perform Local Website Testing Using Selenium And Java | TestMu AI (Formerly LambdaTest)

In this blog on local website testing, we will learn more about local page testing and its advantages in software development and the testing cycle.

Vipul Gupta

Vipul Gupta

January 13, 2026

21 min read

Selenium 4 WebDriver Hierarchy: A Detailed Explanation | TestMu AI (Formerly LambdaTest)
Selenium 4 WebDriver Hierarchy: A Detailed Explanation | TestMu AI (Formerly LambdaTest)

Explore the new Selenium 4 WebDriver hierarchy and learn how the main interfaces have been redesigned and simplified for better automation of web browsers.

Faisal Khatri

Faisal Khatri

January 13, 2026

36 min read

A Complete Guide on how to run Mocha npm Testing with Node.js
A Complete Guide on how to run Mocha npm Testing with Node.js

In this Mocha NodeJS tutorial, learn how to effectively test your NodeJS modules using Mocha npm testing, a popular JavaScript test framework.

Kayode Oluwasegun

Kayode Oluwasegun

January 13, 2026

28 min read

How To Use Waits In Selenium Ruby | TestMu AI (Formerly LambdaTest)
How To Use Waits In Selenium Ruby | TestMu AI (Formerly LambdaTest)

This tutorial guides you through how to use different types of waits in Selenium Ruby.

Roselyne Makena

Roselyne Makena

January 13, 2026

19 min read

Playwright vs Selenium vs Cypress: A Detailed Comparison | TestMu AI (Formerly LambdaTest)
Playwright vs Selenium vs Cypress: A Detailed Comparison | TestMu AI (Formerly LambdaTest)

Explore the differences between three popular automation testing frameworks for web applications: Playwright vs Selenium vs Cypress. Learn about their unique features and capabilities to determine which tool best fits your testing needs.

Kailash Pathak

Kailash Pathak

January 13, 2026

86 min read

How To Write End-To-End Tests Using Cypress App Actions | TestMu AI (Formerly LambdaTest)
How To Write End-To-End Tests Using Cypress App Actions | TestMu AI (Formerly LambdaTest)

In this blog on Cypress App Actions, you will learn how Cypress App Actions differs from Page Object Model and how you will run tests with Cypress App Actions in a cloud grid like TestMu AI (Formerly LambdaTest).

Enrique

Enrique

January 13, 2026

25 min read

How To Refresh Page Using Selenium C# [Complete Tutorial] | TestMu AI (Formerly LambdaTest)
How To Refresh Page Using Selenium C# [Complete Tutorial] | TestMu AI (Formerly LambdaTest)

This tutorial guides you through how to refresh pages using Selenium C#

Andreea Draniceanu

January 13, 2026

16 min read

How To Use Playwright For Web Scraping with Python | TestMu AI (Formerly LambdaTest)
How To Use Playwright For Web Scraping with Python | TestMu AI (Formerly LambdaTest)

In this blog on using Playwright for web scraping, you will learn how to set up Playwright with Python and use it to scrape data from web pages.

Jaydeep Karale

Jaydeep Karale

January 13, 2026

43 min read

Different Ways To Style CSS Box Shadow Effects | TestMu AI (Formerly LambdaTest)
Different Ways To Style CSS Box Shadow Effects | TestMu AI (Formerly LambdaTest)

This blog on CSS Box Shadow dive deep into the CSS box-shadow property and the different ways to style the CSS box-shadow effects.

Tahera Alam

Tahera Alam

January 13, 2026

23 min read

A Step-By-Step Guide To Cypress API Testing | TestMu AI (Formerly LambdaTest)
A Step-By-Step Guide To Cypress API Testing | TestMu AI (Formerly LambdaTest)

Step-by-step guide to Cypress API testing. Explore how Cypress, a user-friendly framework, enhances API testing for functionality, reliability, and performance.

Enrique

Enrique

January 13, 2026

31 min read

Running Tests In Cypress With GitHub Actions [Complete Guide] | TestMu AI (Formerly LambdaTest)
Running Tests In Cypress With GitHub Actions [Complete Guide] | TestMu AI (Formerly LambdaTest)

Read on this blog to learn how to set up CI/CD pipeline for test cases using Cypress with GitHub Actions.

Anshita Bhasin

Anshita Bhasin

January 13, 2026

30 min read

How To Use driver.FindElement And driver.FindElements In Selenium C# | TestMu AI (Formerly LambdaTest)
How To Use driver.FindElement And driver.FindElements In Selenium C# | TestMu AI (Formerly LambdaTest)

This Selenium C# tutorial guides you through how to use driver.FindElement and driver.FindElements in Selenium C#

Andreea Draniceanu

January 13, 2026

28 min read

How To Automate Desktops Apps Using WinAppDriver | TestMu AI (Formerly LambdaTest)
How To Automate Desktops Apps Using WinAppDriver | TestMu AI (Formerly LambdaTest)

Learn to automate desktop apps with this WinAppDriver tutorial. Explore how to leverage WinAppDriver in Appium for reliable desktop application testing.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

66 min read

How To Create Custom Menus with CSS Select | TestMu AI (Formerly LambdaTest)
How To Create Custom Menus with CSS Select | TestMu AI (Formerly LambdaTest)

Read on to learn how to create custom menus with CSS select.

Adarsh M

Adarsh M

January 13, 2026

26 min read

How To Automate Toggle Buttons In Selenium Java | TestMu AI (Formerly LambdaTest)
How To Automate Toggle Buttons In Selenium Java | TestMu AI (Formerly LambdaTest)

This Selenium Java tutorial covers how to automate toggle buttons in Selenium Java and interact with them while performing automated UI testing.

Fidaa Berrjeb

Fidaa Berrjeb

January 13, 2026

20 min read

How To Get Started With Cypress Debugging | TestMu AI (Formerly LambdaTest)
How To Get Started With Cypress Debugging | TestMu AI (Formerly LambdaTest)

This Cypress testing tutorial on Cypress debugging discusses some of the best ways to debug your Cypress tests and explain each in detail

Dastan

Dastan

January 13, 2026

24 min read

How To Handle Multiple Windows In Selenium Python | TestMu AI (Formerly LambdaTest)
How To Handle Multiple Windows In Selenium Python | TestMu AI (Formerly LambdaTest)

Simplify the process of handling multiple windows with Selenium in Python using our comprehensive guide.

Eugene Kwaka

Eugene Kwaka

January 13, 2026

32 min read

Getting Started with SpecFlow Actions [SpecFlow Automation Tutorial] | TestMu AI (Formerly LambdaTest)
Getting Started with SpecFlow Actions [SpecFlow Automation Tutorial] | TestMu AI (Formerly LambdaTest)

This SpecFlow automation tutorial demonstrates how a BDD test can be written using SpecFlow and Selenium C# and run it on the cloud Selenium Grid like TestMu AI (Formerly LambdaTest) with SpecFlow Actions.

Andreea Draniceanu

January 13, 2026

26 min read

How To Use CSS Grid Scheduler [CSS Tutorial] | TestMu AI (Formerly LambdaTest)
How To Use CSS Grid Scheduler [CSS Tutorial] | TestMu AI (Formerly LambdaTest)

In this CSS tutorial, learn how to build a conference schedule with a CSS grid scheduler.

Aakash Rao

Aakash Rao

January 13, 2026

49 min read

Complete Tutorial On Appium Parallel Testing [With Examples] | TestMu AI (Formerly LambdaTest)
Complete Tutorial On Appium Parallel Testing [With Examples] | TestMu AI (Formerly LambdaTest)

This Appium testing tutorial takes you through the journey of running automation tests while performing Appium parallel testing.

Faisal Khatri

Faisal Khatri

January 13, 2026

35 min read

Automated App Testing Using Appium With TestNG [Tutorial] | TestMu AI (Formerly LambdaTest)
Automated App Testing Using Appium With TestNG [Tutorial] | TestMu AI (Formerly LambdaTest)

In this Appium Java tutorial, we deep dive into performing automated app testing using Appium with TestNG

Wasiq Bhamla

Wasiq Bhamla

January 13, 2026

34 min read

How To Get Response Status Code Using Apache HTTP Client? | TestMu AI (Formerly LambdaTest)
How To Get Response Status Code Using Apache HTTP Client? | TestMu AI (Formerly LambdaTest)

This blog demonstrates how to get response status codes with Apache HttpClient and execute them on cloud Selenium Grid.

Vipul Gupta

Vipul Gupta

January 13, 2026

25 min read

How To Find Flaky Selenium Test Suite | TestMu AI (Formerly LambdaTest)
How To Find Flaky Selenium Test Suite | TestMu AI (Formerly LambdaTest)

In this article on the Flaky Selenium test suite, we will discuss flaky tests, the common causes of a flaky Selenium test, how to isolate, find and some practical tips to minimize them.

Harita Ravindranath

Harita Ravindranath

January 13, 2026

26 min read

How To Generate HTML Reports With WebdriverIO
How To Generate HTML Reports With WebdriverIO

In this WebdriverIO tutorial, you will learn about different WebdriverIO HTML reporters that can be generated using the WebdriverIO framework.

Aparna Gopalakrishnan

Aparna Gopalakrishnan

January 13, 2026

24 min read

How To Create Automated Web Bot With Selenium In Python | TestMu AI (Formerly LambdaTest)
How To Create Automated Web Bot With Selenium In Python | TestMu AI (Formerly LambdaTest)

This Selenium Python tutorial deep dives into how to create an automated web bot in Selenium with Python; the learnings of which will be useful for multiple aspects of Selenium automation testing.

Vinayak Sharma

Vinayak Sharma

January 13, 2026

24 min read

How To Use Assertions In TestNG Using Selenium
How To Use Assertions In TestNG Using Selenium

In this TestNG tutorial, you will learn how to use different assertions in TestNG and see how they are helpful in Selenium automation testing.

Praveen Mishra

Praveen Mishra

January 13, 2026

27 min read

How To Use Deep Selectors In Selenium WebdriverIO | TestMu AI (Formerly LambdaTest)
How To Use Deep Selectors In Selenium WebdriverIO | TestMu AI (Formerly LambdaTest)

This blog deep-dives into learning deep selectors in Selenium WebdriverIO and how to use them while writing tests for Selenium automation testing.

Harita Ravindranath

Harita Ravindranath

January 13, 2026

21 min read

How To Set Test Case Priority In TestNG With Selenium
How To Set Test Case Priority In TestNG With Selenium

In this blog, we will see how to set test case priority in TestNG while performing Selenium automation testing.

Ria Dayal

Ria Dayal

January 13, 2026

28 min read

Page Factory in Selenium For Web Automation Testing
Page Factory in Selenium For Web Automation Testing

This blog, a part of the Page Factory Selenium tutorial series, deep dives into the essentials of the Page Factory design pattern in Selenium. The Page Factory Selenium class provides annotations and methods that make it easy to maintain and re-use Selenium tests.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

34 min read

Jest vs Mocha vs Jasmine: Comparing The Top 3 JavaScript Testing Frameworks | TestMu AI (Formerly LambdaTest)
Jest vs Mocha vs Jasmine: Comparing The Top 3 JavaScript Testing Frameworks | TestMu AI (Formerly LambdaTest)

In this blog, we compared three of the top JavaScript testing frameworks, i.e., Jest vs Mocha vs Jasmine - to help you pick the right one for you.

Harita Ravindranath

Harita Ravindranath

January 13, 2026

30 min read

Utilizing TestNG Reporter Log in Selenium: A Step-by-Step Guide | TestMu AI (Formerly LambdaTest)
Utilizing TestNG Reporter Log in Selenium: A Step-by-Step Guide | TestMu AI (Formerly LambdaTest)

In this Selenium TestNG tutorial, we will learn about the Reporter Class in TestNG along with the different parameters it offers.

Ria Dayal

Ria Dayal

January 13, 2026

25 min read

Parallel Testing With JUnit 5 And Selenium [Tutorial] | TestMu AI (Formerly LambdaTest)
Parallel Testing With JUnit 5 And Selenium [Tutorial] | TestMu AI (Formerly LambdaTest)

In this blog, we deep dive into how to perform parallel test execution with the JUnit 5 framework and Selenium.

Shalini Baskaran

Shalini Baskaran

January 13, 2026

29 min read

Handling Touch And Mouse Events In Cypress [Tutorial] | TestMu AI (Formerly LambdaTest)
Handling Touch And Mouse Events In Cypress [Tutorial] | TestMu AI (Formerly LambdaTest)

In this Cypress tutorial, we talk about handling touch and mouse events when running Cypress test automation scripts.

Narayanan Palani

Narayanan Palani

January 13, 2026

19 min read

How To Handle Frames & iFrames In Selenium JavaScript [Tutorial] | TestMu AI (Formerly LambdaTest)
How To Handle Frames & iFrames In Selenium JavaScript [Tutorial] | TestMu AI (Formerly LambdaTest)

Learn how to handle frames and iframes in Selenium WebDriver using JavaScript and perform automated browser testing of websites (or web apps) that use pop-up windows, nested frames (or iFrames), and browser windows.

Ryan Howard

Ryan Howard

January 13, 2026

22 min read

Building Automated Testing Pipeline With Semaphore CI And Selenium Grid | TestMu AI (Formerly LambdaTest)
Building Automated Testing Pipeline With Semaphore CI And Selenium Grid | TestMu AI (Formerly LambdaTest)

In this blog, we will see how to build an automated testing pipeline with Semaphore CI and cloud Selenium Grid.

Rakesh Vardhan

Rakesh Vardhan

January 13, 2026

37 min read

How To Use JavaScript Wait Function In Selenium WebDriver
How To Use JavaScript Wait Function In Selenium WebDriver

Learn how to effectively implement JavaScript wait function in Selenium WebDriver. Elevate your automation testing skills with this guide.

Harita Ravindranath

Harita Ravindranath

January 13, 2026

26 min read

A Comprehensive Guide On JUnit 5 Extensions
A Comprehensive Guide On JUnit 5 Extensions

In this blog, we will learn about different kinds of extension models in the JUnit 5 testing library and see how JUnit 5 extensions can be used to extend the behavior of test classes or methods.

Ghislain Kalonji Mukendi

Ghislain Kalonji Mukendi

January 13, 2026

39 min read

Tutorial on Python Read Config File Using Selenium [With Example]
Tutorial on Python Read Config File Using Selenium [With Example]

This blog guides you on how to read a configuration file in Python using Selenium with examples and implementing the same on a cloud Selenium Grid.

Vinayak Sharma

Vinayak Sharma

January 13, 2026

17 min read

Streamline Testing with CircleCI Pipeline and Selenium Grid | TestMu AI (Formerly LambdaTest)
Streamline Testing with CircleCI Pipeline and Selenium Grid | TestMu AI (Formerly LambdaTest)

Streamline testing with CircleCI Pipeline and Selenium Grid. Build an automated pipeline for maximum efficiency today.

Praveen Mishra

Praveen Mishra

January 13, 2026

24 min read

How To Get Data Of Attributes In JavaScript With Selenium | TestMu AI (Formerly LambdaTest)
How To Get Data Of Attributes In JavaScript With Selenium | TestMu AI (Formerly LambdaTest)

There are many scenarios in Selenium test automation where you would want to get the data of the attributes. The getAttribute() method in Selenium is used to get the data of the attributes. Deep dive into how you can get data of HTML attributes in JavaScript with Selenium automation framework.

Sachin

Sachin

January 13, 2026

16 min read

How To Perform Automation Testing With Cucumber And Nightwatch JS? | TestMu AI (Formerly LambdaTest)
How To Perform Automation Testing With Cucumber And Nightwatch JS? | TestMu AI (Formerly LambdaTest)

In this blog, you’ll learn to perform automation testing with cucumber and nightwatch.js on a remote Selenium Grid.

Harita Ravindranath

Harita Ravindranath

January 13, 2026

34 min read

Customize HTTP Headers in Java with Selenium WebDriver | TestMu AI (Formerly LambdaTest)
Customize HTTP Headers in Java with Selenium WebDriver | TestMu AI (Formerly LambdaTest)

This blog guides you through some of the different ways to modify HTTP request headers in Java using Selenium webDriver.

Harshit Paul

Harshit Paul

January 13, 2026

20 min read

How To Use Strings In JavaScript With Selenium WebDriver?
How To Use Strings In JavaScript With Selenium WebDriver?

In this blog, you will learn to use strings in JavaScript along with the in-built methods. Additionally, you will also explore writing test cases utilizing JavaScript strings and Selenium WebDriver over cloud-based Selenium Grid using Selenium automation testing.

Harita Ravindranath

Harita Ravindranath

January 13, 2026

24 min read

CSS Flexbox Tutorial: A Complete Guide
CSS Flexbox Tutorial: A Complete Guide

In this CSS Flexbox tutorial, you will learn about the CSS Flexbox's construction and the range of properties it offers for creating functional and beautiful responsive web designs.

Harish Rajora

Harish Rajora

January 13, 2026

27 min read

Selenium WebDriver: JavaScript Screenshot Guide | TestMu AI (Formerly LambdaTest)
Selenium WebDriver: JavaScript Screenshot Guide | TestMu AI (Formerly LambdaTest)

In this blog, you’ll learn a step-by-step process of taking screenshots in SeleniumWebDriver using JavaScript.

Praveen Mishra

Praveen Mishra

January 13, 2026

30 min read

Building An Automated Testing Pipeline with GoCD [Tutorial] | TestMu AI (Formerly LambdaTest)
Building An Automated Testing Pipeline with GoCD [Tutorial] | TestMu AI (Formerly LambdaTest)

In this GoCD pipeline tutorial, we had a detailed look at how to configure GoCD pipeline, configuring multiple stages, using Selenium test automation with the GoCD pipeline and a lot more.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

25 min read

How To Perform Selenium and Python Web Scraping | TestMu AI (Formerly LambdaTest)
How To Perform Selenium and Python Web Scraping | TestMu AI (Formerly LambdaTest)

Learn Python Web Scraping with Selenium through a comprehensive tutorial. Discover how to extract relevant data from dynamic web pages Web Scraping with Python.

Vinayak Sharma

Vinayak Sharma

January 13, 2026

17 min read

Cross Browser Testing With WebDriverIO [Tutorial]
Cross Browser Testing With WebDriverIO [Tutorial]

WebDriverIO is the next-generation browser and mobile automation test framework built using JavaScript. Have a look at how you can perform cross browser testing with WebDriverIO on the local as well as cloud-based Selenium Grids.

Rahul Jain

Rahul Jain

January 13, 2026

18 min read

Handling CSS Pseudo-Elements with Selenium | TestMu AI (Formerly LambdaTest)
Handling CSS Pseudo-Elements with Selenium | TestMu AI (Formerly LambdaTest)

Enhance your Selenium testing skills by learning how to handle CSS pseudo-elements with our step-by-step guide and maximize your web automation potential today!

Harshit Paul

Harshit Paul

January 13, 2026

25 min read

How To Run Automation Tests Using Selenium and NodeJS [With Example]
How To Run Automation Tests Using Selenium and NodeJS [With Example]

Learn to execute automation tests using Selenium and Node.js with practical examples. Elevate your testing game with this comprehensive guide.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

18 min read

How To Make A Responsive Background Image Using CSS? | TestMu AI (Formerly LambdaTest)
How To Make A Responsive Background Image Using CSS? | TestMu AI (Formerly LambdaTest)

Discover the significance of responsive background images for a seamless user experience. Explore CSS background image properties and testing tools.

Harish Rajora

Harish Rajora

January 13, 2026

25 min read

How to execute JUnit 4 tests with JUnit 5 [Tutorial] | TestMu AI (Formerly LambdaTest)
How to execute JUnit 4 tests with JUnit 5 [Tutorial] | TestMu AI (Formerly LambdaTest)

Is JUnit 4 different than JUnit 5? In this blog, learn the differences in annotations, how to migrate tests from JUnit4, and to execute tests with JUnit 5.

Shalini Baskaran

Shalini Baskaran

January 13, 2026

20 min read

NUnit vs. XUnit vs. MSTest: Unit Testing Frameworks | TestMu AI (Formerly LambdaTest)
NUnit vs. XUnit vs. MSTest: Unit Testing Frameworks | TestMu AI (Formerly LambdaTest)

Explore the battle of NUnit, xUnit, and MSTest. A detailed comparison of unit testing frameworks in C#. Make the right choice!

Himanshu Sheth

Himanshu Sheth

January 13, 2026

39 min read

How To Do Parameterization In Pytest With Selenium?
How To Do Parameterization In Pytest With Selenium?

In this Selenium Python tutorial, we will see how pytest.fixture, @pytest.mark.parametrize decorator and pytest_generate_tests() can be used for parameterization in pytest.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

40 min read

Best XUnit Parameterized Tests Tutorial: Selenium Testing | TestMu AI (Formerly LambdaTest)
Best XUnit Parameterized Tests Tutorial: Selenium Testing | TestMu AI (Formerly LambdaTest)

XUnit Parameterized tests allow testers to run the same test a few times using different values. Find out how you can do this in xUnit with InlineData, MemberData, and ClassData.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

16 min read

MSTest Tutorial: Setup Selenium WebDriver For MSTest Framework In C#
MSTest Tutorial: Setup Selenium WebDriver For MSTest Framework In C#

This MSTest testing tutorial covers different ways of installing Selenium WebDriver for the MSTest framework in C#.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

12 min read

How To Use GitLab CI To Run Tests Locally | TestMu AI (Formerly LambdaTest)
How To Use GitLab CI To Run Tests Locally | TestMu AI (Formerly LambdaTest)

Efficiently run tests locally using GitLab CI with Docker and platforms like TestMu AI (Formerly LambdaTest). Learn how to use GitLab CI to run tests locally.

Piyusha

January 13, 2026

26 min read

xUnit Setup for Selenium WebDriver: A Complete Guide | TestMu AI (Formerly LambdaTest)
xUnit Setup for Selenium WebDriver: A Complete Guide | TestMu AI (Formerly LambdaTest)

This Selenium xUnit testing tutorial covers different ways of installing Selenium WebDriver for the xUnit framework in C#.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

8 min read

How To Use NUnit Annotations For Selenium Automation Testing? | TestMu AI (Formerly LambdaTest)
How To Use NUnit Annotations For Selenium Automation Testing? | TestMu AI (Formerly LambdaTest)

Learn how to use annotations in NUnit for Selenium-based automation testing. We will look at an example for each annotation along with their attributes.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

39 min read

How To Speed Up JavaScript Testing With Selenium and WebDriverIO? | TestMu AI (Formerly LambdaTest)
How To Speed Up JavaScript Testing With Selenium and WebDriverIO? | TestMu AI (Formerly LambdaTest)

Read on to know how you can speed up JavaScript testing with Selenium and WebDriverIO by adopting some of the best practices.

Harita Ravindranath

Harita Ravindranath

January 13, 2026

22 min read

How To Use Asserts In NUnit Using Selenium? | TestMu AI (Formerly LambdaTest)
How To Use Asserts In NUnit Using Selenium? | TestMu AI (Formerly LambdaTest)

In this NUnit tutorial, you will learn how to use different asserts in NUnit and see how they are helpful in Selenium automation testing.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

33 min read

NUnit Setup in Visual Studio: A Quick Tutorial | TestMu AI (Formerly LambdaTest)
NUnit Setup in Visual Studio: A Quick Tutorial | TestMu AI (Formerly LambdaTest)

Want to setup NUnit environment for your first test? In this NUnit tutorial, you will learn to setup a test runner and Selenium WebDriver with Visual Studio for NUnit test case development.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

15 min read

How To Easily Perform Specflow Parallel Execution With NUnit | TestMu AI (Formerly LambdaTest)
How To Easily Perform Specflow Parallel Execution With NUnit | TestMu AI (Formerly LambdaTest)

Read on to know how to perform SpecFlow parallel execution of test cases with NUnit, and Selenium, along with the examples using Selenium Grid.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

45 min read

How to group test cases in TestNG [with Examples] | TestMu AI (Formerly LambdaTest)
How to group test cases in TestNG [with Examples] | TestMu AI (Formerly LambdaTest)

In this tutorial, you will learn how to group test cases in TestNG along with the demonstration with relevant TestNG group examples.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

32 min read

How To Integrate Jenkins With Selenium WebDriver?
How To Integrate Jenkins With Selenium WebDriver?

Wondering how to integrate Jenkins with Selenium WebDriver? This guide will help you run Selenium tests in Jenkins. Learn more.

Shalini Baskaran

Shalini Baskaran

January 13, 2026

20 min read

NUnit Tutorial: Parameterized Tests With Examples | TestMu AI (Formerly LambdaTest)
NUnit Tutorial: Parameterized Tests With Examples | TestMu AI (Formerly LambdaTest)

Learn NUnit parameterized tests with examples for efficient cross-browser testing by testing code against different input values for a better web experience.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

24 min read

How To Drag And Drop In Selenium With Python? | TestMu AI (Formerly LambdaTest)
How To Drag And Drop In Selenium With Python? | TestMu AI (Formerly LambdaTest)

Automating drag and drop in Selenium Python is the need of a devs hour. Stop wasting your time doing it manually and automate the entire process using Selenium with Python.

Nishant Choudhary

Nishant Choudhary

January 13, 2026

18 min read

Python with Selenium 4 Tutorial: Complete Guide with Examples | TestMu AI (Formerly LambdaTest)
Python with Selenium 4 Tutorial: Complete Guide with Examples | TestMu AI (Formerly LambdaTest)

A complete tutorial on using Python with Selenium 4 with examples and code. A guide to running web automation testing using Python with Selenium 4.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

41 min read

Cypress Vs Selenium: How To Pick The Right Testing Tool For You?
Cypress Vs Selenium: How To Pick The Right Testing Tool For You?

Cypress vs Selenium: Which one is better? See a thorough comparison to evaluate which is the right testing tool for your business. Read more.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

43 min read

XUnit Testing Tutorial: Running First Script in XUnit
XUnit Testing Tutorial: Running First Script in XUnit

Moving on with our xUnit testing tutorial series, this blog will guide you in using xUnit testing framework with Selenium C#.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

12 min read

How To Take A Screenshot Using Python & Selenium?
How To Take A Screenshot Using Python & Selenium?

This tutorial will guide you how to use Selenium and Python to capture Python Selenium screenshots and check how your website is rendered over different browsers.

Nishant Choudhary

Nishant Choudhary

January 13, 2026

18 min read

What Is Jenkins? How & Why To Use It?
What Is Jenkins? How & Why To Use It?

Ever wondered what is Jenkins? Learn how it works and what a Jenkin pipeline consists of. Find more in our deep dive guide.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

57 min read

SpecFlow Tutorial For Automation Testing With Selenium C#
SpecFlow Tutorial For Automation Testing With Selenium C#

Using SpecFlow with Selenium C# is a crucial part of automation testing with Selenium, this SpecFlow tutorial will guide you through the entire process.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

40 min read

xUnit Testing Tutorial: Unit Testing With Selenium C# | TestMu AI (Formerly LambdaTest)
xUnit Testing Tutorial: Unit Testing With Selenium C# | TestMu AI (Formerly LambdaTest)

xUnit is an open-source unit testing framework for .NET. This xUnit testing tutorial will help you learn how to run unit testing with Selenium C#.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

46 min read

How To Handle Web Table in Selenium WebDriver?
How To Handle Web Table in Selenium WebDriver?

Master dynamic web table handling in Selenium WebDriver. Expert tips for effective automation in our comprehensive guide

Himanshu Sheth

Himanshu Sheth

January 13, 2026

18 min read

WebdriverIO Tutorial: Handling Alerts & Overlay Modals In Selenium
WebdriverIO Tutorial: Handling Alerts & Overlay Modals In Selenium

Find out how to handle alerts in Selenium with this WebDriverIO tutorial. Alerts & popups are annoying, as it stops you from performing any further browser actions.

Harshit Paul

Harshit Paul

January 13, 2026

14 min read

Protractor Tutorial: Handle Frames & iFrames in Selenium
Protractor Tutorial: Handle Frames & iFrames in Selenium

In this Protractor tutorial, learn how to handle frames or iframes in Selenium with Protractor for automated browser testing.

Praveen Mishra

Praveen Mishra

January 13, 2026

28 min read

PyTest Tutorial - Parallel Testing With Selenium Grid
PyTest Tutorial - Parallel Testing With Selenium Grid

Save time spent on Selenium test automation by running tests in parallel. Read our PyTest Turorial with easy-to-do steps and elaborate examples. Learn more.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

27 min read

MSTest Tutorial: Parameterized Tests For Selenium Testing | TestMu AI (Formerly LambdaTest)
MSTest Tutorial: Parameterized Tests For Selenium Testing | TestMu AI (Formerly LambdaTest)

Parameterized tests allows tester to run the same test a few times using different values. Find out how you can do this in MSTest with DataRow and DynamicData.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

19 min read

MSTest Tutorial: Running First Selenium Automation Script
MSTest Tutorial: Running First Selenium Automation Script

MSTest is a widely used test automation framework used with Visual Studio. Learn how to run your first MSTest script for Selenium automation with this tutorial!

Himanshu Sheth

Himanshu Sheth

January 13, 2026

19 min read

How To Handle Alerts And Popups In Protractor With Selenium? | TestMu AI (Formerly LambdaTest)
How To Handle Alerts And Popups In Protractor With Selenium? | TestMu AI (Formerly LambdaTest)

Handle alerts and popups in Protractor more efficiently. It can be confusing here's a simple guide to understand how to handle alerts and popups in Selenium.

Praveen Mishra

Praveen Mishra

January 13, 2026

27 min read

How To Stop Test Suite after N Test Failures in Pytest? | TestMu AI (Formerly LambdaTest)
How To Stop Test Suite after N Test Failures in Pytest? | TestMu AI (Formerly LambdaTest)

At times test scenarios are inter-dependent and failure of one causes others to fail. Avoid such cases in this pytest tutorial with maxfail and @pytest.mark.incremental.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

15 min read

How To Debug Protractor Tests for Selenium Test Automation? | TestMu AI (Formerly LambdaTest)
How To Debug Protractor Tests for Selenium Test Automation? | TestMu AI (Formerly LambdaTest)

Debugging can be a great way to ensure that your tests run as intended and there are no false positives or negatives. Here are some ways you can debug Protractor tests.

Praveen Mishra

Praveen Mishra

January 13, 2026

23 min read

MSTest Setup Tutorial: Environment For Selenium Testing | TestMu AI (Formerly LambdaTest)
MSTest Setup Tutorial: Environment For Selenium Testing | TestMu AI (Formerly LambdaTest)

MSTest is a popular open-source testing framework shipped along Visual Studio. Learn how to do MSTest setup with visual studio or by package manager commands.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

10 min read

Selenium C#: Guide to Managing Alert Windows Effectively | TestMu AI (Formerly LambdaTest)
Selenium C#: Guide to Managing Alert Windows Effectively | TestMu AI (Formerly LambdaTest)

This Selenium C# tutorial, learn how to perform operations & handle alert windows in Selenium using C# with examples on handling accept, dismiss, and SendKeys.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

15 min read

Jest Testing with Selenium and JavaScript: Beginner's Guide | TestMu AI (Formerly LambdaTest)
Jest Testing with Selenium and JavaScript: Beginner's Guide | TestMu AI (Formerly LambdaTest)

Learn how to perform Selenium JavaScript testing using Jest with this comprehensive tutorial. This article covers the basics of Jest Testing, installation, configuration, and step-by-step examples.

Harshit Paul

Harshit Paul

January 13, 2026

36 min read

49 Most Common Selenium Exceptions for Automation Testing
49 Most Common Selenium Exceptions for Automation Testing

Exceptions in Selenium are unavoidable. Here are 49 most common Selenium exceptions which might occur while performing Selenium Test Automation.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

19 min read

Selenium C# Tutorial: Using Implicit Wait In Selenium C#
Selenium C# Tutorial: Using Implicit Wait In Selenium C#

We will talk about what are Selenium waits, why are they important, & how to implement an Implicit Wait in Selenium C# with examples.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

12 min read

Building A CI/CD Pipeline With Travis CI, Docker, And TestMu AI (Formerly LambdaTest) | TestMu AI (Formerly LambdaTest)
Building A CI/CD Pipeline With Travis CI, Docker, And TestMu AI (Formerly LambdaTest) | TestMu AI (Formerly LambdaTest)

In this blog, we take a look at building up a CI/CD Pipeline using Travis CI with Docker and integrating our test suites on the TestMu AI (Formerly LambdaTest) cloud-based Selenium Grid.

Rakesh Vardhan

Rakesh Vardhan

January 13, 2026

5 min read

How to Use a Web Crawler in Python | TestMu AI (Formerly LambdaTest)
How to Use a Web Crawler in Python | TestMu AI (Formerly LambdaTest)

Learn how to build a web crawler in Python using Requests, BeautifulSoup, and Scrapy. Handle static/dynamic content, follow best practices, and avoid getting blocked.

Himanshu Sheth

Himanshu Sheth

January 12, 2026

42 min read

How to Position Text Over Images With CSS | TestMu AI (Formerly LambdaTest)
How to Position Text Over Images With CSS | TestMu AI (Formerly LambdaTest)

Learn how to easily position text over images with CSS using properties like position to create stunning visual effects.

Shreya Trivedi

Shreya Trivedi

January 12, 2026

17 min read

How to Use JavaScriptExecutor in Selenium | TestMu AI (Formerly LambdaTest)
How to Use JavaScriptExecutor in Selenium | TestMu AI (Formerly LambdaTest)

Learn how to use JavaScriptExecutor in Selenium to execute JavaScript commands, enhance test scripts, and handle complex WebElements efficiently.

Faisal Khatri

Faisal Khatri

January 12, 2026

18 min read

Selenium Pagination Tutorial: How to Handle Page Navigation | TestMu AI (Formerly LambdaTest)
Selenium Pagination Tutorial: How to Handle Page Navigation | TestMu AI (Formerly LambdaTest)

In this Selenium pagination tutorial, learn about paginated websites, their importance, and how to automate pagination using Selenium Java on the TestMu AI (Formerly LambdaTest) cloud grid.

Faisal Khatri

Faisal Khatri

January 12, 2026

24 min read

Dive Into Headless Chrome: Your Key to Efficient Web Development | TestMu AI (Formerly LambdaTest)
Dive Into Headless Chrome: Your Key to Efficient Web Development | TestMu AI (Formerly LambdaTest)

Dive deep into Headless Chrome: Uncover its capabilities, advantages, and practical applications for streamlined web development and automation.

Jainish Patel

Jainish Patel

January 12, 2026

25 min read

Guide To Web Scraping With JavaScript And Selenium | TestMu AI (Formerly LambdaTest)
Guide To Web Scraping With JavaScript And Selenium | TestMu AI (Formerly LambdaTest)

Learn how to perform web scraping with JavaScript and Selenium listed in this guide. Discover techniques and practices for efficient data collection from websites.

Solomon Eseme

Solomon Eseme

January 12, 2026

29 min read

Angular Testing With Jasmine And Karma Using Selenium [Tutorial]
Angular Testing With Jasmine And Karma Using Selenium [Tutorial]

A comprehensive tutorial on how to perform Angular testing with Jasmine and Karma using Selenium.

Harita Ravindranath

Harita Ravindranath

January 12, 2026

30 min read

Start Selenium With Edge Browser Using PHP | TestMu AI (Formerly LambdaTest)
Start Selenium With Edge Browser Using PHP | TestMu AI (Formerly LambdaTest)

Discover how to utilize Selenium with the Edge browser using PHP. Learn to launch Edge browser through this Selenium with Edge Using PHP tutorial.

Himanshu Sheth

Himanshu Sheth

January 12, 2026

28 min read

How To Build a CI/CD Pipeline In Azure DevOps? | TestMu AI (Formerly LambdaTest)
How To Build a CI/CD Pipeline In Azure DevOps? | TestMu AI (Formerly LambdaTest)

Learn step-by-step how to construct a robust CI/CD pipeline in Azure DevOps. Streamline your development process with expert guidance.

Harshit Paul

Harshit Paul

January 12, 2026

26 min read

Protractor Tutorial: End To End Testing For AngularJS | TestMu AI (Formerly LambdaTest)
Protractor Tutorial: End To End Testing For AngularJS | TestMu AI (Formerly LambdaTest)

Protractor has been widely used for End-to-End testing of AngularJS applications. Learn complete how to run your first test script, debug you tests and a lot more!

Praveen Mishra

Praveen Mishra

January 12, 2026

10 min read

What is Pytest Coverage & Generate Pytest Coverage Report | TestMu AI (Formerly LambdaTest)
What is Pytest Coverage & Generate Pytest Coverage Report | TestMu AI (Formerly LambdaTest)

Learn what Pytest Coverage is and how to generate a Pytest Coverage report to track untested code and improve Python test reliability.

Idowu (Paul) Omisola

January 11, 2026

28 min read

Record and Generate Tests With Cypress Studio | TestMu AI (Formerly LambdaTest)
Record and Generate Tests With Cypress Studio | TestMu AI (Formerly LambdaTest)

Cypress Studio lets you create, edit, and maintain end-to-end tests visually, simplifying test automation for faster, more reliable web app testing.

Tahera Alam

Tahera Alam

January 11, 2026

25 min read

Cypress Component Testing: A Complete Tutorial | TestMu AI (Formerly LambdaTest)
Cypress Component Testing: A Complete Tutorial | TestMu AI (Formerly LambdaTest)

Test your UI components in isolation with Cypress component testing. Debug faster, catch issues early, and ensure reliable, scalable front-end code.

Chosen Vincent

Chosen Vincent

January 11, 2026

24 min read

How to Handle Playwright Timeouts | TestMu AI (Formerly LambdaTest)
How to Handle Playwright Timeouts | TestMu AI (Formerly LambdaTest)

Playwright timeouts control how long actions, navigation, and assertions wait before failing. Adjust settings to prevent flaky tests and keep automation reliable.

Inimfon Willie

Inimfon Willie

January 11, 2026

29 min read

How to Test REST APIs With Supertest and Node.js | TestMu AI (Formerly LambdaTest)
How to Test REST APIs With Supertest and Node.js | TestMu AI (Formerly LambdaTest)

Learn how to test REST APIs using Supertest with Node.js. Write clean, reliable API tests and integrate them into your CI/CD pipeline easily.

Nandini Pawar

Nandini Pawar

January 11, 2026

19 min read

Selenium Python Tutorial: Guide With Examples
Selenium Python Tutorial: Guide With Examples

In this Selenium Python tutorial, we deep dive into the essential aspects of Selenium and Python, the learnings of which will be instrumental in your web automation journey.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

27 min read

Smooth Scroll in CSS Tutorial 2025 | TestMu AI (Formerly LambdaTest)
Smooth Scroll in CSS Tutorial 2025 | TestMu AI (Formerly LambdaTest)

With the scroll-behavior property, you can create a smooth scroll in CSS, enhancing user engagement on your website. Learn more!

Chosen Vincent

Chosen Vincent

January 11, 2026

30 min read

What Is Robot Class in Selenium: A Complete Tutorial | TestMu AI (Formerly LambdaTest)
What Is Robot Class in Selenium: A Complete Tutorial | TestMu AI (Formerly LambdaTest)

Learn how the Robot class in Selenium helps automate system-level tasks like file uploads, pop-ups, and keyboard events for more complete test coverage.

Saniya Gazala

Saniya Gazala

January 11, 2026

21 min read

How to Perform Java Unit Testing With JUnit
How to Perform Java Unit Testing With JUnit

Learn how to perform Java unit testing using JUnit with step-by-step guidance on setup, writing test cases, and ensuring your code works as expected.

Deboshree

Deboshree

January 11, 2026

15 min read

How to Perform Cypress React Native App Testing | TestMu AI (Formerly LambdaTest)
How to Perform Cypress React Native App Testing | TestMu AI (Formerly LambdaTest)

Learn how to perform Cypress React Native app testing by rendering them in the browser using Expo Web for reliable end-to-end testing.

Alex Anie

Alex Anie

January 11, 2026

17 min read

Automate Android Apps With UI Automator | TestMu AI (Formerly LambdaTest)
Automate Android Apps With UI Automator | TestMu AI (Formerly LambdaTest)

Learn how to automate Android apps using UI Automator to perform functional UI testing across the device and installed apps.

Yogendra Porwal

Yogendra Porwal

January 11, 2026

14 min read

How to Use Selenium for Record and Playback | TestMu AI (Formerly LambdaTest)
How to Use Selenium for Record and Playback | TestMu AI (Formerly LambdaTest)

Learn how to use Selenium for record and playback tests. Simplify test automation with this step-by-step guide on capturing user actions and replaying them.

Tahera Alam

Tahera Alam

January 11, 2026

17 min read

Getting Started With Python unittest.mock Library | TestMu AI (Formerly LambdaTest)
Getting Started With Python unittest.mock Library | TestMu AI (Formerly LambdaTest)

Learn Python unittest.mock for effective testing. This blog covers Mock, MagicMock, AsyncMock, patch(), and more to simplify test automation.

Ini Arthur

Ini Arthur

January 11, 2026

30 min read

Python tox: A Complete Tutorial | TestMu AI (Formerly LambdaTest)
Python tox: A Complete Tutorial | TestMu AI (Formerly LambdaTest)

Learn how to use Python tox for automated testing across multiple environments. This complete tutorial covers setup, configuration, and best practices.

Paulo Oliveira

Paulo Oliveira

January 11, 2026

25 min read

Running and Debugging Tests With Playwright UI Mode | TestMu AI (Formerly LambdaTest)
Running and Debugging Tests With Playwright UI Mode | TestMu AI (Formerly LambdaTest)

Learn how to run and debug tests using Playwright UI mode. Explore its interactive interface to efficiently execute tests, debug, and analyze results.

Kailash Pathak

Kailash Pathak

January 11, 2026

17 min read

How to Use Cypress scrollIntoView() Command | TestMu AI (Formerly LambdaTest)
How to Use Cypress scrollIntoView() Command | TestMu AI (Formerly LambdaTest)

Learn how to use the Cypress scrollIntoView() command for smooth scrolling and element visibility checks. Explore practical examples to enhance your test automation.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

32 min read

How to Perform Puppeteer Browser Automation With Node.js | TestMu AI (Formerly LambdaTest)
How to Perform Puppeteer Browser Automation With Node.js | TestMu AI (Formerly LambdaTest)

Learn how to perform Puppeteer browser automation with Node.js for web scraping, UI testing, and more. Explore setup, features, and best practices.

Ini Arthur

Ini Arthur

January 11, 2026

24 min read

How to Handle Dropdowns Using the Cypress .select() Command | TestMu AI (Formerly LambdaTest)
How to Handle Dropdowns Using the Cypress .select() Command | TestMu AI (Formerly LambdaTest)

Learn how to handle dropdowns in Cypress using the .select() command. Explore selecting options by text, value, or index for efficient test automation.

Alex Anie

Alex Anie

January 11, 2026

20 min read

Generating Automated Test Reports After Each App Release Using Jenkins | TestMu AI (Formerly LambdaTest)
Generating Automated Test Reports After Each App Release Using Jenkins | TestMu AI (Formerly LambdaTest)

Learn to integrate Appium with Jenkins for test reports that validate app functionality and provide actionable insights with each new release.

Faisal Khatri

Faisal Khatri

January 11, 2026

33 min read

Boosting Web Performance With CSS GPU Acceleration | TestMu AI (Formerly LambdaTest)
Boosting Web Performance With CSS GPU Acceleration | TestMu AI (Formerly LambdaTest)

In this blog, learn how to harness the power of the CSS GPU acceleration technique to create smooth web visual effects for more engaging web experiences.

Mbaziira Ronald

Mbaziira Ronald

January 11, 2026

22 min read

How to Use CSS Custom Fonts Effectively | TestMu AI (Formerly LambdaTest)
How to Use CSS Custom Fonts Effectively | TestMu AI (Formerly LambdaTest)

Learn how to use and load CSS custom fonts effectively to enhance web design, improve readability, and align with your brand's unique identity.

Anurag Gharat

Anurag Gharat

January 11, 2026

28 min read

How to Run Parallel Tests Using Pabot With Robot Framework | TestMu AI (Formerly LambdaTest)
How to Run Parallel Tests Using Pabot With Robot Framework | TestMu AI (Formerly LambdaTest)

Learn how to perform parallel testing using Pabot with Robot Framework. Enhance efficiency and optimize your test automation workflow!

Himanshu Sheth

Himanshu Sheth

January 11, 2026

30 min read

How to Use Selenium and Cypress for Canvas Automation | TestMu AI (Formerly LambdaTest)
How to Use Selenium and Cypress for Canvas Automation | TestMu AI (Formerly LambdaTest)

Learn how to use Selenium and Cypress for Canvas automation. Explore real-world use cases for testing Canvas elements effectively.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

42 min read

Linear Gradient CSS Property: A Detail Guide With Examples | TestMu AI (Formerly LambdaTest)
Linear Gradient CSS Property: A Detail Guide With Examples | TestMu AI (Formerly LambdaTest)

Learn how to create stunning web designs with linear gradient CSS property with examples and tips for adding dynamic color transitions to your website.

Tahera Alam

Tahera Alam

January 11, 2026

23 min read

8 Useful pytest Plugins for Python Automation | TestMu AI (Formerly LambdaTest)
8 Useful pytest Plugins for Python Automation | TestMu AI (Formerly LambdaTest)

Explore 8 useful pytest plugins to enhance your Python automation, boost test efficiency, add reporting, handle fixtures, and improve debugging.

Paulo Oliveira

Paulo Oliveira

January 11, 2026

21 min read

How to Use Node.js Test Runner: A Detailed Guide | TestMu AI (Formerly LambdaTest)
How to Use Node.js Test Runner: A Detailed Guide | TestMu AI (Formerly LambdaTest)

Discover how to leverage the Node.js test runner for streamlined, automated testing. This detailed guide explores setup, built-in features, mocks, and more.

Bonnie

Bonnie

January 11, 2026

21 min read

Python Asyncio Tutorial: A Complete Guide | TestMu AI (Formerly LambdaTest)
Python Asyncio Tutorial: A Complete Guide | TestMu AI (Formerly LambdaTest)

Learn to optimize test execution time and manage coroutines for efficient concurrency with Python asyncio, ideal for developers looking to streamline workflows.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

77 min read

13 Python Automation Scripts for Developers and Testers | TestMu AI (Formerly LambdaTest)
13 Python Automation Scripts for Developers and Testers | TestMu AI (Formerly LambdaTest)

Check out the best Python automation scripts to boost productivity for developers and testers, covering tasks like handling WebElements and testing.

Ekemini samuel

Ekemini samuel

January 11, 2026

25 min read

How to Create CSS Gradient Shadows | TestMu AI (Formerly LambdaTest)
How to Create CSS Gradient Shadows | TestMu AI (Formerly LambdaTest)

Learn how to create stunning CSS gradient shadows for your web projects with step-by-step examples and tips to enhance your design skills.

Adarsh M

Adarsh M

January 11, 2026

20 min read

How To Run Cypress Tests In Azure DevOps Pipeline | TestMu AI (Formerly LambdaTest)
How To Run Cypress Tests In Azure DevOps Pipeline | TestMu AI (Formerly LambdaTest)

Learn to run Cypress tests in Azure DevOps pipelines with this guide. Discover setup steps, test scenarios, and enhance your CI/CD workflows.

Kailash Pathak

Kailash Pathak

January 11, 2026

24 min read

How To Apply CSS Multiple Transforms Properties | TestMu AI (Formerly LambdaTest)
How To Apply CSS Multiple Transforms Properties | TestMu AI (Formerly LambdaTest)

Learn how combining CSS multiple transform properties can enhance web design, create dynamic animations, and improve user interaction seamlessly.

Marvel Ken Anele

Marvel Ken Anele

January 11, 2026

29 min read

What Is the Single Responsibility Principle (SRP) | TestMu AI (Formerly LambdaTest)
What Is the Single Responsibility Principle (SRP) | TestMu AI (Formerly LambdaTest)

Learn how to use the Single Responsibility Principle for reducing code complexity and easy maintainability.

Sri Priya

Sri Priya

January 11, 2026

25 min read

Selenium Grid Setup: Basics and Getting Started Tutorial | TestMu AI (Formerly LambdaTest)
Selenium Grid Setup: Basics and Getting Started Tutorial | TestMu AI (Formerly LambdaTest)

Discover how to configure a Selenium Grid setup for improved test automation. Get the complete setup guide here.

Faisal Khatri

Faisal Khatri

January 11, 2026

20 min read

How to Use ThreadLocal in Java With Selenium WebDriver TestMu AI (Formerly LambdaTest)
How to Use ThreadLocal in Java With Selenium WebDriver TestMu AI (Formerly LambdaTest)

In this Selenium Java tutorial, we will learn what is ThreadLocal in Java demonstrating practical examples of its implementation in Selenium test automation

Vipul Gupta

Vipul Gupta

January 11, 2026

32 min read

Become an Advanced CSS Pro: Step-By-Step Tutorial | TestMu AI (Formerly LambdaTest)
Become an Advanced CSS Pro: Step-By-Step Tutorial | TestMu AI (Formerly LambdaTest)

Master advanced CSS concepts with this comprehensive tutorial. Learn to create stunning animations, responsive layouts, and interactive elements.

Dun Yan

Dun Yan

January 11, 2026

30 min read

TDD vs BDD vs ATDD: Key Differences | TestMu AI (Formerly LambdaTest)
TDD vs BDD vs ATDD: Key Differences | TestMu AI (Formerly LambdaTest)

In this blog on TDD vs BDD vs ATDD, explore the key differences between TDD, BDD, and ATDD, and select the approach that best suits your testing methodology.

Enrique

Enrique

January 11, 2026

23 min read

How to Perform Playwright Screenshot Comparison | TestMu AI (Formerly LambdaTest)
How to Perform Playwright Screenshot Comparison | TestMu AI (Formerly LambdaTest)

Playwright screenshot comparison allows you to capture screenshots and then compare these screenshots to identify visual deviations. Learn more!

Jaydeep Karale

Jaydeep Karale

January 11, 2026

42 min read

How to Find Element by Text in Selenium C#
How to Find Element by Text in Selenium C#

Find element by text in Selenium C# with the XPath locator strategy can be used to locate elements based on its visible text. Learn more!

Andreea Draniceanu

January 11, 2026

29 min read

A Beginner's Guide To CSS Object Model (CSSOM) | TestMu AI (Formerly LambdaTest)
A Beginner's Guide To CSS Object Model (CSSOM) | TestMu AI (Formerly LambdaTest)

Take your web design skills to the next level with our comprehensive guide to CSS Object Model (CSSOM). Learn how to manipulate styles and create efficient, high-performing visual designs.

Alex Anie

Alex Anie

January 11, 2026

44 min read

CSS Color-Contrast(): A Step-By-Step Guide | TestMu AI (Formerly LambdaTest)
CSS Color-Contrast(): A Step-By-Step Guide | TestMu AI (Formerly LambdaTest)

Learn about the importance of CSS color-contrast() function, and how to implement it to build adequately contrasting and accessible user interfaces.

Aman Mandal

Aman Mandal

January 11, 2026

27 min read

CSS Website Layouts For Dual Screen And Foldable Devices
CSS Website Layouts For Dual Screen And Foldable Devices

Exploring CSS Website Layouts: This blog on CSS Website Layouts deep dives into Dual Screen Web APIs and using them to make your website responsive.

Anurag Gharat

Anurag Gharat

January 11, 2026

32 min read

What Is DOM: A Complete Guide To Document Object Model | TestMu AI (Formerly LambdaTest)
What Is DOM: A Complete Guide To Document Object Model | TestMu AI (Formerly LambdaTest)

Discover what is DOM and gain a comprehensive understanding with this complete guide. Learn about the Document Object Model and its functionality.

Alex Anie

Alex Anie

January 11, 2026

73 min read

CSS Accent Color: The Key to Stunning Form Design - A Complete Guide | TestMu AI (Formerly LambdaTest)
CSS Accent Color: The Key to Stunning Form Design - A Complete Guide | TestMu AI (Formerly LambdaTest)

In this CSS tutorial, learn how to style forms with CSS accent colors

Ravi Kumar

Ravi Kumar

January 11, 2026

37 min read

Fluent Interface Design Pattern in Automation Testing | TestMu AI (Formerly LambdaTest)
Fluent Interface Design Pattern in Automation Testing | TestMu AI (Formerly LambdaTest)

This blog on the fluent interface design pattern discusses writing Selenium web automation tests in a fluent way.

Faisal Khatri

Faisal Khatri

January 11, 2026

42 min read

CSS Grid: The Ultimate Guide for Web Designers and Developers | TestMu AI (Formerly LambdaTest)
CSS Grid: The Ultimate Guide for Web Designers and Developers | TestMu AI (Formerly LambdaTest)

This blog on CSS Grid breaks down the CSS Grid into a few simple and powerful concepts that will change how you design layouts for the web forever.

Tahera Alam

Tahera Alam

January 11, 2026

55 min read

A Complete Guide To CSS Headers | TestMu AI (Formerly LambdaTest)
A Complete Guide To CSS Headers | TestMu AI (Formerly LambdaTest)

In this CSS tutorial, learn how to build super responsive CSS headers that can work seamlessly across different browsers and devices

Ayush Thakur

Ayush Thakur

January 11, 2026

29 min read

How To Style HTML Dialog Element [CSS Tutorial] | TestMu AI (Formerly LambdaTest)
How To Style HTML Dialog Element [CSS Tutorial] | TestMu AI (Formerly LambdaTest)

The dialog, also known as a modal dialog, is a popup box that appears on a web page as the page loads or when any buttons are clicked. A modal dialog is an

Sampurna Chapagain

Sampurna Chapagain

January 11, 2026

22 min read

How To Identify Locators In Appium [With Examples] | TestMu AI (Formerly LambdaTest)
How To Identify Locators In Appium [With Examples] | TestMu AI (Formerly LambdaTest)

Unlock effective mobile testing by mastering Appium locator identification with practical examples.

Wasiq Bhamla

Wasiq Bhamla

January 11, 2026

35 min read

Playwright Python Tutorial: Getting Started With Python End To End Testing | TestMu AI (Formerly LambdaTest)
Playwright Python Tutorial: Getting Started With Python End To End Testing | TestMu AI (Formerly LambdaTest)

This blog demonstrates the use of Playwright with Python for single and parallel testing using TestMu AI (Formerly LambdaTest) cloud grid.

Idowu (Paul) Omisola

January 11, 2026

53 min read

A Complete Guide On CSS Typography And Encoding | TestMu AI (Formerly LambdaTest)
A Complete Guide On CSS Typography And Encoding | TestMu AI (Formerly LambdaTest)

In this tutorial on CSS Typography and Encoding, we look at making Typography better by using some of the CSS properties like font-weight, font-size, line-height, etc.

Aman Mandal

Aman Mandal

January 11, 2026

37 min read

How To Automate iOS App Using Appium | TestMu AI (Formerly LambdaTest)
How To Automate iOS App Using Appium | TestMu AI (Formerly LambdaTest)

Master iOS app automation with this comprehensive guide on utilizing Appium. Streamline your testing process and enhance app quality.

Sidharth Shukla

Sidharth Shukla

January 11, 2026

33 min read

How To Style And Write CSS In React | TestMu AI (Formerly LambdaTest)
How To Style And Write CSS In React | TestMu AI (Formerly LambdaTest)

Master the art of styling CSS in React. Learn effective techniques to write and implement CSS for dynamic and engaging web applications.

Adarsh M

Adarsh M

January 11, 2026

34 min read

Podman vs Docker: All You Need To Know! | TestMu AI (Formerly LambdaTest)
Podman vs Docker: All You Need To Know! | TestMu AI (Formerly LambdaTest)

Explore the differences between Podman vs Docker: Which containerization tool suits your needs best? Get insights and make informed choices!

Dastan

Dastan

January 11, 2026

33 min read

A Beginner’s Guide To Styling CSS Forms | TestMu AI (Formerly LambdaTest)
A Beginner’s Guide To Styling CSS Forms | TestMu AI (Formerly LambdaTest)

Read on to know how to style CSS Forms in different ways and the nuances of each option.

Alex Anie

Alex Anie

January 11, 2026

28 min read

How To Maximize Browser In Selenium Ruby | TestMu AI (Formerly LambdaTest)
How To Maximize Browser In Selenium Ruby | TestMu AI (Formerly LambdaTest)

In this Selenium Ruby tutorial, we'll take a look at how to maximize browser in Selenium Ruby with some sample code.

Roselyne Makena

Roselyne Makena

January 11, 2026

19 min read

How To Handle Errors And Exceptions In Selenium Python | TestMu AI (Formerly LambdaTest)
How To Handle Errors And Exceptions In Selenium Python | TestMu AI (Formerly LambdaTest)

Efficiently manage errors in Selenium Python with expert tips. Learn to Handle Errors And Exceptions for seamless automation testing.

Eugene Kwaka

Eugene Kwaka

January 11, 2026

31 min read

A Complete Guide To CSS Overflow | TestMu AI (Formerly LambdaTest)
A Complete Guide To CSS Overflow | TestMu AI (Formerly LambdaTest)

Read on to know how to handle your content proficiently with CSS Overflow.

Tahera Alam

Tahera Alam

January 11, 2026

24 min read

How To Select Dropdown In Selenium C# | TestMu AI (Formerly LambdaTest)
How To Select Dropdown In Selenium C# | TestMu AI (Formerly LambdaTest)

This Selenium C# tutorial guides you through how to select dropdown in Selenium C# and multiple select menus.

Andreea Draniceanu

January 11, 2026

22 min read

How To Download Files Using JavaScript and Selenium | TestMu AI (Formerly LambdaTest)
How To Download Files Using JavaScript and Selenium | TestMu AI (Formerly LambdaTest)

In this Selenium JavaScript tutorial, we explore how to write an automation test case for downloading files using JavaScript and Selenium WebDriver.

Harita Ravindranath

Harita Ravindranath

January 11, 2026

16 min read

How To Implement Data Tables In Cucumber Using Selenium Ruby | TestMu AI (Formerly LambdaTest)
How To Implement Data Tables In Cucumber Using Selenium Ruby | TestMu AI (Formerly LambdaTest)

In this Selenium Ruby tutorial, we'll take a look at how we can implement data tables in Cucumber using Selenium Ruby.

Roselyne Makena

Roselyne Makena

January 11, 2026

37 min read

How To Select Multiple Checkboxes In Selenium WebDriver Using Java? | TestMu AI (Formerly LambdaTest)
How To Select Multiple Checkboxes In Selenium WebDriver Using Java? | TestMu AI (Formerly LambdaTest)

This article discusses various techniques on how to select multiple Checkboxes in Selenium WebDriver using Java.

Vipul Gupta

Vipul Gupta

January 11, 2026

23 min read

How To Use isDisplayed() In Selenium WebDriver | TestMu AI (Formerly LambdaTest)
How To Use isDisplayed() In Selenium WebDriver | TestMu AI (Formerly LambdaTest)

This article explains how to use isDisplayed() in Selenium WebDriver while performing Selenium automation testing.

Shalini Baskaran

Shalini Baskaran

January 11, 2026

25 min read

How To Build And Execute Selenium Projects | TestMu AI (Formerly LambdaTest)
How To Build And Execute Selenium Projects | TestMu AI (Formerly LambdaTest)

This article will help you build and execute Selenium projects using Java and Maven.

Veena Devi

Veena Devi

January 11, 2026

38 min read

How To Handle Multiple Windows In Selenium WebDriver Using Java? | TestMu AI (Formerly LambdaTest)
How To Handle Multiple Windows In Selenium WebDriver Using Java? | TestMu AI (Formerly LambdaTest)

In this article, we will understand what are Windows in Selenium and how to handle multiple windows in Selenium WebDriver using Java.

Ria Dayal

Ria Dayal

January 11, 2026

23 min read

How To Implement Drag And Drop In JavaScript Using Selenium? | TestMu AI (Formerly LambdaTest)
How To Implement Drag And Drop In JavaScript Using Selenium? | TestMu AI (Formerly LambdaTest)

In this article on how to implement drag and drop in JavaScript, we will learn how to write automation test code for the Drag and Drop feature using Selenium in JavaScript.

Harita Ravindranath

Harita Ravindranath

January 11, 2026

20 min read

How To Run JUnit Tests In Jupiter? [JUnit Jupiter Tutorial] | TestMu AI (Formerly LambdaTest)
How To Run JUnit Tests In Jupiter? [JUnit Jupiter Tutorial] | TestMu AI (Formerly LambdaTest)

In this JUnit Jupiter tutorial, we explore the basic usage of Jupiter, its unit testing capabilities, and how you can run JUnit tests in Jupiter.

Shalini Baskaran

Shalini Baskaran

January 11, 2026

30 min read

How To Use Java Event Listeners in Selenium WebDriver?
How To Use Java Event Listeners in Selenium WebDriver?

In this Selenium Java tutorial, we will learn Java Event Listeners in detail and how we can implement them in Selenium automation testing.

Vipul Gupta

Vipul Gupta

January 11, 2026

19 min read

Selenium Standalone Server and Selenium Server [Differences] | TestMu AI (Formerly LambdaTest)
Selenium Standalone Server and Selenium Server [Differences] | TestMu AI (Formerly LambdaTest)

Uncover disparities: Selenium Standalone Server vs. Selenium Server. Elevate your Selenium skills for sophisticated testing.

Veena Devi

Veena Devi

January 11, 2026

21 min read

FindElement And FindElements In Selenium [Differences] | TestMu AI (Formerly LambdaTest)
FindElement And FindElements In Selenium [Differences] | TestMu AI (Formerly LambdaTest)

This article explains the difference between findElement and findElements in Selenium and various implementations of findElement using ID, Name, ClassName, TagName, etc.

Ria Dayal

Ria Dayal

January 11, 2026

32 min read

How To Handle Captcha In Selenium | TestMu AI (Formerly LambdaTest)
How To Handle Captcha In Selenium | TestMu AI (Formerly LambdaTest)

Learn how to effectively Handle Captcha in Selenium with expert tips and techniques. Elevate your web automation testing proficiency.

Ria Dayal

Ria Dayal

January 11, 2026

26 min read

JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing | TestMu AI (Formerly LambdaTest)
JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing | TestMu AI (Formerly LambdaTest)

This article on JUnit 5 vs. TestNG compares the differences between JUnit and TestNG to help you choose the right framework for your test automation requirements.

Shalini Baskaran

Shalini Baskaran

January 11, 2026

44 min read

How To Switch Between iFrames In Selenium Java [Tutorial] | TestMu AI (Formerly LambdaTest)
How To Switch Between iFrames In Selenium Java [Tutorial] | TestMu AI (Formerly LambdaTest)

In this Selenium Java tutorial, we will look into the concept of iframes and how to handle iframes in Selenium Java.

Shalini Baskaran

Shalini Baskaran

January 11, 2026

14 min read

Implementing SMACSS: Scalable & Modular Architecture For CSS | TestMu AI (Formerly LambdaTest)
Implementing SMACSS: Scalable & Modular Architecture For CSS | TestMu AI (Formerly LambdaTest)

SMACSS offers a set of solid architectural guidelines to make our CSS code scalable and readable. This SMACSS tutorial explores why excellent CSS writing standards are vital and how they help maintain a scalable application.

Harish Rajora

Harish Rajora

January 11, 2026

21 min read

How To Minimize Browsers In Selenium WebDriver Using JUnit | TestMu AI (Formerly LambdaTest)
How To Minimize Browsers In Selenium WebDriver Using JUnit | TestMu AI (Formerly LambdaTest)

This blog shows how to minimize browser windows in Selenium WebDriver using JUnit and demonstrate the same on the TestMu AI (Formerly LambdaTest) platform.

Ria Dayal

Ria Dayal

January 11, 2026

18 min read

How To Perform Parallel Testing In TestNG With Selenium | TestMu AI (Formerly LambdaTest)
How To Perform Parallel Testing In TestNG With Selenium | TestMu AI (Formerly LambdaTest)

In this blog, we will see how to perform parallel test execution in TestNG on multiple browsers for Selenium automation testing.

Harita Ravindranath

Harita Ravindranath

January 11, 2026

31 min read

Guide to Internationalization & Localization Testing: A Full Overview | TestMu AI (Formerly LambdaTest)
Guide to Internationalization & Localization Testing: A Full Overview | TestMu AI (Formerly LambdaTest)

In this post, we look at localization vs internationalization, and how to perform internationalization and localization testing at scale using automation.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

18 min read

The Ultimate Selenium Python Cheat Sheet for Test Automation | TestMu AI (Formerly LambdaTest)
The Ultimate Selenium Python Cheat Sheet for Test Automation | TestMu AI (Formerly LambdaTest)

Looking for a quick-start guide to Selenium Python commands for automation testing? Check out our Selenium Python cheat sheet that covers Selenium commands for web automation testing with Python.

Vinayak Sharma

Vinayak Sharma

January 11, 2026

31 min read

How To Use Annotations In Cucumber Framework [Tutorial] | TestMu AI (Formerly LambdaTest)
How To Use Annotations In Cucumber Framework [Tutorial] | TestMu AI (Formerly LambdaTest)

Cucumber allows developers to annotate each step with specifically designed Cucumber annotations. Learn all about Cucumber hooks and tags in this part of our cucumber tutorial.

Gunjan Kaushik

Gunjan Kaushik

January 11, 2026

28 min read

How To Handle Cookies in Selenium WebDriver | TestMu AI (Formerly LambdaTest)
How To Handle Cookies in Selenium WebDriver | TestMu AI (Formerly LambdaTest)

In this blog, you will learn to handle cookies in Selenium WebDriver, clearing session cookies using Selenium, and more.

Shalini Baskaran

Shalini Baskaran

January 11, 2026

17 min read

Most Exhaustive XPath Locators Cheat Sheet | TestMu AI (Formerly LambdaTest)
Most Exhaustive XPath Locators Cheat Sheet | TestMu AI (Formerly LambdaTest)

XPath is one of the widely used web locators that is used to locate WebElements in the DOM. This XPath Locators Cheat Sheet is your go-to guide to make the most out of XPath selector for Selenium automation testing.

Vinayak Sharma

Vinayak Sharma

January 11, 2026

32 min read

E2E Headless Browser Testing Using Nightwatch JS | TestMu AI (Formerly LambdaTest)
E2E Headless Browser Testing Using Nightwatch JS | TestMu AI (Formerly LambdaTest)

In this blog, you’ll learn to perform headless browser testing on Chrome and Firefox using Nightwatch.js and execute the same on remote Selenium Grid.

Harita Ravindranath

Harita Ravindranath

January 11, 2026

21 min read

How To Build CI/CD Pipeline With TeamCity For Selenium Test Automation | TestMu AI (Formerly LambdaTest)
How To Build CI/CD Pipeline With TeamCity For Selenium Test Automation | TestMu AI (Formerly LambdaTest)

In this blog, we look at the concepts of TeamCity and how to perform Selenium test automation by integrating test suites with TestMu AI (Formerly LambdaTest) cloud-based Selenium grid.

Rakesh Vardhan

Rakesh Vardhan

January 11, 2026

42 min read

JavaScript Alert in Selenium WebDriver Using Python | TestMu AI (Formerly LambdaTest)
JavaScript Alert in Selenium WebDriver Using Python | TestMu AI (Formerly LambdaTest)

Handling popups and alerts is one of the common test scenarios that should be tested using Selenium WebDriver. In this tutorial series, we look at how to handle JavaScript alerts in Python.

Praveen Mishra

Praveen Mishra

January 11, 2026

20 min read

How To Setup CI/CD Pipeline With Bamboo For PHP Projects | TestMu AI (Formerly LambdaTest)
How To Setup CI/CD Pipeline With Bamboo For PHP Projects | TestMu AI (Formerly LambdaTest)

Bamboo server is one of the popular CI tools primarily used for the automation of release management of a software application. Learn how you can make the most of the Bamboo pipeline for expediting the build, test, and release phases of PHP projects.

Ritesh Shetty

Ritesh Shetty

January 11, 2026

26 min read

Generate Mocha Reports With Mochawesome | TestMu AI (Formerly LambdaTest)
Generate Mocha Reports With Mochawesome | TestMu AI (Formerly LambdaTest)

Learn how to generate Mocha reports and use Mocha report generator Mochawesome, a popular and easy-to-use Mocha reporter for Selenium test automation.

Sachin

Sachin

January 11, 2026

24 min read

Complete Guide To Fluid Typography With CSS Clamp | TestMu AI (Formerly LambdaTest)
Complete Guide To Fluid Typography With CSS Clamp | TestMu AI (Formerly LambdaTest)

Learn about fluid typography and CSS Clamp for easier implementation. Our article covers how to make web page typography responsive to changing viewports.

Harish Rajora

Harish Rajora

January 11, 2026

23 min read

Jenkins Vs. GoCD: Battle Of CI/CD Tools | TestMu AI (Formerly LambdaTest)
Jenkins Vs. GoCD: Battle Of CI/CD Tools | TestMu AI (Formerly LambdaTest)

Worried about the right CI/CD tool among Jenkins and GoCD? Check out this extensive report on Jenkins vs GoCD, and choose the most appropriate CI/CD tool for your DevOps testing project in a blink.

Piyusha

January 11, 2026

23 min read

Automation Testing with Selenium JavaScript [Tutorial] | TestMu AI (Formerly LambdaTest)
Automation Testing with Selenium JavaScript [Tutorial] | TestMu AI (Formerly LambdaTest)

In this Selenium JavaScript tutorial, as we deep dive into the basic concepts, explained the best practices and executed automation scripts with JavaScript on cloud-based Selenium Grid.

Harita Ravindranath

Harita Ravindranath

January 11, 2026

23 min read

Configure Cucumber Setup In Eclipse And IntelliJ | TestMu AI (Formerly LambdaTest)
Configure Cucumber Setup In Eclipse And IntelliJ | TestMu AI (Formerly LambdaTest)

Wanted to get started with Cucumber, the wide-used BDD framework for Selenium automation testing? Check out our blog that helps you with Cucumber setup in Eclipse and IntelliJ IDEA. It also provides a step-by-step guide on setting up Maven Cucumber project in Eclipse.

Harshit Paul

Harshit Paul

January 11, 2026

18 min read

The Ultimate CSS Selectors Cheat Sheet You Must Know | TestMu AI (Formerly LambdaTest)
The Ultimate CSS Selectors Cheat Sheet You Must Know | TestMu AI (Formerly LambdaTest)

This CSS selectors cheat sheet focuses on different CSS selectors available to make your styling extremely precise and save time & effort of manual coding.

Harish Rajora

Harish Rajora

January 11, 2026

43 min read

Getting Started With Nose2 in Python [Tutorial] | TestMu AI (Formerly LambdaTest)
Getting Started With Nose2 in Python [Tutorial] | TestMu AI (Formerly LambdaTest)

In this Python Nose tutorial, we deep-dive into the Nose2 framework - the successor of the Nose framework. Like its predecessor, Nose2 also extends the unittest framework and can be used extensively for Selenium test automation.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

35 min read

Getting Started With Nose In Python [Tutorial] | TestMu AI (Formerly LambdaTest)
Getting Started With Nose In Python [Tutorial] | TestMu AI (Formerly LambdaTest)

In this Python Nose tutorial, we deep-dive into the Nose framework, a test automation framework that extends unittest and further leverage Nose to perform Selenium test automation.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

27 min read

Effortlessly Handle Windows in Selenium with PHP | TestMu AI (Formerly LambdaTest)
Effortlessly Handle Windows in Selenium with PHP | TestMu AI (Formerly LambdaTest)

Master Selenium window handling with PHP for seamless web testing. Our comprehensive guide offers tips, tricks, and best practices to enhance your test automation. Learn more today.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

23 min read

Jenkins Declarative Pipeline [With Examples]: Detailed Guide
Jenkins Declarative Pipeline [With Examples]: Detailed Guide

Explore Jenkins Declarative Pipeline with examples in this comprehensive guide. Learn how to simplify automation using the Jenkins DSL with practical insights.

Praveen Mishra

Praveen Mishra

January 11, 2026

29 min read

How To Execute JavaScript In Selenium PHP? | TestMu AI (Formerly LambdaTest)
How To Execute JavaScript In Selenium PHP? | TestMu AI (Formerly LambdaTest)

This blog explains how to execute JavaScript in Selenium using the executeScript and executeAsyncScript methods using php.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

18 min read

Guide To Scraping Dynamic Web Pages Using Selenium And C# | TestMu AI (Formerly LambdaTest)
Guide To Scraping Dynamic Web Pages Using Selenium And C# | TestMu AI (Formerly LambdaTest)

Learn how to scrape dynamic web pages in this complete guide. Discover several scraping dynamic page strategies and tools to easily and efficiently collect data.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

28 min read

Selenium PHP: Implicit and Explicit Wait for Synchronization | TestMu AI (Formerly LambdaTest)
Selenium PHP: Implicit and Explicit Wait for Synchronization | TestMu AI (Formerly LambdaTest)

Implicit and Explicit wait in Selenium can be used to overcome issues like synchronization in Selenium. They are also instrumental in managing long-running tests with wait commands in Selenium.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

32 min read

Travis CI Tutorial: Build CI/CD Pipeline with Travis CI | TestMu AI (Formerly LambdaTest)
Travis CI Tutorial: Build CI/CD Pipeline with Travis CI | TestMu AI (Formerly LambdaTest)

Learn how to set up a CI/CD pipeline with Travis CI in this Travis CI tutorial. Discover step-by-step instructions for integration with GitHub and TestMu AI (Formerly LambdaTest).

Bharadwaj Pendyala

Bharadwaj Pendyala

January 11, 2026

19 min read

How To Create & Run A Job In Jenkins Using Jenkins Freestyle Project?
How To Create & Run A Job In Jenkins Using Jenkins Freestyle Project?

Jobs are the building blocks of Jenkins. Every time you execute a freestyle Jenkins project, Jenkins creates a job as the first step. Let’s dive deeper into Jenkins build job & freestyle projects for a seamless pipeline.

Piyusha

January 11, 2026

29 min read

Tutorial On Handling Keyboard Actions In Selenium WebDriver | TestMu AI (Formerly LambdaTest)
Tutorial On Handling Keyboard Actions In Selenium WebDriver | TestMu AI (Formerly LambdaTest)

With keyboard actions, you can perform activities such as keys up, keys down, etc. Learn how to use them with action class in Selenium WebDriver!

Himanshu Sheth

Himanshu Sheth

January 11, 2026

19 min read

How To Use Shared Libraries In A Jenkins Pipeline? | TestMu AI (Formerly LambdaTest)
How To Use Shared Libraries In A Jenkins Pipeline? | TestMu AI (Formerly LambdaTest)

This Jenkins pipeline shared library tutorial will take you through the steps to use shared libraries in a Jenkins pipeline along with its integration with tools like TestMu AI (Formerly LambdaTest).

Praveen Mishra

Praveen Mishra

January 11, 2026

19 min read

How To Find Broken Images Using Selenium WebDriver? | TestMu AI (Formerly LambdaTest)
How To Find Broken Images Using Selenium WebDriver? | TestMu AI (Formerly LambdaTest)

Want to find broken images on your website? Here's how you can do broken image testing on your website using Selenium in Java, Python, C#, and PHP.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

37 min read

How To Generate TestNG Reports In Jenkins? | TestMu AI (Formerly LambdaTest)
How To Generate TestNG Reports In Jenkins? | TestMu AI (Formerly LambdaTest)

Learn how to generate TestNG report in Jenkins in our latest blog. You will also learn how to share these TestNG reports in Jenkins through email. Generate & share a Jenkins Selenium report seamlessly!

Piyusha

January 11, 2026

27 min read

How To Generate PHPUnit Coverage Report In HTML and XML? | TestMu AI (Formerly LambdaTest)
How To Generate PHPUnit Coverage Report In HTML and XML? | TestMu AI (Formerly LambdaTest)

Optimize your testing process with comprehensive PHPUnit coverage reports in HTML and XML.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

41 min read

NightWatch JS Tutorial: Complete guide on NightWatch JS Automation Testing
NightWatch JS Tutorial: Complete guide on NightWatch JS Automation Testing

A complete tutorial on running automation tests using NightWatch JS framework. Create web automation testing scripts using NightWatch JS and Selenium.

Harita Ravindranath

Harita Ravindranath

January 11, 2026

32 min read

How To Work With PHP Table In Selenium? | TestMu AI (Formerly LambdaTest)
How To Work With PHP Table In Selenium? | TestMu AI (Formerly LambdaTest)

In this tutorial, you will learn about working with PHP Table In Selenium with the examples of fetching data from specific rows or columns.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

32 min read

How To Run Junit Tests From The Command Line? | TestMu AI (Formerly LambdaTest)
How To Run Junit Tests From The Command Line? | TestMu AI (Formerly LambdaTest)

Want to run JUnit tests from the command line? Read on to learn how to compile and run JUnit tests from the command line in different ways.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

32 min read

How To Get Attribute Value In Selenium WebDriver? | TestMu AI (Formerly LambdaTest)
How To Get Attribute Value In Selenium WebDriver? | TestMu AI (Formerly LambdaTest)

Master Selenium's getAttribute() method for effective web element interaction during test automation. Start implementing for optimal results!

Ritesh Shetty

Ritesh Shetty

January 11, 2026

16 min read

The Most Detailed Selenium PHP Tutorial
The Most Detailed Selenium PHP Tutorial

This is the most detailed Selenium PHP tutorial. Learn how to set up PHP with Selenium, run parallel testing to trim down test execution time, and much more!

Himanshu Sheth

Himanshu Sheth

January 11, 2026

48 min read

How To Perform Localization Testing Using Selenium WebDriver?
How To Perform Localization Testing Using Selenium WebDriver?

Localization automation testing is essential if you want your product to gain good standing globally. Learn how to use localization testing tools & perform Localization testing using Selenium WebDriver with this blog.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

24 min read

How To Test PDF Files Using Selenium Automation?
How To Test PDF Files Using Selenium Automation?

Efficient Selenium Testing for PDF Files: Learn how to validate PDFs with Selenium automation in this comprehensive tutorial on -selenium testing pdf files.

Shalini Baskaran

Shalini Baskaran

January 11, 2026

21 min read

Geckodriver Tutorial: Automation Testing on Firefox with Selenium | TestMu AI (Formerly LambdaTest)
Geckodriver Tutorial: Automation Testing on Firefox with Selenium | TestMu AI (Formerly LambdaTest)

Learn to set up, download, and run scripts using Selenium FirefoxDriver or GeckoDriver for your Selenium test cases. Read more in our comprehensive tutorial.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

20 min read

Complete Java Selenium Testing Tutorial: Guide To The Java Automation | TestMu AI (Formerly LambdaTest)
Complete Java Selenium Testing Tutorial: Guide To The Java Automation | TestMu AI (Formerly LambdaTest)

Learn Java Selenium testing for web apps with this comprehensive tutorial. Covering setup, scripting & automation using TestMu AI (Formerly LambdaTest). Start mastering it now.

Shalini Baskaran

Shalini Baskaran

January 11, 2026

33 min read

XUnit Testing Tutorial: Environment Setup For Selenium Testing | TestMu AI (Formerly LambdaTest)
XUnit Testing Tutorial: Environment Setup For Selenium Testing | TestMu AI (Formerly LambdaTest)

xUnit is a popular open-source testing framework created by the developers of NUnit. Learn how to set up xUnit with visual studio or by package manager commands.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

11 min read

Pytest Guide: Running Multiple Test Cases in One File | TestMu AI (Formerly LambdaTest)
Pytest Guide: Running Multiple Test Cases in One File | TestMu AI (Formerly LambdaTest)

With pytest you can run multiple test cases from a single file, or even run selective tests with custom markers or by grouping tests. Learn more with this pytest tutorial!

Himanshu Sheth

Himanshu Sheth

January 11, 2026

23 min read

Selenium Python Tutorial: Getting Started With Pytest | TestMu AI (Formerly LambdaTest)
Selenium Python Tutorial: Getting Started With Pytest | TestMu AI (Formerly LambdaTest)

Perform simple and scalable automation tests with python and pytest. Learn how to run your Automation test script in with pytest in this Selenium Python.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

20 min read

JUnit Parameterized Test Using Selenium : With Examples | TestMu AI (Formerly LambdaTest)JUnit Parameterized Test Using Selenium : With Examples | TestMu AI (Formerly LambdaTest)
JUnit Parameterized Test Using Selenium : With Examples | TestMu AI (Formerly LambdaTest)JUnit Parameterized Test Using Selenium : With Examples | TestMu AI (Formerly LambdaTest)

Tired of writing the same test scripts for different input values. Save time by learning how to perform a parametrized test in JUnit to retrieve data from a data source.

Harshit Paul

Harshit Paul

January 11, 2026

24 min read

Selenium C# Tutorial on Explicit and Fluent Wait
Selenium C# Tutorial on Explicit and Fluent Wait

Learn what explicit and fluent wait is in Selenium. See examples on how to implement them for your test automation scripts in Selenium C#. Read more.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

20 min read

Complete Guide To Selenium Locators In Protractor (Examples) | TestMu AI (Formerly LambdaTest)
Complete Guide To Selenium Locators In Protractor (Examples) | TestMu AI (Formerly LambdaTest)

Selenium locators in protractor are important for running your test automation scripts. Read now to know more about these locators.

Aditya Dwivedi

Aditya Dwivedi

January 11, 2026

23 min read

Build An Automated Testing Pipeline With GitLab CI/CD & Selenium Grid
Build An Automated Testing Pipeline With GitLab CI/CD & Selenium Grid

We will configure a CI/CD pipeline with GitLab CI/CD and execute Selenium testing over it through TestMu AI (Formerly LambdaTest), an online Selenium Grid of 3000+ real browsers.

Harshit Paul

Harshit Paul

January 11, 2026

35 min read

A Complete Guide To Access Forms In Selenium With Java
A Complete Guide To Access Forms In Selenium With Java

Learn how to access forms in Selenium WebDriver for automated browser testing of your web application and ensure a cross browser compatible experience for your customers.

Aditya Dwivedi

Aditya Dwivedi

January 11, 2026

28 min read

Mocha JavaScript Tutorial With Examples For Selenium Testing | TestMu AI (Formerly LambdaTest)
Mocha JavaScript Tutorial With Examples For Selenium Testing | TestMu AI (Formerly LambdaTest)

This Mocha JavaScript testing tutorial will help you become proficient for automated browser testing using Selenium & JavaScript

Aditya Dwivedi

Aditya Dwivedi

January 11, 2026

32 min read

Comprehensive CSS Preprocessor Comparison: Sass vs LESS vs Stylus | TestMu AI (Formerly LambdaTest)
Comprehensive CSS Preprocessor Comparison: Sass vs LESS vs Stylus | TestMu AI (Formerly LambdaTest)

This blog compares the best CSS preprocessors, including SASS, LESS, and Stylus with examples and comparisons, that will help you to select the best preprocessor.

Nikhil

Nikhil

January 11, 2026

19 min read

How Selenium 4 Relative Locator Can Change The Way You Test? | TestMu AI (Formerly LambdaTest)
How Selenium 4 Relative Locator Can Change The Way You Test? | TestMu AI (Formerly LambdaTest)

Selenium 4 Alpha offers a new type of locator called the Relative locator. What does it do? How can you use it to pace up your test cycles? Let's find out!

Himanshu Sheth

Himanshu Sheth

January 11, 2026

17 min read

Find Elements With Link Text & Partial Link Text In Selenium
Find Elements With Link Text & Partial Link Text In Selenium

We will check two primary CSS locators in Selenium called link text & partial link text, as we perform automation testing with Selenium to find a web element.

Sadhvi Singh

Sadhvi Singh

January 11, 2026

10 min read

Selenium Java Tutorial - Class Name Locator In Selenium
Selenium Java Tutorial - Class Name Locator In Selenium

In this Selenium Java tutorial, I will be referencing on Class name locator in Selenium to demonstrate how to locate an element on a webpage via class name.

Sadhvi Singh

Sadhvi Singh

January 11, 2026

11 min read

Selenium Java Tutorial for Beginners | TestMu AI (Formerly LambdaTest)
Selenium Java Tutorial for Beginners | TestMu AI (Formerly LambdaTest)

Kickstart your journey as a Selenium automation tester. Read this Selenium Webdriver Java tutorial that explores a login example with Java. Learn more.

Sadhvi Singh

Sadhvi Singh

January 11, 2026

18 min read

TestNG Listeners In Selenium WebDriver With Examples | TestMu AI (Formerly LambdaTest)
TestNG Listeners In Selenium WebDriver With Examples | TestMu AI (Formerly LambdaTest)

Here, we will look at all of the TestNG listeners in Selenium WebDriver with examples, so you could use them proficiently according to your project requirements.

Ramit Dhamija

Ramit Dhamija

January 11, 2026

22 min read

Using Selenium And Python Hypothesis For Automation Testing | TestMu AI (Formerly LambdaTest)
Using Selenium And Python Hypothesis For Automation Testing | TestMu AI (Formerly LambdaTest)

A detailed look at the features of Hypothesis, a Python testing library, before performing automated cross browser testing with Python & Selenium by Hypothesis.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

27 min read

Effortlessly Run Selenium UnitTests in Parallel with Python | TestMu AI (Formerly LambdaTest)
Effortlessly Run Selenium UnitTests in Parallel with Python | TestMu AI (Formerly LambdaTest)

Are your automation tests for Python slowing you down? Speed them up with python unittest parallel testing in Selenium WebDriver with Python using unittest.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

23 min read

Selenium Grid Tutorial For Cross Browser Testing
Selenium Grid Tutorial For Cross Browser Testing

We will help you realize how web-developers and software testers leverage the power of the Selenium Grid setup to perform automated cross browser testing.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

26 min read

Cross Browser Automation Testing Using Watir | TestMu AI (Formerly LambdaTest)
Cross Browser Automation Testing Using Watir | TestMu AI (Formerly LambdaTest)

Worried about cross browser compatibility of your web-app? Don't worry. We are going to show, how you can perform cross browser automation testing using Watir.

Muthuraja

Muthuraja

January 11, 2026

23 min read

JUnit Automation Testing With Selenium | TestMu AI (Formerly LambdaTest)
JUnit Automation Testing With Selenium | TestMu AI (Formerly LambdaTest)

Guide on automated JUnit testing with Selenium for a web application through a simple script for browser testing. Start with your automated JUnit testing.

Sadhvi Singh

Sadhvi Singh

January 11, 2026

14 min read