<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>TestMu AI — Selenium Python (Blog &amp; Learning Hub)</title>
    <link>https://www.testmuai.com/blog/category/selenium-python/</link>
    <atom:link href="https://www.testmuai.com/blog/category/selenium-python/feed.xml" rel="self" type="application/rss+xml" />
    <description>The latest Selenium Python articles from the TestMu AI Blog and Learning Hub.</description>
    <language>en-us</language>
    <lastBuildDate>Fri, 05 Jun 2026 00:00:00 +0000</lastBuildDate>
    <generator>TestMu AI feed builder</generator>
    <item>
      <title>Automate Browser Testing with Selenium Opera in Python Easily</title>
      <link>https://www.testmuai.com/blog/automated-browser-testing-with-opera-and-selenium-in-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/automated-browser-testing-with-opera-and-selenium-in-python/</guid>
      <pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Python</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/08/Opera-Selenium-Blog.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How to Take Screenshots in Python Using Selenium</title>
      <link>https://www.testmuai.com/blog/python-screenshots/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/python-screenshots/</guid>
      <pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Paulo Oliveira</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to use Python screenshots for efficient software testing and development processes. Enhance your UI and speed up error identification.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/10/unnamed-2023-10-20T183007.435-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Using Selenium And Python Hypothesis For Automation Testing</title>
      <link>https://www.testmuai.com/blog/using-selenium-and-python-hypothesis-for-automation-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/using-selenium-and-python-hypothesis-for-automation-testing/</guid>
      <pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Python</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>A detailed look at the features of Hypothesis, a Python testing library, before performing automated cross browser testing with Python &amp; Selenium by Hypothesis.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/05/JPG-4.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>A Step-by-Step Robot Framework Tutorial</title>
      <link>https://www.testmuai.com/blog/robot-framework-tutorial/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/robot-framework-tutorial/</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Python</category>
      <category>Robot Framework</category>
      <category>Tutorial</category>
      <description>Master automation testing with Robot Framework Tutorial with Selenium and Python. Learn keyword-driven testing &amp; achieve Agile, TDD goals with Robot Framework.</description>
      <media:content url="https://assets.testmuai.com/resources/images/robot-framework-tutorial.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Page Object Model (POM) In Selenium Python</title>
      <link>https://www.testmuai.com/blog/page-object-model-in-selenium-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/page-object-model-in-selenium-python/</guid>
      <pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Page object model avoids code duplication and improves test maintenance. Read now and learn how to implement the POM design pattern in Selenium Python.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/03/Page-Object-Model-In-Selenium-Python.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Learn To Run Selenium Tests On Chrome With Selenium ChromeDriver</title>
      <link>https://www.testmuai.com/blog/selenium-chromedriver-automation-testing-guide/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-chromedriver-automation-testing-guide/</guid>
      <pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Urwashi Priya</dc:creator>
      <category>Automation</category>
      <category>Selenium Python</category>
      <description>Learn to download and setup Selenium ChromeDriver to effortlessly run Selenium tests on Chrome browser.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/09/Learn-To-Run-Selenium-Tests.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>What is Pytest Coverage Report and How to Generate One</title>
      <link>https://www.testmuai.com/blog/pytest-code-coverage-report/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/pytest-code-coverage-report/</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Idowu</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn what a pytest coverage report is and how to generate one with pytest-cov to track untested Python code and gate CI builds on coverage thresholds.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/what-is-pytest-coverage-report-and-how-to-generate-one-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>How To Create Automated Web Bot With Selenium In Python</title>
      <link>https://www.testmuai.com/blog/automated-web-bot-with-selenium-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/automated-web-bot-with-selenium-python/</guid>
      <pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vinayak Sharma</dc:creator>
      <category>Automation</category>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/11/Selenium-bot-python.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>pytest Fixtures: A Detailed Guide With Examples</title>
      <link>https://www.testmuai.com/blog/end-to-end-tutorial-for-pytest-fixtures-with-examples/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/end-to-end-tutorial-for-pytest-fixtures-with-examples/</guid>
      <pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn about pytest fixtures, their benefits, and how they simplify test setup, teardown, and dependency management for efficient and reusable testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/05/pytestfixtures.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Managing WebElements in Selenium with Python: A Practical Guide</title>
      <link>https://www.testmuai.com/blog/handling-webelements-in-selenium-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/handling-webelements-in-selenium-python/</guid>
      <pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Eugene Kwaka</dc:creator>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>In this article, learn how to handle WebElements in Selenium Python while performing automated browser testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/03/How-To-Handle-WebElements-In-Selenium-Python-og.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Use pytest Skip Test And XFail in Selenium</title>
      <link>https://www.testmuai.com/blog/pytest-skip-test/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/pytest-skip-test/</guid>
      <pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Paulo Oliveira</dc:creator>
      <category>Automation</category>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>In this blog, discover the ins and outs of using pytest skip test functionality: single, conditional, CLI, and more!</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/05/How-to-Use-pytest-Skip-Test-And-XFail-in-Selenium-OG-Image.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Selenium Wait for Page to Load in Python With Code Examples (2026)</title>
      <link>https://www.testmuai.com/blog/selenium-wait-for-page-to-load/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-wait-for-page-to-load/</guid>
      <pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Saniya Gazala</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Struggling with NoSuchElementException errors? Learn Selenium wait for page load strategies like implicit, explicit, and fluent waits for stable tests.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/selenium-wait-for-page-to-load-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Learn To Close Browser Tabs In Selenium Python And Java</title>
      <link>https://www.testmuai.com/blog/selenium-close-tab/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-close-tab/</guid>
      <pubDate>Wed, 18 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Tanay Kumar Deo</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Selenium Java</category>
      <category>Selenium Python</category>
      <category>Selenium WebDriver</category>
      <description>Master the art of closing browser tabs in Selenium with Python and Java. Optimize your test automation with effective tab management.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/08/Techniques-To-Close-Browser-Tabs.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Selenium Webdriver with Python : A Detailed Guide for Automation</title>
      <link>https://www.testmuai.com/blog/selenium-webdriver-with-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-webdriver-with-python/</guid>
      <pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Python</category>
      <category>Selenium WebDriver</category>
      <category>Tutorial</category>
      <description>Follow our comprehensive Selenium with Python tutorial. Learn how to set it up correctly and start using Selenium with Python for automation.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/12/Selenium-WebDriver-Tutorial-With.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Selenium with Python Tutorial: How to Get Current URL with Python</title>
      <link>https://www.testmuai.com/blog/how-to-get-current-url-in-selenium-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-get-current-url-in-selenium-python/</guid>
      <pubDate>Thu, 22 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Jolive Hodehou</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/06/image5-8-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Use For Loop In Robot Framework</title>
      <link>https://www.testmuai.com/blog/for-loop-in-robot-framework/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/for-loop-in-robot-framework/</guid>
      <pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Paulo Oliveira</dc:creator>
      <category>Automation</category>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>For loop in Robot Framework helps you deal with repetitive tasks, enhancing test coverage while keeping your test cases readable and easy to maintain.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/11/How-To-Use-For-Loop-In-Robot-Framework-OG-Image.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Pytest Django Tutorial: Testing Your Django Apps With Selenium Pytest</title>
      <link>https://www.testmuai.com/blog/pytest-django-tutorial/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/pytest-django-tutorial/</guid>
      <pubDate>Mon, 19 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Idowu (Paul) Omisola</dc:creator>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>This pytest Django tutorial will teach you how to test your locally hosted Django website on a cloud grid using Selenium.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/04/unnamed25252064.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Drag And Drop In Selenium With Python?</title>
      <link>https://www.testmuai.com/blog/drag-and-drop-in-selenium-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/drag-and-drop-in-selenium-python/</guid>
      <pubDate>Fri, 26 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Nishant Choudhary</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/11/Drag-And-Drop-In-Selenium-With-Python.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How To Press Enter Without WebElement In Selenium Python</title>
      <link>https://www.testmuai.com/blog/press-enter-without-webelement-selenium-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/press-enter-without-webelement-selenium-python/</guid>
      <pubDate>Fri, 26 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Idowu (Paul) Omisola</dc:creator>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>This blog demonstrates how to press enter without WebElement in Selenium Python using ActionChains and execute_script methods.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/07/unnamed-5-1-1-1-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Python ConfigParser Tutorial - Comprehensive Guide To Working With Configuration Files With Python</title>
      <link>https://www.testmuai.com/blog/python-configparser-tutorial/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/python-configparser-tutorial/</guid>
      <pubDate>Fri, 26 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Jolive Hodehou</dc:creator>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/06/Python-ConfigParser-Tutorial-OG.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Use Python URL Decode() Method In Selenium</title>
      <link>https://www.testmuai.com/blog/python-url-decode/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/python-url-decode/</guid>
      <pubDate>Fri, 26 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Paulo Oliveira</dc:creator>
      <category>Automation</category>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>Learn how to use the Python URL decode() method to manage the URLs to maintain security and improve the web development and testing process.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/05/How-to-Use-Python-URL-Decode-Method-In-Selenium.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Automate Filling In Web Forms With Python</title>
      <link>https://www.testmuai.com/blog/how-to-automate-filling-in-web-forms-with-python-using-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-automate-filling-in-web-forms-with-python-using-selenium/</guid>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Paulo Oliveira</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>In this tutorial, learn how to automate filling in web forms with Python and Selenium.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/07/unnamed-76-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Write a Python Configuration File</title>
      <link>https://www.testmuai.com/blog/python-configuration-file/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/python-configuration-file/</guid>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Paulo Oliveira</dc:creator>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/10/Python-Configuration-File.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Use Cases of XPath Python In Selenium With Examples</title>
      <link>https://www.testmuai.com/blog/python-xpath/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/python-xpath/</guid>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Jainish Patel</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Selenium Python</category>
      <description>Learn how to use Python XPath with Selenium and it&apos;s functions using various examples and use cases.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/08/XPath-In-Selenium-With-Examples-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Do Parameterization In Pytest With Selenium?</title>
      <link>https://www.testmuai.com/blog/parameterization-in-pytest-with-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/parameterization-in-pytest-with-selenium/</guid>
      <pubDate>Wed, 24 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/03/Parameterization-In-Pytest.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Use Python For Random String Generation</title>
      <link>https://www.testmuai.com/blog/python-random-string/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/python-random-string/</guid>
      <pubDate>Wed, 24 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Jainish Patel</dc:creator>
      <category>Selenium Python</category>
      <description>Learn how to generate random strings using Python, a useful skill for tasks like password generation or test data creation.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/06/How-To-Use-Python-For-Random-String-Generation-OG.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Wait in Python: Python Wait Tutorial With Examples</title>
      <link>https://www.testmuai.com/blog/python-waits/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/python-waits/</guid>
      <pubDate>Fri, 28 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Ini Arthur</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/06/How-to-Wait-in-Python-Python-Wait-Tutorial-With-Examples-OG-Image.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Selenium Python Tutorial: Getting Started With Pytest</title>
      <link>https://www.testmuai.com/blog/selenium-python-pytest-testing-tutorial/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-python-pytest-testing-tutorial/</guid>
      <pubDate>Wed, 19 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/05/Selenium-Python-Tutorial.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How To Use Playwright For Web Scraping with Python</title>
      <link>https://www.testmuai.com/blog/playwright-for-web-scraping/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/playwright-for-web-scraping/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Jaydeep Karale</dc:creator>
      <category>Selenium Python</category>
      <category>Playwright Testing</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/01/Playwright252520For252520Web252520Scraping252520with252520Python.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Using pytest asyncio to Reduce Test Execution Time</title>
      <link>https://www.testmuai.com/blog/pytest-asyncio-to-reduce-test-execution-time/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/pytest-asyncio-to-reduce-test-execution-time/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Milos Kajkut</dc:creator>
      <category>Selenium Python</category>
      <category>TestMu AI Spartans</category>
      <category>Voices of Community</category>
      <description>In this article, learn different ways of managing test execution time and how pytest asyncio helps reduce test execution time.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/11/Using-pytest-asyncio-to-Reduce-Test-Execution-Time.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Handle pytest Timeouts</title>
      <link>https://www.testmuai.com/blog/pytest-timeouts/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/pytest-timeouts/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Paulo Oliveira</dc:creator>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>This Selenium Python tutorial deep dives into understanding pytest timeouts, including their configurations, handling exceptions, strategies, and best practices.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/09/How-to-Handle-pytest.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Pytest Guide: Running Multiple Test Cases in One File</title>
      <link>https://www.testmuai.com/blog/pytest-tutorial-executing-multiple-test-cases-from-single-file/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/pytest-tutorial-executing-multiple-test-cases-from-single-file/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>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!</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/05/Executing-Multiple-Test-Cases-.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>PyTest Tutorial - Parallel Testing With Selenium Grid</title>
      <link>https://www.testmuai.com/blog/pytest-tutorial-parallel-testing-with-selenium-grid/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/pytest-tutorial-parallel-testing-with-selenium-grid/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Python</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/06/Pytest-Tutorial.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Debugging Selenium pytest Failures</title>
      <link>https://www.testmuai.com/blog/selenium-pytest-failures/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-pytest-failures/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Paulo Oliveira</dc:creator>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>Discover how to address Selenium pytest failures efficiently. Explore debugging techniques, best practices, and ensure a reliable test framework.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/10/unnamed-2023-10-09T124651.387.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Generate XML Reports In pytest?</title>
      <link>https://www.testmuai.com/blog/xml-reports-in-pytest/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/xml-reports-in-pytest/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Jolive Hodehou</dc:creator>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>​​This blog delves into the benefits of test reporting and how to generate XML reports in pytest.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/04/image2-2023-04-06T185924.326.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>7 Top Python Automation Frameworks [2026]</title>
      <link>https://www.testmuai.com/blog/top-python-frameworks-for-automation/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/top-python-frameworks-for-automation/</guid>
      <pubDate>Thu, 13 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Aditya Dwivedi</dc:creator>
      <category>Selenium Python</category>
      <description>Which are the top Python automation frameworks for Testing? We&apos;ll help you choose the right one for your Selenium automation testing needs. Find out more.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/03/Top-7-Python-Frameworks-for-Automation-Testing-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Run Parallel Tests Using Pabot With Robot Framework</title>
      <link>https://www.testmuai.com/blog/robot-framework-for-parallel-test-execution/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/robot-framework-for-parallel-test-execution/</guid>
      <pubDate>Tue, 11 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to perform parallel testing using Pabot with Robot Framework. Enhance efficiency and optimize your test automation workflow!</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/06/LambdatestOG.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Python Automation Testing With Examples</title>
      <link>https://www.testmuai.com/blog/python-automation-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/python-automation-testing/</guid>
      <pubDate>Thu, 06 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>This blog explores Python automation testing for the front-end, offering insights to leverage Python for automating both simple and complex scenarios effectively..</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/10/Python-Automation-Testing-With-Examples.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Use a Web Crawler in Python</title>
      <link>https://www.testmuai.com/blog/web-crawler-in-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/web-crawler-in-python/</guid>
      <pubDate>Tue, 07 Oct 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/09/Small.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Web Development Using Python: Top Frameworks With Best Practices</title>
      <link>https://www.testmuai.com/blog/web-development-using-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/web-development-using-python/</guid>
      <pubDate>Wed, 01 Oct 2025 00:00:00 +0000</pubDate>
      <dc:creator>Risper Bevalyn</dc:creator>
      <category>Automation</category>
      <category>Selenium Python</category>
      <category>Web Development</category>
      <description>Learn web development using Python with popular frameworks, libraries, and security features. Build fast, scalable, and robust web applications efficiently.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/09/Saniya-1200px-3_11zon.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Python sleep(): How to Use time.sleep() in Python</title>
      <link>https://www.testmuai.com/blog/python-sleep/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/python-sleep/</guid>
      <pubDate>Sun, 17 Aug 2025 00:00:00 +0000</pubDate>
      <dc:creator>Idowu (Paul) Omisola</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to use Python sleep() function with time.sleep() for delays, pauses, and timing in your code with real-world examples.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/08/Python-sleep-Function-1200px.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Selenium Python Tutorial: Guide With Examples</title>
      <link>https://www.testmuai.com/blog/getting-started-with-selenium-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/getting-started-with-selenium-python/</guid>
      <pubDate>Tue, 12 Aug 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/12/LambdatestOG-2.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>What is Monkey Patching in Python: A Complete Tutorial With Examples</title>
      <link>https://www.testmuai.com/blog/monkey-patching-in-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/monkey-patching-in-python/</guid>
      <pubDate>Thu, 31 Jul 2025 00:00:00 +0000</pubDate>
      <dc:creator>Paulo Oliveira</dc:creator>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/08/unnamed-37-1-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Python tox: A Complete Tutorial</title>
      <link>https://www.testmuai.com/blog/python-tox/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/python-tox/</guid>
      <pubDate>Tue, 27 May 2025 00:00:00 +0000</pubDate>
      <dc:creator>Paulo Oliveira</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to use Python tox for automated testing across multiple environments. This complete tutorial covers setup, configuration, and best practices.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/03/Python-tox.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>What Is Hypothesis Testing in Python: A Hands-On Tutorial</title>
      <link>https://www.testmuai.com/blog/hypothesis-testing-in-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/hypothesis-testing-in-python/</guid>
      <pubDate>Tue, 22 Apr 2025 00:00:00 +0000</pubDate>
      <dc:creator>Jaydeep Karale</dc:creator>
      <category>Automation</category>
      <category>Playwright Testing</category>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>In this tutorial, explore the fundamentals of Hypothesis testing in Python. Learn various aspects, from basic usage to advanced strategies.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/06/Hypothesis-Testing-in-Python.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Getting Started With Python unittest.mock Library</title>
      <link>https://www.testmuai.com/blog/python-unittest-mock/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/python-unittest-mock/</guid>
      <pubDate>Fri, 04 Apr 2025 00:00:00 +0000</pubDate>
      <dc:creator>Ini Arthur</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn Python unittest.mock for effective testing. This blog covers Mock, MagicMock, AsyncMock, patch(), and more to simplify test automation.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/01/Getting-Started-With-Python.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Mastering Web Automation With Python Selenium On Chrome</title>
      <link>https://www.testmuai.com/blog/python-selenium-with-chrome/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/python-selenium-with-chrome/</guid>
      <pubDate>Fri, 28 Mar 2025 00:00:00 +0000</pubDate>
      <dc:creator>Jainish Patel</dc:creator>
      <category>Automation</category>
      <category>Selenium Python</category>
      <description>Utilize Chrome and Python Selenium to master the art of web automation while following best practices for fluid, effective, and dependable automation.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/06/Automation2520With.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>11 Best Python Testing Frameworks To Look For In 2026</title>
      <link>https://www.testmuai.com/blog/top-python-testing-frameworks/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/top-python-testing-frameworks/</guid>
      <pubDate>Sat, 22 Mar 2025 00:00:00 +0000</pubDate>
      <dc:creator>Upendra Prasad Mahto</dc:creator>
      <category>Automation</category>
      <category>Selenium Python</category>
      <category>Testing Strategies</category>
      <description>Discover top Python testing frameworks for 2026. Elevate your testing processes with these 11 best Python testing frameworks.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/03/11-Best-Python-Testing-Frameworks.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Perform Selenium and Python Web Scraping</title>
      <link>https://www.testmuai.com/blog/web-scraping-using-selenium-and-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/web-scraping-using-selenium-and-python/</guid>
      <pubDate>Mon, 24 Feb 2025 00:00:00 +0000</pubDate>
      <dc:creator>Vinayak Sharma</dc:creator>
      <category>Automation</category>
      <category>Selenium Python</category>
      <category>Tutorial</category>
      <description>Learn Python Web Scraping with Selenium through a comprehensive tutorial. Discover how to extract relevant data from dynamic web pages Web Scraping with Python.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/06/Web-Scraping-Using-Selenium-And-.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>A Complete Guide to Web Scraping with Python</title>
      <link>https://www.testmuai.com/blog/web-scraping-with-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/web-scraping-with-python/</guid>
      <pubDate>Mon, 24 Feb 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Python</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn web scraping with our guide on extracting data from websites using Python libraries PyUnit, pytest, and Beautiful Soup for static and dynamic sites.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/11/unnamed-2023-11-07T121950.028.png" medium="image" type="image/png" />
    </item>
  </channel>
</rss>
