© 2022 Hashnode
#selenium-webdriver-1
Locators are an order that tells Selenium IDE which GUI components (such as Text Boxes, Buttons, and Check Boxes) it needs to test. Locators are one of the most important parts of the Selenium foundat…
One of my goals while working on my current Django project is to get to grips with unit and functional testing. A commonly-used framework for testing Python code is Pytest, which allows us to write te…
View Demo · Documentation · Report Bug · Request Feature 🌟 About the Project 📷 Screenshots Boyka Config file API Sample Web Sample 👾 Tech …
Introduction 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 br…
SELENIUM WEBDRIVER KULLANARAK UNITTEST Python programlama dilinde yazılan belirli bir üniteyi test etmek için unittest kütüphanesi kullanılır.Peki bu ünite testleri selenium için de kullanılabilir mi?…
Hello 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 Nod…
Intro to my idea We all know about the pandemic. It is currently one of the top topics the news all around the world talk about (besides considering there is war in Europe...). During the Covid-19 Pan…
Recently, I got a question from a user of selenium-query about how to change the proxy after the chrome instance is launched. Additionally, the solution should support proxy authorization. To set a pr…
Software testing is an integral part of any IT project. Testing the software more and more will ensure a better quality of your software. Now, how do you achieve it? Either you go with Manual Testing …