Forum Discussion

enriquebravo's avatar
enriquebravo
Contributor
2 years ago
Solved

Persistent Variables Default Value Programmatic Update

Hi,   I am using Persistent Project Variables to drive the URL in which the test will run. The variable is assigned a value from a keyword test. What is happening is that the script updates the Loc...
  • rraghvani's avatar
    2 years ago

    Note,

    • Variables created in the Temporary Variables section do not keep data between test runs. So, each time you start your test, these variables have their default values.
    • Variables created in the Persistent Variables section keep data after the test run. The data is saved to the .tcLS file. You can use these variables for further testing.

    I guess you need to check-in the .tcLS file