How to test a WPF user interface?

前端 未结 9 567
余生分开走
余生分开走 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:33

    I would recommend TestAutomationFX as well for simple automation of ui testing. TestAutomationFX lets you work with netAdvantage tools for wpf aswell , which doesnt work with white and QTP. TestAutomationFX has a easy to use interface , it integrates with visual studio and has a good recorder for recording user events.

提交回复
热议问题