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