Forum Discussion

rajs2020's avatar
rajs2020
Frequent Contributor
4 years ago
Solved

ReadyAPI - how to tell if a test property is hard coded?

Tests can have properties (i.e. variables). We can set these properties to constants/fixed values via the property window pane, or via a groovy script. But, by looking at the property window, we can'...
  • richie's avatar
    4 years ago
    Hey rajs2020,

    It's not perfect, but the way i try and handle this is by prefixing or suffixing the propertyname (when defining the property) with a specific value depending on whether the property value is static or dynamic, etc.

    Thats the only way i've found to handle this (at least partially).
    Perhaps other forum members have better ideas?

    Rich