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
Ronika Kashyapronika.hashnode.dev·Dec 9, 2024Test Automation Frameworks- The Complete GuideTest automation frameworks offer an ideal solution for developers seeking an efficient, reliable way to get their software product out to market sooner. They can significantly reduce development costs and boost ROI, making them an obvious choice for ...Testing
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 27, 2024Critical Aspects You Need to Know about Appium and SeleniumIntroduction In today’s mobile-centric world, smartphones have become integral to our daily lives, handling tasks ranging from payments to sleep tracking. As the mobile industry grows rapidly, testing professionals face the challenge of ensuring app ...Appium testing
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
Sam Atinksonsamatinkson.hashnode.dev·Oct 27, 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...webdriver
Chandra Prabhachandraprabha.hashnode.dev·Oct 20, 2024Automating Web Tasks with Selenium: From Browser Actions to Data ScrapingIn an era where efficiency is paramount, automating web tasks can be a game-changer. Selenium, a powerful and versatile automation tool, has emerged as a favorite among developers, testers, and data enthusiasts alike. Whether you’re looking to stream...selenium
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