Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
One thing I would recommend for TC 7.52 is that it is probably easier to construct your DDT Loop in Script code and then call your Keyword test from within that script code. Take a look at http://smartbear.com/support/viewarticle/13853/ for more about how to do DDT in script.
You can then use DDT.CurrentDriver within your keyword test to indicate to use values from within whatever the most recent DDT driver. That way you won't have to worry about creating and manipulating DDT drivers within keyword tests (not an impossibility, just I find it more difficult).
You can then use DDT.CurrentDriver within your keyword test to indicate to use values from within whatever the most recent DDT driver. That way you won't have to worry about creating and manipulating DDT drivers within keyword tests (not an impossibility, just I find it more difficult).