zdanov
10 years agoContributor
Is there a way to read the cell data in an excel file via Object Property Checkpoint?
Hello,
I'm trying to verify some data in a cell of an Excel file in my key-word test script. I was hoping to be able to use the Object Property Checkpoint, but when I use the object spy tool, it only recognizes the instance of the excel file opened; I can't "zoom-in" to select an actual cell and read its properties. Is this even possible? Am I missing some extensions?
I have attached a screenshot of the object spy properties read.
Thank you
Serge.
No it is not possible to zoom in for XL cell using object spy.
But there are other ways to extract data
Using DB variable or DDT drive or using as a COM object
you can refer to this