I want to use my Local Data Table as a dynamic source that I can add an unknown set of rows into. Is that doable?
The goal is to just attach it as a driver to the loop that needed to load data from an excel sheet that contains a subset of our master data variables. (200 possible test variables but for testing a specific section of the code we only need to twiddle 3 bits.
I could use an array, but this needs to be maintainable by untrained UFT testers when I'm gone. Easiest way is to create the list on the fly depending on the content of the data driver sheet.
You can attach dynamic an excel file, or you can use a step to populate a local data source.
In my case, I have one step called "Lookup" than load some registers from a web grid and populate the local data source of "Detail" step.