todd2
2 years agoContributor
Difference between Persistent and Temporary variable
I am trying to understand the difference between a persistent project variable and one that is temporary. I am able to store content in a unit script and call that in a keyword test but I cant seem ...
- 2 years ago
Here are the definitions
If I were writing your code, I would make the lastname + datetime(now) be a persistent variable. Then there would be a default value and a local value which would change each time an assignment was made.