Stellaqa-testing.hashnode.dev·Dec 19, 2024What is Selenium Grid Used For?Introduction In today’s fast-paced software development environment, delivering high-quality applications rapidly has become a priority. Automation testing is a vital strategy to ensure software meets quality standards. Among the various tools availa...selenium
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
Stellaqa-testing.hashnode.dev·Dec 18, 2024How to Integrate Selenium with Jenkins for Continuous IntegrationIntroduction In the dynamic field of software development, continuous integration (CI) has emerged as a cornerstone of efficient and reliable project delivery. One of the most effective ways to implement CI for software testing is by integrating Sele...selenium
Stellaqa-testing.hashnode.dev·Dec 17, 2024How can Selenium Grid help in distributed testing?Introduction Testing web applications has evolved, and the demand for quicker releases requires robust tools and techniques. Selenium Grid has emerged as a game-changing tool that allows distributed testing, enabling teams to execute test cases acros...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
Ashwin Seonewashwinnewseo.hashnode.dev·Dec 10, 2024The Future of Selenium: What to Expect in Upcoming ReleasesSеlеnium has bееn a cornеrstonе of wеb automation for ovеr a dеcadе, еnabling dеvеlopеrs and tеstеrs to crеatе robust automatеd tеsting framеworks. As tеchnology еvolvеs, so doеs Sеlеnium, with its community constantly striving to improvе thе tool’s ...selenium
Zbigniew Matysekfalseinput.com·Dec 8, 2024Testing MapLibre GL JS applications with MapGrab and PlaywrightTesting map-based applications can be different from testing regular apps, but it doesn't have to be difficult. In this article, I will show you how to use MapGrab, a library designed to make testing map apps easier. I'll provide tips on configuring ...maplibre
pallavi chauhaninnovateitworld.hashnode.dev·Dec 4, 2024Top Software Testing Tools for Manual and Automated Testing in 2024In the fast-paced world of software development, ensuring quality, functionality, and performance is more critical than ever. Software testing plays a pivotal role in achieving this, and selecting the right tools is essential. Whether it’s manual tes...PractiTest
Asaolu Elijahasaoluelijah.hashnode.dev·Nov 27, 2024Web Scraping in Rust With Scraper and SeleniumRust excels in multiple areas — particularly in its performance and concurrency capabilities. These strengths make it an increasingly popular choice for web scraping. In this tutorial, we'll explore how to scrape web content with Rust using various m...Rust
Cristhian Cano Bogadoparaguayandev.hashnode.dev·Nov 26, 2024Automatización de Pruebas en Oracle APEX: Un Ejemplo Práctico con Python y SeleniumLa automatización de pruebas es esencial para garantizar la calidad de las aplicaciones en entornos dinámicos como Oracle APEX. En este artículo, exploraremos cómo configurar y ejecutar pruebas automatizadas utilizando Selenium y Python, con una prue...1 like·95 reads#oracle-apex