You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,7 +27,7 @@ To ensure that there are no mistakes when providing this input there are two add
27
27
28
28
To add values to the properties file follow the format:
29
29
30
-
## Example Usage
30
+
## Example Usage for Properties
31
31
32
32
1. Properties files use key-value pairs because they provide a simple, organized, and flexible way to store configuration data.
33
33
@@ -45,7 +45,7 @@ Why avoid hard coded values in tests?
45
45
46
46
4. Readability: It’s easier to see and manage all your test settings and data in one file.
47
47
48
-
5. Environment Flexibility: We can have different properties files for different environments (e.g., Dev, Test, Prod) without changing your test code.
48
+
5. Environment Flexibility: We can have different properties files for different environments (e.g., Development, Test, Production) without changing your test code.
49
49
50
50
## Using the Load Properties Utility
51
51
@@ -56,7 +56,7 @@ Here there are two fixtures:
56
56
1.`smokescreen_properties` - which is used to load the file: tests/smokescreen/bcss_smokescreen_tests.properties
57
57
2.`get_general_properties` - which is used to load the file: tests/bcss_tests.properties
0 commit comments