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

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

At the end had to upgrade my application to use DataGridView control rather then using DataGrid. This seemed to fix the problem as White does not seem to support DataGrid

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.