From Heavy Selenium and Unit Testing to Usetrace – How W3 Provides Top Quality With Less Work

We asked one of Usetrace’s newer customers about their experiences using our testing tool. This is what they think about testing with Usetrace, its advantages and initial results. W3: Unique software solutions for unique clients W3 provides custom end-to-end web services with an agile philosophy. Their goal is to build fun and easy-to-use systems for unique […]
Selenium: How to Test a Website’s Sign Up Form With a Random Email Address

In the Selenium beginner series we’ll solve problems that are commonly faced when automating web testing with Selenium. This post will explain how Selenium can be used to automatically test a website’s sign up form using Webdriver’s Java language bindings. Challenge The application under test makes sure users cannot sign up more than once with […]
Selenium: How to Automate HTML5 Input Range Element on Webdriver

In the Selenium series we’ll solve problems that are commonly faced when automating web testing with Selenium. Automating html5 input type=range element is one of the tricky ones to get right. Here we provide a method that works across browsers using Selenium’s Python bindings. CHALLENGE The input range element is one of the “new” input […]
Is there life after Selenium IDE?

Loved by many for its easy-to-use UI and codeless extension to Selenium, the Selenium IDE is finally arriving at end of its road. After Firefox updated to version 55, the Selenium IDE has completely stopped working because the support for legacy extensions was dropped. The issue has already been covered extensively by SeleniumHQ and Quora. So what steps should you take […]