Sebastian49
9 years agoOccasional Contributor
Table Column Recognition in Checkpoints in multilingual Application
Hello,
I want to check the content of a Devexpress DataGrid with Table Checkpoints in our WPF-App. I created the table objects, and the Table Checkpoints worked as expexted.
Now I want to use the Same Table Checkpoints on the same Software but in another language.
This doesn't work because the columns don't exist.
It seems, that the columns are recognized by the column headers. I tried to provide x:Names to the GridColumns but they don't occur in the Table-Wizzard.
Is it possible to recognize the table columns another way, that is not affected by the localized column headers.
Thanks in advance
Sebastian