Selenium Automation: Getting started
This short video shows you how to setup Selenium IDE and create the first test in less then 10 minutes!
This short video shows you how to setup Selenium IDE and create the first test in less then 10 minutes!
Learn how Selenium Builder can be used in conjunction with Github and a Continuous Integration (CI) system to run parallelized test runs across multiple browsers without requiring a single line of code to be written.
This basic tutorial shows you how to install selenium grid and run a very simple test case using the grid.
Theo Cincotta, Systems Engineer at Eventbrite talks about how the company is using Jenkins and Selenium for testing.
This video show how Okta, an on-demand identity and access management service for cloud/SaaS applications, addresses test failures and keeps their Selenium tests 100% blue. The presentation goes into details on how Okta has managed to keep failures from happening over and over again and make test results relevant. It …
Javascript has, over the years, developed into the de facto standard for bringing interactivity to web pages. But, as web pages evolve into complete user interfaces, more and more logic shifts from the server to the Javascript client. This creates a real need for solid test coverage for Javascript code. …