Simple Demo of How To Use Config Properties File In JAVA Project Using Eclipse IDE|With Selenium Ex







Video Description :
-----------------

=================Questions================

1. How To Use Config Properties File In JAVA Project.
2. How to read Config Properties File and how to use parameters in application.
Automate the application using selenium and Maven repository.
3. How to create Config Properties File.

================Description===============

1. The '.properties' files are mainly used in Java programs to maintain project configuration data, database config etc. 
2. Each parameter in properties file are stored as a pair of strings, in key and value format, where each key is on one line. 
3. You can easily read properties from some file using object of type Properties.

Comments

Popular Post

MCQ questions for graphics class method in Java

Session 2 TestNG Framework | How to create TestNG Project In Eclipse IDE | With Selenium Test Cases

Print Hello World In Different Programming Languages | Boost Coding Skill | Developer Life

How to run Selenium script when system is locked?

How to Fix Your Connection is Not Private Error in Google Chrome | SSL Certificate Issue | JAVA | Eclipse