Identification of WPF DevExpress Grid cell using Automation Libraries -


my team working on automating ui testing of wpf application uses devexpress wpf grid (dxgrid). use microsoft's ui automation library (system.windows.automation) identification , performing actions on controls. automationelement class , automationpatterns class used purpose. ui grid implementation based on typical mvvm model view model contains business entities bind dropdown columns; string values bind text columns , datetime values bind datetime columns. ui automation library able read actual displayed values of string , datetime columns not dropdown columns underlying binding type complex object. actual values displayed these columns shown using displaymemberpath property. supported pattern grid cell values valuepattern/selectionitempattern , using it. limitation pattern can fetch string values , not concrete object. want read actual displayed value in cell , assertion checks.

please provide suggestion this. thanks, hitesh

this seems have similar problem statement:
how can control's datacontext external application using ui automation (and/or white)


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -