MarkSchofer
4 years agoFrequent Contributor
Data Driven Loops
They seem easy enough. Read a CSV file (I have done that). The parameters are for only an individual cell and I am not able to get the looping working here is the script version. def Loopy(): Chec...
- 4 years ago
You have the concept, but you're working too hard here
See the Iterating through records section at this link
https://support.smartbear.com/testcomplete/docs/testing-with/data-driven/drivers.html
You'll have one loop that iterates through the records. The driver is only opened and closed once.
As you work with a particular row, you can refer to the cells by column name.