Writing First Test Script

In this lesson, we will learn to write a simple UI test automation script using Selenium WebDriver and custom page objects.

In the below video example, the following scenario has been automated:

  1. Open google.com.
  2. Search educative.
  3. In the search results, click next page.

The automated tests use a custom page object model for writing the tests and Gradle for build management.

Get hands-on with 1200+ tech skills courses.