p_vd_berg
14 years agoOccasional Contributor
data-driven-loop on different db-connections
We want to use TestComplete to execute a number of keyword tests every night.
It is one keywordtest that need to be executed with 8 different CSV files as input data.
So the problem is that the connection string for the DB-Table (CSV file) may vary.
How can i change the DB-table variable in a script so its runs the script for setten the DB-Table Variable and then use the data-driven loop?
In this post http://smartbear.com/forums/forum/post/?mode=singleThread&thread=6f00447d-3c60-475f-b7c8-aaa0f62bcca5 they suggest a workaround but unfortunately I get a 'Type mismatch" error.
Anyone know how I can get this to work?