Hello, everyone! Using the Generate Data option, I created a table (12x2000) but I receive an exception (A row index must be an integer value) every time I attempt to use any of it. In doing some...
Can you please reiterate where you are receiving this error within TestComplete and what steps you are performing? I could not produce any errors and was able to use the Data Generator in my tests/scripts using the example in my previous post, so I'm just trying to understand a bit more about how your project is set up and what's triggering the "Unknown Variable Container" message.
The message was gone once I added in the data loop which, as I understood it, is what needs to be done to get the data to populate randomly from the generated data. What I am running into now is the test running over and over instead of just the once. Is this something that will have to be resolved by using the scripts only? Don't have much experience in that area and would honestly like to avoid if possible.
I'm no keyword expert, so consider this a stab in the dark...assuming you have followed the TC references for data driven loops [here] and [here], you may want to run through the Data-Driven Loop wizard again and check your configuration:
By default, the data-drive loop operation processes all records of the specified storage. If you want to specify the start and end records for processing, enter their identifiers into the From Record and To Record edit boxes respectively.
Could you share a screenshot of your loop and table parameters (like below)?
Check the Data Generator 'Generation Mode' setting and see if your column is set to Random or Sequential.