Automation Testing

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 »

Descriptive Programming (DP) Concepts – 3 (Ordinal Identifiers)

This is the third article in the Descriptive Programming series, and will outline the concepts of Ordinal Identifiers used in QTP. We will also create a simple test module (step by step) for a login process using only Descriptive Programming (DP). Ordinal Identifiers – What are they? Let me quote QTP Reference here: An ordinal

Descriptive Programming (DP) Concepts – 3 (Ordinal Identifiers) Read More »

Scroll to Top