Forum Discussion
Not a VBS expert...
But if you share where DataPool object is being defined how did you access it may give us more insight.
NisHera wrote:
Not a VBS expert...
But if you share where DataPool object is being defined how did you access it may give us more insight.
I'm with NisHera here... we really don't have any exposure as to what "DataPool" is. You're calling a "new" method on it which I can only guess is doing some kind of initialization of something. If you can give us exposure as to what that is doing, we might be able to answer you better.
Suggestion: It looks like you're using an excel sheet as the data source for some sort of data driven loop. Is there a reason why you're not using the DDT.ExcelDriver method to create that data source? Or is that what "DataPool" is doing?
Hi guys, thanks for replying.....DataPool is created in de Description.XML file as a RuntimeObject. It's in the Extns folder of my project, attached are the files....
- tristaanogre8 years agoEsteemed Contributor
I can't be certain... but what it seems like is that the GetRoutine for the item property is somehow failing. So, when TestComplete attempts to evaluate the Item("Run"), it's not actually getting the property. I'd take a look to see if there's something going on with your extension code, figure out what's failing in getting the "Item" property of DataPool.