Custom Selenium Framework using Java : Properties File Reader [PART 2]

selenium framework using java part 2 property file reader configuration manager

In this video, We are starting our Selenium Framework using Java, We are going to create own custom Selenium Framework from scratch with our 5 Step process.

5 Step process to Create Selenium Automation Framework

1. Build Management
2. Configuration Management
3. Add Logs for Framework
4. Reporting to Framework
5. Page Object Model, Test, Utils

What is Configuration Management 

Configuration Management (CM) is a systems engineering process for establishing and maintaining consistency of a product’s performance, functional, and physical attributes with its requirements, design, and operational information throughout its life.

Properties class in Java

The properties object contains key and value pair both as a string. The java.util.Properties class is the subclass of Hashtable.It can be used to get property value based on the property key. The Properties class provides methods to get data from the properties file and store data into the properties file. Moreover, it can be used to get the properties of a system.

selenium framework using java part2 properties file

✅ Download Notes in PDF - https://sdet.live/2TJn
✅ Download Source Code - https://github.com/apitestingco/selenium-pom.git

Property Reader in Java Selenium framework


✅ API Testing -
https://www.learnapitesting.com

✅ Cypress Tutorial with LIVE Projects -
http://cypresstutorial.com

✅ 30 Days of API Testing Challenge - https://apitesting.co/30days

✅ 30 Days of Automation Testing Challenge - https://go.scrolltest.com/automation

✅ 30 Days of Rest Assured(with Framework) - https://go.scrolltest.com/30days-restassured

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.