...

/

Downloading Sample UI Test Framework

Downloading Sample UI Test Framework

In this lesson, we will download and understand the framework structure.

Downloading framework code #

A sample framework developed using the discussed concepts can be downloaded from here.

Project structure #

widget

src/main/java #

  • com/educative/test/BaseTest.java - A class extended by all test classes

  • com/educative/pages/AbstractBasePage.java - A class extended by all page objects

  • com/educative/utils/ConfigurationManager.java - Managing the configuration

  • src/main/java/com/educative ...