У нас вы можете посмотреть бесплатно Selenium Automation Framework Tutorial - How to use Properties Files in Selenium Framework? или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Learn how to use Properties Files in your Selenium Framework to store all configuration parameters. What is Properties? It is mainly used to store configuration parameters of an application. Each parameter is stored as a pair of strings i.e. both key and value are of type string. Advantage of using Properties? If any value changes in the properties file then we don’t need to recompile the java class How to use with Selenium? It can be used to store all the configuration parameters like environment details, user credentials, database details, etc.… instead of hard coding it in the scripts It can be used as an object repository where we can store all the elements and their identifiers