Simple techniques to improve the execution speed of some automated test steps, up to 50X.

Working automated test scripts is only the first test step to successful test automation. As automated tests are executed often and the application changes frequently too, it is important that test scripts need to be

• Fast

• Easy to read

• Concise

In this article, I will show some techniques to optimize test scripts for speed.

The test script examples are in Ruby syntax, the techniques are applicable to other languages as well.

#test-automation #devops #selenium #selenium-webdriver #automation #optimize selenium webdriver automated test scripts: speed

Optimize Selenium WebDriver Automated Test Scripts: Speed
1.35 GEEK