Hari Nairend.hashnode.dev·2 hours agoHow to Dockerize Your Test Automation Suite for Enhanced EfficiencyIntroduction In the previous article, we updated few files for packaging the project artefacts to JAR files. In this article, we will add the ability to run the tests in a containerised environment using Docker. While there are several approaches to ...automation testing
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
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 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
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. ...Testing
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...selenium
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...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...Page 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...Docker/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...Selenium software