Package utils
Class TestProperties
java.lang.Object
utils.TestProperties
Class to load, get, set and update the test properties
- Author:
- Nayeem John
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String key) Utility method to get the property value after trimvoid
setProperty
(String key, String value) Method to set the property with the valuevoid
Method to update the Test properties with Run time System Property
-
Constructor Details
-
TestProperties
public TestProperties()Constructor - Load the config properties for Test
-
-
Method Details
-
getProperty
Utility method to get the property value after trim -
setProperty
Method to set the property with the value -
updateTestProperties
public void updateTestProperties()Method to update the Test properties with Run time System Property
-