Downloading Sample UI Test Framework
In this lesson, we will download and understand the framework structure.
We'll cover the following...
We'll cover the following...
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...