How to test a WPF user interface?

前端 未结 9 529
余生分开走
余生分开走 2020-12-04 07:46

Using win forms with an MVC/MVP architecture, I would normally use a class to wrap a view to test the UI while using mocks for the model and controller/presenter. The wrapp

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 08:28

    Try Ranorex V2.0 for WPF automation. With RanoreXPath and Ranorex repository test automation code could be completely seperated from identification information. Ranorex also provides a capture/replay editor based on RanoreXPath objects.

提交回复
热议问题