Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Selenium Framework for Beginners 17 | What is Properties File | How to use

  • Automation Step by Step
  • 2018-08-09
  • 48943
Selenium Framework for Beginners 17 | What is Properties File | How to use
selenium what is a properties filehow to use properfies filehow to use config properties file in selenium javaselenium java beginner tutorialsselenium beginner tutorialsselenium webdriver beginner tutorialsselenium java framework for beginners
  • ok logo

Скачать Selenium Framework for Beginners 17 | What is Properties File | How to use бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Selenium Framework for Beginners 17 | What is Properties File | How to use или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Selenium Framework for Beginners 17 | What is Properties File | How to use бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Selenium Framework for Beginners 17 | What is Properties File | How to use

more about Raghav - https://automationstepbystep.com/
Today we will learn What is a properties file
How to create a properties file
How to get data from properties file
How to set data to properties file
Run test using Properties file
helpful tips

Exception Handling -    • Selenium Framework for Beginners 16 | How ...  

What is a properties file

Properties file is a file with .properties as extension
(e.g config.properties)

Is used in Java (and related technologies) to store configurable parameters

Parameters as stored as key:value pairs (key=value)
example:
browser=firefox

How to create a properties file

Create a new file inside your java project and name it with .properties extension.

example config.properties

How to get data from properties file

Step 1 - Create a object of class Properties class
Properties prop = new Properties();

Step 2 - Create a object of class InputStream
InputStream input = new FileInputStream("location of properties file");

Step 3 - Load Properties file
prop.load(input);

Step 4 - Get values from Properties file
prop.getProperty("browser");

How to set data to properties file

Step 1 - Create a object of class Properties class
Properties prop = new Properties();

Step 2 - Create a object of class OutputStream
OutputStream output = new FileOutputStream("location of properties file");

Step 3 - Set values
prop.setProperty("result", "pass");

Step 4 - Store values in properties file
prop.store(output, "comments");

Helpful Tips

Use # or ! to put comments in properties file

Having comments in properties file to describe the configurations are very helpful to understand the use of the config parameter

Use debug mode to troubleshoot in case of any errors

https://en.wikipedia.org/wiki/.proper...

FREE Courses - https://automationstepbystep.com/

Udemy Discounts - https://automationstepbystep.com/udem...
GitHub - https://github.com/Raghav-Pal/
Udemy - https://www.udemy.com/user/raghav-pal-3/
Training by Raghav at your venue - [email protected]
Training schedule - https://automationstepbystep.com/trai...

----------- UI TESTING -----------
Selenium Beginners - https://bit.ly/2MGRS8K
Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6
Selenium Python - https://bit.ly/2oyMp5x
Selenium Tips - https://bit.ly/2owxc50
Selenium Builder - https://bit.ly/2MKNtlq
Katalon Studio - https://bit.ly/2wARFdi
Robot Framework with RIDE- https://bit.ly/2Px6Ue9
Robot Framework with Eclipse - http://bit.ly/2N8DZxb
Protractor - http://bit.ly/2KtqVkU
TestProject - http://bit.ly/2DRNJYE

----------- API TESTING -----------
Web Services (API) - https://bit.ly/2MGafL7
SoapUI - https://bit.ly/2MGahmd
Postman - https://bit.ly/2wz8LrW
General - https://bit.ly/2PYdwmV
Katalon Studio API Testing - https://bit.ly/2BwuCTN

----------- MOBILE TESTING -----------
Appium - https://bit.ly/2ZHFSGX
Mobile Playlist - https://bit.ly/2PxpeUv

----------- CI | CD | DEVOPS -----------
Jenkins Beginner - https://bit.ly/2MIn8EC
Jenkins Tips & Trick - https://bit.ly/2LRt6xC
Docker - https://bit.ly/2MInnzx
Kubernetes - http://bit.ly/2MJIlMK

----------- VERSION CONTROL SYSTEM -----------
Git & GitHub - https://bit.ly/2Q1pagY
GitLab - http://bit.ly/2kQPGyQ

----------- PERFORMANCE TESTING -----------
JMeter Beginner - https://bit.ly/2oBbtIU
JMeter Intermediate - https://bit.ly/2oziNVB
JMeter Advanced - https://bit.ly/2Q22Y6a
JMeter Tips & Tricks - https://bit.ly/2NOfWD2
Performance Testing - https://bit.ly/2wEXbLS

----------- PROGRAMMING -----------
Java Beginners - https://bit.ly/2PVUcXs
Java Tips & Tricks - https://bit.ly/2CdcDnJ
GROOVY - https://bit.ly/2FvWV5C
JAVASCRIPT - http://bit.ly/2KJDZ8o
PYTHON - http://bit.ly/2Z4iRye

----------- IDE -----------
Visual Studio Code - https://bit.ly/2V15yvt

----------- MAVEN -----------
Maven - https://bit.ly/2NJdDRS

----------- OTHERS -----------
Redis- https://bit.ly/2N9jyCG
Misc - https://bit.ly/2Q2q5xQ
Tools & Tips - https://bit.ly/2oBfwoR
QnA Friday- https://bit.ly/2NgwGpw
Sunday Special - https://bit.ly/2wB23BO

Ask Raghav - https://bit.ly/2CoJGWf
Interviews - https://bit.ly/2NIPPxk
All Playlists - https://bit.ly/2LSiezA

Keep Learning,
Raghav

---------- Connect with Raghav -----------
Website - https://automationstepbystep.com/
LifeCharger -
Udemy Courses - https://www.udemy.com/user/raghav-pal-3/
Facebook -   / automationstepbystep  
Twitter -   / automationsbs  
Youtube -    / automationstepbystep  

Like, Subscribe & Share
You can support my mission for education by sharing this knowledge and helping as many people as you can

Never Stop Learning
Raghav

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]