Sam Atinksonsamatinkson.hashnode.dev·Nov 17, 2024Key Ways to Run Selenium Tests Using Firefox WebDriverMozilla Firefox is one of the most extensively employed web browsers globally. Renowned for its rich feature set, Firefox is well-aligned with many cutting-edge testing methodologies and tools. Among these tools, Selenium takes center stage, leveragi...Discussselenium-webdriver
Ronika Kashyapronika.hashnode.dev·Nov 7, 2024How to Write and Handle Dynamic XPath In Selenium [with Tactics]It is critical for automated testing to be able to recognize the web elements of an Application Under Test (AUT). Learning how to find web elements and writing dynamic XPath in Selenium manually may take a long time and a lot of practice. For example...DiscussTesting
Casmir Onyekanicasblog.hashnode.dev·Oct 18, 2024Easy Web Testing with Open Source ToolsHave you ever been impressed by the seamless user experience (UX) of modern websites and apps? The reason for this smooth performance is that they undergo rigorous testing using top-tier tools. Join me as I guide you with code snippets through how yo...Discuss·10 likesTesting
Steve Worthamstevewortham.hashnode.dev·Oct 16, 20248 Best Practices while Writing Selenium with JavaSo, if you want to stay at the top of the game in today’s competitive software landscape, you need to meet your customer’s expectations by providing them with a world-class digital experience. It is where reliable and well-established open-source too...DiscussTesting
Steve Worthamstevewortham.hashnode.dev·Oct 10, 2024Cypress vs Selenium: Choosing the Best Tool for Your Automation NeedsCypress is an End-to-End (E2E) testing framework designed for modern web applications and built on JavaScript. Its unique architecture allows for fast and reliable testing of web applications. Cypress integrates smoothly with tools and frameworks lik...DiscussCypress vs selenium
Steve Worthamstevewortham.hashnode.dev·Oct 9, 2024How to Generate Extent Reports in SeleniumReporting is an important step of test automation as it helps stakeholders understand the outcome of the test case, the status of the application’s health and potential issues. What are extent reports? Extent Reports is an open-source reporting libra...Discussselenium
satyaprakash beherasatyabehera.hashnode.dev·Oct 8, 2024How to Use Selenium Waits: A Step-by-Step GuideThis could be because of several reasons like network speed, server response time, and client-side rendering. These are the types of timing issues that can make automated tests unreliable and frustrating for maintenance and a complete waste of time. ...DiscussTesting
Steve Worthamstevewortham.hashnode.dev·Oct 8, 2024Common Exceptions in Selenium & How to Handle ThemTest executions can even be hindered by intermittent network connectivity issues. These are just a few examples of how exceptions can disrupt any testing process. By understanding how to handle these exceptions effectively, you can prevent such roadb...Discussselenium
Steve Worthamstevewortham.hashnode.dev·Oct 7, 2024How to run Selenium tests on Chrome using ChromeDriver?This is the perfect way to make the web automation tests execute faster. So let’s get started to know how we can achieve it. Google Chrome is the industry leader in executing selenium automation tests because it is one of the most popular web browser...DiscussTesting
Madhu Monlinetrainingusa.hashnode.dev·Sep 24, 2024How to Get Started with the Selenium Testing Tool: Key Requirements and ResourcesIntroduction Selenium has emerged as one of the leading tools for automation testing, empowering testers to automate web applications efficiently. If you are new to Selenium, you may wonder how to get started, what key requirements are essential, and...Discussselenium