Wynand,
| The problem is that it only reads the same data from each excel sheet. |
When you created a data loop, you specified the Excel sheet to be used as a data source. TestComplete reads data from this sheet in the range you specified. If you don't change the range, it reads the same data again and again (like any other robot :-) ).
There are 10 records in each sheet. Why wont it read the rest of the data if I re-run the test?
I did specify "From beginning to End" & "From Record 1 to Record 10" but the result stays the same. |
Sorry, but this is not clear to me. You said that the sheets have only 10 records. What other data do you expect TestComplete to read?
Could you please clarify what you are trying to do and what data you are using?