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 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
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
Karthik Tkarthiksdet.hashnode.dev·Sep 23, 2024How Playwright Eliminated the Need for Selenium GridFor years, Selenium Grid has been essential for running Selenium tests at scale across multiple browsers and machines. However, maintaining the infrastructure, handling cross-browser compatibility, and ensuring consistent test environments has always...Discuss·87 readsplaywright
Debasmita Adhikaridebasmita-a.hashnode.dev·May 27, 2024Automation Testing Framework using Selenium WebDriver and Java : Day 5In the last article of POM Automated Testing framework series, we learnt how to run our tests from command prompt with Maven commands and TestNG .xml with help of Surefire plugin. Remote configurations in test script : In order to run our tests on re...DiscussPage Object Model FrameworkRemoteWebDriver
Debasmita Adhikaridebasmita-a.hashnode.dev·May 26, 2024Setting up Selenium GRID (4.20) with DockerWhat is a Selenium GRID? Selenium GRID is one of the 3 components of Selenium : Selenium WebDriver, GRID and IDE. The architecture consists of a Hub and several nodes. Through our test script, we will connect to the Selenium Hub url and it will run t...DiscussDocker/GIT/AWS/JenkinsSelenium Grid
Madhu Monlinetrainingusa.hashnode.dev·May 20, 2024Unlocking the Potential of Selenium Software TestingIn the dynamic world of software development, ensuring robust and reliable applications is crucial. Selenium software testing has become a cornerstone for quality assurance, providing powerful tools for automating web applications. This blog will exp...DiscussSelenium software
Madhu Monlinetrainingusa.hashnode.dev·May 1, 2024Exploring Selenium Automation Testing: Your Path to Mastery in Software QAIn the fast-paced world of software development, quality assurance (QA) holds a pivotal role. Selenium Automation Testing has emerged as a beacon for developers and testers aiming to ensure their applications not only meet expected standards but also...Discussselenium
Hari Nairend.hashnode.dev·Apr 13, 2024Selenium WebDriver Automation Framework in JavaGithub Repository Java Selenium Automation Framework The GitHub repository linked above serves as the foundation for our Selenium automation framework project. Inside, you'll find a comprehensive Java-based framework designed to streamline web testin...Discuss·104 readsautomation testing