<?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 — Tutorial (Blog &amp; Learning Hub)</title>
    <link>https://www.testmuai.com/blog/category/tutorial/</link>
    <atom:link href="https://www.testmuai.com/blog/category/tutorial/feed.xml" rel="self" type="application/rss+xml" />
    <description>The latest Tutorial articles from the TestMu AI Blog and Learning Hub.</description>
    <language>en-us</language>
    <lastBuildDate>Thu, 02 Jul 2026 00:00:00 +0000</lastBuildDate>
    <generator>TestMu AI feed builder</generator>
    <item>
      <title>Pega Testing: Types, Tools, and Automation Guide</title>
      <link>https://www.testmuai.com/blog/pega-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/pega-testing/</guid>
      <pubDate>Thu, 02 Jul 2026 00:00:00 +0000</pubDate>
      <dc:creator>Sonali</dc:creator>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Pega testing validates low-code Pega applications across unit, UI, and API layers. Learn Pega testing types, the tools involved, and how to automate at scale.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/pega-testing.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>How to Use JavaScriptExecutor in Selenium</title>
      <link>https://www.testmuai.com/blog/how-to-use-javascriptexecutor-in-selenium-webdriver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-use-javascriptexecutor-in-selenium-webdriver/</guid>
      <pubDate>Tue, 30 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Learn how to use JavaScriptExecutor in Selenium to execute JavaScript commands, enhance test scripts, and handle complex WebElements efficiently.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/how-to-use-javascriptexecutor-in-selenium-og.webp" medium="image" type="image/webp" />
    </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, 30 Jun 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>15 Selenium Best Practices For Test Automation 2026</title>
      <link>https://www.testmuai.com/blog/selenium-best-practices-for-web-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-best-practices-for-web-testing/</guid>
      <pubDate>Tue, 30 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Optimize your web testing with 15 essential Selenium best practices for stable, maintainable test automation in 2026. Cut flake rate and ship faster.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/15-selenium-best-practices-for-test-automation-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>How to Click on a Button in Selenium [With Examples]</title>
      <link>https://www.testmuai.com/blog/selenium-click-button-with-examples/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-click-button-with-examples/</guid>
      <pubDate>Tue, 30 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>Learn how to click on a button in Selenium with working Java, Python, and JavaScript examples covering left-click, right-click, double-click, drag-and-drop, JavascriptExecutor fallback, and explicit waits.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/how-to-click-on-a-button-in-selenium-og.webp" medium="image" type="image/webp" />
    </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>Tue, 30 Jun 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>Automating Shadow DOM in Selenium WebDriver</title>
      <link>https://www.testmuai.com/blog/shadow-dom-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/shadow-dom-in-selenium/</guid>
      <pubDate>Tue, 30 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn about Shadow DOM in Selenium, how to find elements using getShadowRoot(), JavaScriptExecuter and automate Shadow DOM with Selenium.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/01/shadow-dom-selenium-og.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Perform React Native Testing on Android and iOS</title>
      <link>https://www.testmuai.com/blog/test-react-native-apps-on-ios-and-android/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/test-react-native-apps-on-ios-and-android/</guid>
      <pubDate>Tue, 30 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Mobile App Testing</category>
      <category>Tutorial</category>
      <description>Learn about the React Native framework &amp; how to perform React Native testing on Android &amp; iOS apps using manual and automation testing approaches.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/how-to-perform-react-native-testing-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing</title>
      <link>https://www.testmuai.com/blog/junit-5-vs-testng/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/junit-5-vs-testng/</guid>
      <pubDate>Sun, 28 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Shalini Baskaran</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/12/unnamed-41.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Playwright Tutorial: Getting Started With Playwright Framework</title>
      <link>https://www.testmuai.com/blog/playwright-framework/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/playwright-framework/</guid>
      <pubDate>Sun, 28 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Gary Parker</dc:creator>
      <category>Playwright Testing</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/06/image21-1-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>CSS Grid Best Practices + 5 Copy-Paste Templates [2026]</title>
      <link>https://www.testmuai.com/blog/css-grid-best-practices/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/css-grid-best-practices/</guid>
      <pubDate>Thu, 25 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Tahera Alam</dc:creator>
      <category>Web Development</category>
      <category>TestMu AI Experiments</category>
      <category>Tutorial</category>
      <description>Master CSS Grid best practices, plus 5 ready-to-copy layouts (cards, holy-grail, 12-column, sidebar, gallery) you can paste straight into your project.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/css-grid-best-practices.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Podman vs Docker: All You Need To Know!</title>
      <link>https://www.testmuai.com/blog/podman-vs-docker/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/podman-vs-docker/</guid>
      <pubDate>Thu, 25 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Dastan</dc:creator>
      <category>DevOps</category>
      <category>Tutorial</category>
      <description>Explore the differences between Podman vs Docker: Which containerization tool suits your needs best? Get insights and make informed choices!</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/08/OG-Podman-vs-Docker_-All-You-Need-To-Know-2-1-1-1-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Run iOS Apps on macOS: Easy Step-by-Step</title>
      <link>https://www.testmuai.com/blog/run-ios-apps-on-macos/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/run-ios-apps-on-macos/</guid>
      <pubDate>Wed, 24 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Wasiq Bhamla</dc:creator>
      <category>iOS</category>
      <category>Testing</category>
      <category>Tutorial</category>
      <description>Run iOS apps on macOS using simulators, real devices, Apple Silicon, or cloud testing platforms with this easy step-by-step guide.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/run-ios-apps-on-macos.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Complete Tutorial On Appium Parallel Testing [With Examples]</title>
      <link>https://www.testmuai.com/blog/appium-parallel-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/appium-parallel-testing/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Mobile App Testing</category>
      <category>Tutorial</category>
      <description>This Appium testing tutorial takes you through the journey of running automation tests while performing Appium parallel testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/07/Complete-Tutorial-On-Appium-Parallel-Testing-With-Examples.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Appium Testing Tutorial For Mobile Applications</title>
      <link>https://www.testmuai.com/blog/appium-tutorial/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/appium-tutorial/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Sidharth Shukla</dc:creator>
      <category>Mobile App Testing</category>
      <category>Tutorial</category>
      <description>In this Appium testing tutorial, we deep dive into the essentials of the Appium framework for performing mobile automation testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/06/image26-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Build An Automated Testing Pipeline With GitLab CI/CD &amp; Selenium Grid</title>
      <link>https://www.testmuai.com/blog/automated-testing-pipeline-with-gitlab-ci-cd-and-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/automated-testing-pipeline-with-gitlab-ci-cd-and-selenium/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Harshit Paul</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/03/GitLab-CI-CD-and-Selenium-Grid.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Automated End-To-End Unity Game Testing Guide [2026]</title>
      <link>https://www.testmuai.com/blog/automated-unity-game-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/automated-unity-game-testing/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Mobile Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn automated end-to-end Unity game testing with AltTester and the ${BrandName} real device cloud. Instrument your Unity game, record tests, and run them on real devices.</description>
      <media:content url="https://assets.testmuai.com/resources/images/blog/unity-game-testing-with-alttester--testmu-ai-cloud-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Automating Flutter Apps Using Appium Flutter Driver With Java</title>
      <link>https://www.testmuai.com/blog/automating-flutter-apps-using-appium-flutter-driver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/automating-flutter-apps-using-appium-flutter-driver/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Mobile App Testing</category>
      <category>Tutorial</category>
      <description>Learn to test Flutter mobile applications in this detailed tutorial on using Appium Flutter Driver with Java.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/02/Automating-Flutter-Apps-Using-Appium-Flutter-Driver-With-Java.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Automate ServiceNow With Appium</title>
      <link>https://www.testmuai.com/blog/automating-servicenow-with-appium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/automating-servicenow-with-appium/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Mobile Testing</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/03/unnamed252520-2525202023-03-01T210843.711.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Automate ServiceNow With Selenium</title>
      <link>https://www.testmuai.com/blog/automating-servicenow-with-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/automating-servicenow-with-selenium/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/02/unnamed252520-2525202023-02-16T210604.960.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Create TestNG.xml File in Eclipse</title>
      <link>https://www.testmuai.com/blog/create-testng-xml-file-execute-parallel-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/create-testng-xml-file-execute-parallel-testing/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>This TestNG guide will help you in creating a TestNG.xml file and then executing multiple test cases in parallel on a Selenium Grid.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/08/TestNG.xml-File-in-Eclipse.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Cypress .should() Command: A Detailed Guide</title>
      <link>https://www.testmuai.com/blog/cypress-should-command/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-should-command/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Anshita Bhasin</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>Cypress assertions help verify the expected behavior of application under test. In this guide, learn how to use the Cypress .should() command with examples.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/06/unnamed-2024-05-07T173141.813.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Generate Extent Reports In Selenium</title>
      <link>https://www.testmuai.com/blog/extent-reports-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/extent-reports-in-selenium/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to generate Extent Reports in Selenium for comprehensive and customized test reporting using automation testing frameworks like TestNG.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/05/How-to-Generate-Extent-Reports-in-Selenium-og-image.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Handle Authentication PopUps in Selenium WebDriver</title>
      <link>https://www.testmuai.com/blog/handling-login-popup-in-selenium-webdriver-using-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/handling-login-popup-in-selenium-webdriver-using-java/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Selenium WebDriver</category>
      <category>Tutorial</category>
      <description>Learn to handle authentication popups in Selenium WebDriver, explore its different types of alerts, and effectively manage login prompts during web automation.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/03/Handle-Authentication-Popups-in-Selenium-WebDriver.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Handle StaleElementReferenceException in Selenium</title>
      <link>https://www.testmuai.com/blog/handling-stale-element-exceptions-in-selenium-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/handling-stale-element-exceptions-in-selenium-java/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to handle StaleElementReferenceException in Selenium with effective strategies to ensure stable and reliable test automation.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/10/unnamed-61.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Automate Android Apps Using Appium</title>
      <link>https://www.testmuai.com/blog/how-to-automate-android-apps-using-appium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-automate-android-apps-using-appium/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Wasiq Bhamla</dc:creator>
      <category>Mobile App Testing</category>
      <category>Tutorial</category>
      <description>In this tutorial, learn how to automate Android apps using Appium framework.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/02/Android.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>Tue, 23 Jun 2026 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>Appium iOS Tutorial: Automate iOS Apps on Real Devices [2026]</title>
      <link>https://www.testmuai.com/blog/how-to-automate-ios-app-using-appium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-automate-ios-app-using-appium/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Deepak Sharma</dc:creator>
      <category>Tutorial</category>
      <description>Automate iOS apps with Appium using XCUITest driver. This guide covers simulator setup, real device testing, and running tests on cloud devices.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/08/OG-How-To-Automate-iOS-App-Using-Appium-1-1-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Use Selenium Click Commands Using Python</title>
      <link>https://www.testmuai.com/blog/how-to-automate-mouse-clicks-with-selenium-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-automate-mouse-clicks-with-selenium-python/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Paulo Oliveira</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Discover the art of automating mouse clicks with Selenium and Python. Streamline web form filling effortlessly. Explore effective automation techniques.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/11/How-to-Use-Selenium-Click-Commands-Using-Python.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Handle File Upload in Selenium</title>
      <link>https://www.testmuai.com/blog/how-to-download-upload-files-using-selenium-with-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-download-upload-files-using-selenium-with-java/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to handle file upload in Selenium. Explore techniques and examples to automate file uploads and streamline your testing processes.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/02/Handle-File-Upload-in-Selenium.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Handle Hidden Elements in Selenium WebDriver</title>
      <link>https://www.testmuai.com/blog/how-to-find-hidden-elements-in-selenium-webdriver-with-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-find-hidden-elements-in-selenium-webdriver-with-java/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Sri Priya</dc:creator>
      <category>Selenium Java</category>
      <category>Selenium WebDriver</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/01/How-to-Handle-Hidden-Elements-in-Selenium-WebDriver.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Use Breakpoints for Debugging in Selenium WebDriver</title>
      <link>https://www.testmuai.com/blog/how-to-use-breakpoints-for-debugging-in-selenium-webdriver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-use-breakpoints-for-debugging-in-selenium-webdriver/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium WebDriver</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>In this blog, learn how to use breakpoints to perform debugging in Selenium WebDriver.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/09/unnamed-2024-06-20T184316.572.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Mastering Selenium Testing: JUnit Assertions With Examples</title>
      <link>https://www.testmuai.com/blog/junit-assertions-example-for-selenium-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/junit-assertions-example-for-selenium-testing/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Hari Sapna Nair</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Learn the various JUnit assertions methods in , focusing on the method assertTrue() in JUnit.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/10/unnamed-2024-03-22T183442.528.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Get Element by Tag Name In Selenium</title>
      <link>https://www.testmuai.com/blog/locating-elements-by-tagname-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/locating-elements-by-tagname-in-selenium/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/06/Get-Element-by-Tag-Name.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Running and Debugging Tests With Playwright UI Mode</title>
      <link>https://www.testmuai.com/blog/playwright-ui-mode/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/playwright-ui-mode/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Kailash Pathak</dc:creator>
      <category>Playwright Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to run and debug tests using Playwright UI mode. Explore its interactive interface to efficiently execute tests, debug, and analyze results.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/03/Running-and-Debugging-Tests-With-Playwright-UI-Mode.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>17 Top React Testing Libraries for Modern Apps in 2026</title>
      <link>https://www.testmuai.com/blog/react-testing-libraries/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/react-testing-libraries/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Zikra Mohammadi</dc:creator>
      <category>React</category>
      <category>Testing</category>
      <category>Tutorial</category>
      <description>Comprehensive guide to top React testing libraries, tools, test runners, and AI-powered platforms to improve React &amp; React Native testing workflows.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/react-testing-libraries.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>How To Take Full Page Screenshots In Selenium WebDriver</title>
      <link>https://www.testmuai.com/blog/screenshots-with-selenium-webdriver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/screenshots-with-selenium-webdriver/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Tutorial</category>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <description>Learn how to take full page screenshots in Selenium WebDriver, including various approaches such as viewable area, WebElements full page screenshots, and more.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/07/How-To-Take-Full-Page-Screenshots-In-Selenium-WebDriver-OG-Image.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Selenium Grid Setup: Basics and Getting Started Tutorial</title>
      <link>https://www.testmuai.com/blog/selenium-grid-setup-tutorial/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-grid-setup-tutorial/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Discover how to configure a Selenium Grid setup for improved test automation. Get the complete setup guide here.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/07/Selenium-Grid-Setup-Basics-and-Getting-Started-Tutorial-Lambdatest.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>What is Tailwind CSS: A Complete Guide</title>
      <link>https://www.testmuai.com/blog/tailwind-css/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/tailwind-css/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Anurag Gharat</dc:creator>
      <category>TestMu AI Experiments</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/11/Introduction-to-Tailwind-CSS-A-Complete-Guide.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>TDD vs BDD vs ATDD: Key Differences</title>
      <link>https://www.testmuai.com/blog/tdd-vs-bdd/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/tdd-vs-bdd/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Enrique</dc:creator>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/03/TDD-vs-BDD-vs-ATDD.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Run WebdriverIO Tests: Getting Started Tutorial</title>
      <link>https://www.testmuai.com/blog/webdriverio-tutorial-run-your-first-automation-script/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/webdriverio-tutorial-run-your-first-automation-script/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium JavaScript</category>
      <category>Tutorial</category>
      <category>WebDriverIO</category>
      <description>WebdriverIO is a JavaScript automation framework written in NodeJS. In this tutorial, learn how to run WebdriverIO tests.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/06/unnamed-16.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Mouse Actions in Selenium: Examples Using the Actions Class</title>
      <link>https://www.testmuai.com/blog/perform-mouse-actions-in-selenium-webdriver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/perform-mouse-actions-in-selenium-webdriver/</guid>
      <pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium WebDriver</category>
      <category>Tutorial</category>
      <description>Learn how to handle mouse actions in Selenium using the Actions class: click, double-click, right-click, hover, and drag-and-drop, with working Java code.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/perform-mouse-actions-in-selenium-webdriver.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>How to Use Playwright Fixtures for Cleaner and Reusable Tests</title>
      <link>https://www.testmuai.com/blog/playwright-fixtures/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/playwright-fixtures/</guid>
      <pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Playwright</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to use Playwright fixtures for scalable automation. Explore built-in and custom fixtures, and more.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/playwright-fixtures.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>How to Use Playwright Locators: A Detailed Guide</title>
      <link>https://www.testmuai.com/blog/playwright-locators/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/playwright-locators/</guid>
      <pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Jaydeep Karale</dc:creator>
      <category>Playwright Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>This blog on Playwright locators explores various locator strategies to find WebElements for automation testing using Playwright.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/02/Finding2520Elements2520using2520Playwright2520Locators.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Playwright Python Tutorial: Getting Started With Python End To End Testing</title>
      <link>https://www.testmuai.com/blog/playwright-python-tutorial/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/playwright-python-tutorial/</guid>
      <pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Idowu (Paul) Omisola</dc:creator>
      <category>Playwright Testing</category>
      <category>Tutorial</category>
      <description>This blog demonstrates the use of Playwright with Python for single and parallel testing using TestMu AI (Formerly LambdaTest) cloud grid.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/09/Playwright-Python-Tutorial_-Getting-Started-With-Python-End-To-End-Testing-2-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Handle Playwright Timeouts</title>
      <link>https://www.testmuai.com/blog/playwright-timeouts/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/playwright-timeouts/</guid>
      <pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Inimfon Willie</dc:creator>
      <category>Playwright Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Playwright timeouts control how long actions, navigation, and assertions wait before failing. Adjust settings to prevent flaky tests and keep automation reliable.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/08/Playwright-Timeouts-1200px.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Playwright vs Selenium vs Cypress: A Detailed Comparison</title>
      <link>https://www.testmuai.com/blog/playwright-vs-selenium-vs-cypress/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/playwright-vs-selenium-vs-cypress/</guid>
      <pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Kailash Pathak</dc:creator>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/01/unnamed252065.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Window Handling in Selenium WebDriver Using Java</title>
      <link>https://www.testmuai.com/blog/how-to-handle-multiple-windows-in-selenium-webdriver-using-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-handle-multiple-windows-in-selenium-webdriver-using-java/</guid>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Ria Dayal</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn window handling in Selenium WebDriver using Java with getWindowHandle, getWindowHandles, switchTo, and Selenium 4 newWindow API examples.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/handle-multiple-windows-in-selenium-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Understanding Appium Architecture: Key Components Explained</title>
      <link>https://www.testmuai.com/blog/appium-architecture/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/appium-architecture/</guid>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Wasiq Bhamla</dc:creator>
      <category>Automation</category>
      <category>Mobile App Testing</category>
      <category>Tutorial</category>
      <description>Learn the essentials of Appium architecture and how its components interact to deliver robust mobile automation for Android and iOS apps.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/10/LambdaTest-OG-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>A Complete Tutorial to Appium Capabilities for Mobile Automation</title>
      <link>https://www.testmuai.com/blog/appium-capabilities/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/appium-capabilities/</guid>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Wasiq Bhamla</dc:creator>
      <category>Mobile App Testing</category>
      <category>Tutorial</category>
      <description>This Appium tutorial discusses useful Appium capabilities for mobile automation testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/07/Tutorial-1.png" medium="image" type="image/png" />
    </item>
  </channel>
</rss>
