Rahul Jainrahuljain.hashnode.net·Mar 18, 2021Top 10 Codeless Testing Tools For 2021With the advancement and growth in technology and the arrival of DevOps and Agile, the software testing industry is witnessing numerous changes. Software Testing has traversed a long path from manual testing to record-and-playback sophisticated testi...Discuss·71 likes·97 readsTesting
Thomas Montforttmonty.hashnode.net·May 5, 2021Create an Automated Web Bot with Selenium in PythonMotivation Due to the pandemic, a lot of activities require signing up online in advance. At my University’s gym, they offer 2 hour slots throughout the day, each of which open 6 hours in advance for reservation. Because the demand for time slots hea...Eleftheria Batsou and 2 others are discussing this3 people are discussing thisDiscuss·64 likes·10.3K readsPythonPython
Victoria Lovictoria.hashnode.net·Apr 29, 2022Automating Tests with Selenium #3: Integrating with MochaHello everyone! Welcome back to Automating Tests with Selenium, a series where I will cover basic concepts and examples of automated testing with Selenium and Node.js. An intermediate knowledge of Node.js is recommended to follow along. In the previo...Discuss·54 likes·3.6K readsAutomating Tests with Seleniummocha
Kartik Mehtakartikmehta.hashnode.net·Apr 18, 2023Web Scraper | Download Instagram Images using Tag(s)Introduction Web scraping has become an important part of data collection and analysis in today's data-driven world. Instagram is one of the most popular social media platforms, and there are many use cases where one may need to scrape Instagram data...Discuss·33 readswebscraping
Souvik Deysouvikdcoder.hashnode.net·Apr 10, 2023Advanced Techniques for Analyzing Network Traffic with Chrome DevToolsIntroduction Network Traffic Monitoring is an essential part of web application testing, and Chrome DevTools provides powerful tools for monitoring network traffic. With Python and Selenium, you can automate the collection of network traffic data and...Discusstest-automation
Idowu Omisolaidowuomisola.hashnode.net·Apr 5, 2023Pytest Django Tutorial: Testing Your Django Apps With Selenium PytestDjango reduces the development complexities of large-scale websites. But when developing a website with Django, UI automation testing is as essential as unit testing. Even if your team operates a CI/CD pipeline, you want to ensure you catch bugs earl...DiscussDjango
Gleb Shmarovyadotrof.hashnode.net·Apr 4, 2023Selenoid + Selenoid UI under Traefik in Docker SwarmSelenoid UI is a web-based user interface for the Selenoid browser automation tool. It allows users to easily manage and monitor browser containers running within Selenoid, as well as view logs and usage statistics. When used in conjunction with Trae...Discuss·11 likes·66 readsGeneral Programming
Eugene Kwakaeugenekwaka.hashnode.net·Mar 31, 2023How To Handle WebElements In Selenium PythonSelenium automation testing is the common term used to describe a test run using Selenium. When it comes to automation testing, Selenium is a popular open-source testing tool used to automate different web browsers, such as Chrome, Firefox, Microsoft...Discusswebelements
Theo VasilisforApify Blogapify.hashnode.net·Mar 29, 2023Web scraping with Selenium and PythonIn this step-by-step tutorial, we show you how to scrape data from a website using Python with Selenium. Learn how to locate and wait for elements, take screenshots, and execute JavaScript code with examples. What is Selenium? Until 2003, the word se...Discussselenium
Pooja Salerupoojasaleru.hashnode.net·Mar 28, 2023🕷️👨💻🚀 The Basic Functionality of Selenium 🕸️👀💻If you're a software developer, quality assurance engineer, or someone who is interested in web automation testing, you may have heard of Selenium. Selenium is a popular open-source framework that allows you to automate web browsers, such as Google C...Discussselenium
Gabriel Ogungbesamdav.hashnode.net·Mar 27, 2023Web Scraping: Get Related Meta Titles, Description, Keywords, and Question People Ask and Store Them in a CSV fileIntroduction: In today's digital world, information is just a click away. With the help of web scraping, we can collect data from various websites and analyze it for different purposes, such as market research, sentiment analysis, and so on. Python, ...Discuss·26 readsGoogle
Rishav Trivediautomatewithdev.hashnode.net·Mar 26, 2023Parametrization with Data-Driven Frameworks in a Spring Boot Selenium Setup: Efficient Test ScriptingIntroduction Parametrization is a useful technique that enables writing basic test scripts and reusing them for multiple data sets. It allows testing multiple scenarios with different inputs, instead of writing multiple test scripts for each case. Da...Discussselenium
Rishav Trivediautomatewithdev.hashnode.net·Mar 26, 2023Generating Test Reports with a Spring Boot Selenium Automation FrameworkAutomated testing has become an integral part of software development processes. To perform automated testing with Selenium, we use a Selenium automation framework. In this article, we'll discuss how to generate test reports using a Spring Boot Selen...DiscussSelenium Automation using Spring Bootselenium