Victoria LoforArticles by 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
Jakša MilanovićforJaksa's blogjaksa.hashnode.net·May 22, 2022Multiple Browser testing with PlayWright in PythonIntroduction Are you developing a new testing framework that needs to support multiple browsers? Or even worse - you have a testing framework and you need to expand the functionality by adding more browsers? In this article, I will try to introduce y...Vojko Pribudić and 1 other are discussing this2 people are discussing thisDiscuss·52 likes·1.1K readsQALooking forward to reading more about Playwright. 3
Victoria LoforArticles by Victoria Lovictoria.hashnode.net·Apr 1, 2022Automating Tests with Selenium #1: Getting StartedHello everyone! Welcome to the first article of 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 alon...Andrew Baisden and 1 other are discussing this2 people are discussing thisDiscuss·51 likes·2.8K readsAutomating Tests with Seleniumselenium
Kartik MehtaforKartik 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
Idowu OmisolaforIdowu Omisola's blogidowuomisola.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
dinesh forDinesh's blogrealblogs.hashnode.net·Apr 2, 2023Automate Your Instagram Activity: A Step-by-Step Guide to Creating a Bot with Selenium JavaScriptInstagram is one of the most popular social media platforms, with over a billion monthly active users. With such a large user base, it's no surprise that many people are interested in automating their Instagram accounts. One way to do this is by usin...Discuss·10 likesinstagram
Rishav TrivediforAutomateWithDevautomatewithdev.hashnode.net·Mar 26, 2023Intro : Selenium Automation using Spring BootSelenium is a powerful open-source automation tool used for testing web applications. It provides a suite of libraries and APIs that support testing of web applications in different programming languages like Java, Python, C#, and Ruby. But when it c...DiscussSelenium Automation using Spring Bootautomation
Vipul GuptaforVipul Gupta's blogvipulgupta31.hashnode.net·Feb 21, 2023How To Perform Local Website Testing Using Selenium And JavaUsers expect new features and websites to be seamless and user-friendly when they go live. End-to-end website testing in local infrastructure becomes an unspoken critical requirement for this. However, if this test is performed later or after the ent...Discussselenium-webdriver
Praveenkumar Sforpraveenkumar08.hashnode.net·Feb 18, 2023JAVA - Inheritance Beginner's GuideIntroduction In java, Inheritance is one of the most important concepts of Object-oriented programming (OOP). It allows us to inherit the properties and behaviors from another class, known as the super class or parent class. In simple terms, We can i...Discuss·39 readsJava
Tahanima ChowdhuryforTahanima's Blogtahanima.hashnode.net·Feb 10, 2023Selenium WebDriver with Java—Getting StartedSelenium WebDriver is a general-purpose browser automation library. Its capabilities are widely used to build automated end-to-end test suites for web applications. Automated end-to-end tests, which occupy the top layer of the testing pyramid, are es...Discuss·1.8K readsselenium
Vipul GuptaforVipul Gupta's blogvipulgupta31.hashnode.net·Feb 1, 2023How To Handle Modal Dialog Box In Selenium WebDriver JavaWebsites nowadays are frequently implementing the usage of pop-ups, alerts, or modal dialog boxes for various use cases like accepting cookies, asking for permissions, entering data, warning alerts, etc. Although there are a few valid use cases for t...Discuss·29 readsalert
Vipul GuptaforVipul Gupta's blogvipulgupta31.hashnode.net·Jan 31, 2023How To Automate Using TestNG In Selenium?Automation testing is a fast-growing industry, and every tester tends to opt for tools and frameworks that are self-sufficient and offer useful features out of the box. Though there are a number of test automation frameworks like Selenium, Cypress, e...Discuss·105 readsselenium-webdriver
Vipul GuptaforVipul Gupta's blogvipulgupta31.hashnode.net·Jan 30, 2023How To Use Java Event Listeners in Selenium WebDriver?While working on any UI functionality, I tend to aspire for more and more logs and reporting. This happens especially when performing test automation on web pages. Testing such websites means interacting with several web elements, which would require...Discuss·50 readsJava