kkc
11 years agoOccasional Contributor
VBScript Runtime Error when Using DDTDriver Object in TestExecute
Currently I've tried to use TestExecute to run my test scripts and met some unexpected runtime error which never occurred when I tried in TestComplete. In my scripts, I tried to open the excel ...
- 11 years agoHi Kevin,
The Google search with the error text as a parameter (https://www.google.com/?q=item+cannot+be+found+in+the+collection+corresponding+to+the+requested+name+or+ordinal) returns quite a lot of results with the root of the problem that people tried to get results from the closed or in any other way invalid recordset.
So I would recommend to check your code if it does not occasionally close or invalidate in some other way DDT driver.