As the volume of your Regression Test Automation assets grows it becomes imperative to build your automation in a way that is scalable and dependable. Sleep functions and explicit waits, wherein the script waits for a pre-defined period duration (e.g. 10 seconds) creates a slow running test, which is not ideal for a variety of reasons. Try scaling your automation with Watir WebDriver implicit waits.

Read more