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
Post a Comment