Forum Discussion
AlexKaras
12 years agoCommunity Hero
Hi Ganapati,
I am not sure if I got your question right...
DDT driver in TestComplete (including Excel one) provides forward-only read functionality. This means that once opened, it can only be moved foward using the .Next() method but cannot be positioned to some arbitrary record.
It is possible to rewind it to the first record via the call to the .First() method and do another iteration through its records. (See DDTDriver help topic for more details.)
I am not sure if I got your question right...
DDT driver in TestComplete (including Excel one) provides forward-only read functionality. This means that once opened, it can only be moved foward using the .Next() method but cannot be positioned to some arbitrary record.
It is possible to rewind it to the first record via the call to the .First() method and do another iteration through its records. (See DDTDriver help topic for more details.)