Category Archives: Selenium Python

11 Best Python Testing Frameworks To Look For In 2023

AutomationSelenium PythonTesting Strategies

10 Best Python Testing Frameworks To Look For In 2025

Python has experienced a remarkable surge in 2023, solidifying its status as the fastest-growing programming language, a fact validated by Stack Overflow’s Developer Survey.

February 5, 2025

view count340135 Views

Read time16 Min Read

Top 7 Python Frameworks for Automation Testing (2)

Selenium Python

7 Top Python Frameworks for Automation Testing [2025]

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. One of the several reasons for the popularity of Python is the extensive support of test automation frameworks.

January 30, 2025

view count79708 Views

Read time17 Min Read

Getting Started With Python unittest.mock Library

Selenium PythonAutomationTutorial

Getting Started With Python unittest.mock Library

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

January 15, 2025

view count112799 Views

Read time20 Min Read

A Step-by-Step Robot Framework

Selenium PythonRobot FrameworkTutorial

A Step-by-Step Robot Framework Tutorial

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

January 6, 2025

view count244202 Views

Read time10 Min Read

LambdatestFT

Selenium PythonAutomationTutorial

How to Run Parallel Tests Using Pabot With Robot Framework

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

January 6, 2025

view count312795 Views

Read time17 Min Read

Python Automation Testing With Examples Feature Image

Selenium PythonAutomationTutorial

Python Automation Testing With Examples

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

December 11, 2024

view count281327 Views

Read time15 Min Read

LambdatestFT

Selenium PythonAutomationTutorial

Selenium Python Tutorial: Guide With Examples

Python is a programming language that needs no introduction! It is one of the most preferred languages when it comes to projects involving Machine Learning (ML), Artificial Intelligence (AI), and more. On a different battleground, the combination of Selenium Python is the preferred choice for web automation.

December 11, 2024

view count373811 Views

Read time29 Min Read

AutomationSelenium PythonTutorial

8 Useful pytest Plugins for Python Automation

When test cases get complex, or there’s a need to handle a lot of test data, plugins come in handy by making tests more concise and structured. Python, with its simplicity and versatility, is a popular choice for test automation, and pytest is one of the most widely used testing frameworks.

November 5, 2024

view count179150 Views

Read time15 Min Read

Python Automation Scripts for Developers and Testers

AutomationSelenium PythonTutorial

13 Python Automation Scripts for Developers and Testers

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

September 30, 2024

view count228763 Views

Read time12 Min Read

Automate Filling In Web Forms With Python

Selenium PythonAutomationTutorial

How to Automate Filling In Web Forms With Python

Web forms are key components for data entry and interaction across various business processes. So, it’s important to ensure the functionality of these forms across the website. However, testing forms manually is both time-consuming and prone to error.

July 11, 2024

view count794608 Views

Read time11 Min Read