Forum Discussion

gdave's avatar
gdave
Regular Contributor
7 years ago
Solved

Changing Data

Recently my organisation has decided that data in our test will not be static and will change every month. Which means that my automation test its going to fail because it is unable to find the data ...
  • tristaanogre's avatar
    tristaanogre
    7 years ago

    You would essentially use the "Set Variable Value" operation and, when selecting the variable, select your project level variable.  And, in the value, you'd select an Object property (see below screenshots)

     

     

    Then, let's say you want to enter that variable value into something else, like via a Keys operation.  Then, you would do something like this: