Selenium TestNG Framework part1/selenium 4/data driven test selenium TestNG

Опубликовано: 20 Октябрь 2021
на канале: Paramita Bhattacharya
33
1

In this video I have explained the feature of the whole framework and
1. the creation of global properties file .
2. creation of one utility class BaseTest.java where webDriver in initialized .
3. How to read global variable values from properties file for browser and url.
4. How to return webPage dynamically after reading url from properties file.