Forum Discussion

satya214_1's avatar
satya214_1
Occasional Contributor
15 years ago

Does the DDT.Excel driver in TestComplete support find method?

Hi



I am trying to get values from excel file using DDT driver. However my execution time will improve if i can have a find method to get the row & column numbers of required text from excel using ddt driver.



I know using find method in excel but want to know if there is any provision using ddt drivers in TestComplete7.52.



Thanks & Regards,

Satya.

2 Replies


  • Hi,





    You can use the Excel COM object to accomplish your task. This will allow you to address cells by their row and column indexes. The Excel COM object name is Excel.Application. To obtain it, use the Sys.OleObject property. There is an example in the SQAforums thread.





    BTW, the latest version of TestComplete is 8.20.
  • satya214_1's avatar
    satya214_1
    Occasional Contributor
    Thanks Alex. I just want to know if TC has any functionality of that kind, anyway my task is done through excel application object reference.