azakharov
11 years agoContributor
Storing project properties
What is the best way to store project properties? Currently I have base url and browser hardcoded in login script. Is there a better way?
- 11 years ago
Hi Andrey, I use similar Project properties to what you describe.
I store these in an ini file and use the INI Method to read the ini file and store each key/value as Project variables for use by Tests.
For me, this has worked well.
Regards,
Phil Baird