Using SilkTest with a visual test and active data I am using the GetText function/Action to grab text on a web app but unfortunately this text is a dynamic object and changes everytime this script is ran.
The GetText is obviously not working because this object and text value is dynamic and whenever the locator is stored it will not be same as the next document number value.
Just to provide additional information: I am trying to grab a unique document number, exporting it to excel using active data and then will later open the document in a later part of the scenario.
Thanks for any insight or guidance!