Notice: Trying to get property 'name' of non-object in C:\inetpub\wwwroot\selenium\wordpress\wp-content\themes\launchkit\archive.php on line 4
  • Background Image

    News & Updates

January 27, 2018

Selenium And Team City: Screencast

Learn how you can run your Selenium tests using the Team City build server. JavaC#RubyPythonJavaScript (more…)
January 27, 2018

Selenium And Team City: Text Version

In this lesson, we will take a look at how you can execute your Selenium tests using the Team City Build Server. For this lesson, we will assume that you already have Team City setup, if you need any help with that take a look at the documentation. Furthermore, this (more…)
January 27, 2018

Selenium And Jenkins CI: Screencast

Learn how you can run your Selenium tests using the Jenkins build server. JavaC#RubyPythonJavaScript (more…)
January 27, 2018

Selenium And Jenkins CI: Text Version

In this lesson, we will take a look at how you can execute your Selenium tests using the Jenkins Build Server. For this lesson, we will assume that you already have Jenkins setup, if you need any help with that take a look at the Jenkins documentation. Furthermore, this lesson (more…)
January 27, 2018

Watir Framework: Screencast

Learn how to use the Watir framework to create Selenium tests. Please note that Watir can only be used with the Ruby programming language so if you are using a different language this might not be for you. (more…)
January 27, 2018

Watir Framework: Text Version

The Watir framework is an abstraction that sits atop the Selenium framework and can be used with Selenium Webdriver or a Selenium Grid. Watir tests can be created using the Ruby programming language and it strives to make the tests as readable and maintainable as possible. Please note that Watir (more…)
January 27, 2018

Protractor Framework: Screencast

Learn how to create end-to-end tests for your Angular applications using the Protractor framework. (more…)
January 27, 2018

Protractor Framework: Text Version

In this lesson we will take a look at how you can create Selenium tests for Angular applications using the Protractor framework. The Protractor framework is built on top of Selenium and makes testing Angular applications much easier. Setup Protractor Before you can create Protractor tests you need to setup (more…)
January 27, 2018

Galen Framework: Screencast

Learn how you can use the Galen framework to test your responsive layouts using Selenium tests. https://vimeo.com/255023368/7d9fbe0abf (more…)
January 27, 2018

Galen Framework: Text Version

Up until now, all our lessons talked about validating functionality by using Selenium tests. But of course, you might also want to automatically test the layout of your page. For this you can use the Galen Framework in combination with Selenium. The Galen framework is designed to make testing the (more…)