prachik
14 years agoOccasional Contributor
How to retrive data from WPF datagrid through TestComplete
Hi,
I am working on WPF application. TestComplete is identifying the rows in the grid with the help of acct Ordinal identifier.There are multiple columns in one row.In one of my test scenarion , If that Ordinal Identifier is identified, I want value of perticular cell, which is only been identified with the properties ordinal identifier,Text and class. Text is the only property which identifies the cell unique, however I can't provide text as I need this for verification.
Is there a way by which we can map this datagrid into Table ,so that we can identify each cell uniquely.or any property?
Please provide a solution