• News & Updates

    Selenium

    March 7, 2018

    TestingBot

    Learn how to use the Selenium Grid provider TestingBot to run your Selenium tests. In this lesson you will learn: How to run your tests using TestingBot How to run tests on mobile device simulators How to run tests against local / staging environments Prerequisites: Ideally, you should complete these
    March 7, 2018

    SauceLabs: Text Version

    The Selenium Grid provider Sauce Labs can be used to run your Selenium tests in a scalable manner in the cloud without having to set up any infrastructure locally. To run the code featured in this lesson you will need an account with Sauce Labs. You can get a free
    March 7, 2018

    SauceLabs

    Learn how to use the Selenium Grid provider SauceLabs to run your Selenium tests. In this lesson you will learn: How to run your tests using SauceLabs How to run tests on mobile device simulators How to run tests against local / staging environments Prerequisites: Ideally, you should complete these
    January 27, 2018

    Selenium And Team City: Screencast

    Learn how you can run your Selenium tests using the Team City build server. JavaC#RubyPythonJavaScript
    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
    January 27, 2018

    Selenium And Jenkins CI: Screencast

    Learn how you can run your Selenium tests using the Jenkins build server. JavaC#RubyPythonJavaScript
    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
    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.
    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
    January 27, 2018

    Protractor Framework: Screencast

    Learn how to create end-to-end tests for your Angular applications using the Protractor framework.