Steve Worthamstevewortham.hashnode.dev·Dec 18, 2024findElement and findElements in Selenium: Use Cases with ExamplesSelenium WebDriver has two methods for identifying the web elements, they are findElement and findElements. findElement: This is used to uniquely identify any web element within the web page. findElements: This is used to uniquely identify the list...selenium
Samiksha Kutesamikshakute.hashnode.dev·Dec 11, 2024Understanding Selenium and WebDriver: A Complete IntroductionWhat is Selenium ? Selenium is an open-source automation testing tool used to automate web applications it is free to download from the official Selenium website, making it a cost-effective solution compared to tools like QTP (QuickTest Professional)...26 readsThe Selenium Guidebookselenium
Vijayashree Shindevijayashree44.hashnode.dev·Nov 27, 2024How to Automate Software Testing with Selenium WebDriver?Ensuring software quality while speeding up release cycles is a major challenge for modern development teams. As applications grow in complexity, manual testing becomes more time-consuming and error-prone. Automated testing has emerged as a vital sol...automation testing
Sam Atinksonsamatinkson.hashnode.dev·Nov 26, 2024WebDriverIO Tutorial for Selenium AutomationIn web development, automated testing ensures applications perform flawlessly across browsers and devices. WebDriverIO is a powerful automation tool that simplifies browser interaction for testing web applications. This tutorial will explore WebDrive...webdriver
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...selenium-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...Testing
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...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...Testing
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...Cypress 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...selenium