• Background Image

    News & Updates

    Validating

January 15, 2018

Selenium Validating: Screencast

Learn how you can use Selenium to validate the state or value of specific page elements. JavaC#RubyPythonJavaScript (more…)
January 15, 2018

Selenium Validating: Text Version

In this lesson we will take a look at how you can add different validations to your Selenium tests. Validations are necessary to make sure that the page under test works correctly. Validating Page State This most simple form of validation is validation the page state. In this example, we (more…)
June 19, 2017

Selenium Validating

Learn how you can use Selenium to validate the state or value of specific page elements. In this lesson you will learn: Validating page state Validating element state Validating using JavaScript Prerequisites: Ideally, you should complete these lessons first: Local Selenium Setup Development Environment Setup for your language Get Started: (more…)