Few days ago I received a requirement to create automated UI test cases for my Windows Application (framework 2.0).
I decided to use White as the testing UI framework. Now everything works great except I cannot seem to find the DataGrid control which is displaying 3 records (note: this is not DataGridView) using the White framework
I have used VisualUIAVerify application to validate that indeed the DataGrid is on the form and it is of UI Item Type “Table” and I am defineltly using the correct AutomationId for the control but still no luck.
As mentioned before I can find all the controls on the form except DataGrid. Am I doing some thing wrong ? Or is it that white simply does not support DataGrid.
Any help will be great. Thanks
Bobby