selenium

Difference between implicit and explicit wait in selenium

As I explained in my article about the wait commands in Selenium Webdriver, Selenium is a powerful tool used for automating browser actions, and efficient waiting mechanisms are crucial for its successful utilization. Among the various waiting strategies Selenium offers, implicit and explicit waits are fundamental concepts. Let’s explore the differences between them to optimize […]

Difference between implicit and explicit wait in selenium Read More »

Selenium Software: All you need to know

What is Selenium? Selenium is a free (open-source) automated testing framework used to validate web applications across different browsers and platforms. You can use multiple programming languages like Java, C#, Python, etc to create Selenium Test Scripts. Testing done using the Selenium testing tool is usually referred to as Selenium Testing Selenium Software: Delving into

Selenium Software: All you need to know Read More »

Analytics testing

When we talk about test automation, we we usually think about UI automation, but there are other types of testing, such as data, performance, and analytics that can be automated. What is analytics testing? Analytics allows companies to track user interactions in order to understand how consumers behave when they use the application. For example,

Analytics testing Read More »

The complete Python Selenium training

Before working with Selenium with Python, during my more than 15 years of experience in test automation, I’ve worked on dozens of projects with countless technologies involved. I still remember those days when I used VB Script, QTP, Selenium RC, and other similar tools, and when test automation was not even a thing, just something

The complete Python Selenium training Read More »

Exploring the wait commands in selenium webdriver

Are you using sleep commands in your Selenium Webdriver automation tests? While it may seem like an easy solution for pausing test execution, relying on sleep can actually harm the efficiency and reliability of your tests. In this blog post, we’ll dive into the reasons why using sleep in Selenium is a bad idea and

Exploring the wait commands in selenium webdriver Read More »

Scroll to Top