Forum Discussion

azakharov's avatar
azakharov
Contributor
11 years ago

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?
  • Philip_Baird's avatar
    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