Are there any automation test example source code

2019-04-29 21:04发布

问题:

Are there any source code example of software automation testing with System.Windows.Automation?

because i'm realy having problems with this...

回答1:

These links should give you a start:

System.Windows.Automation

The Microsoft UI Automation Library (MSDN article)



回答2:

You might want to look at White. It uses the System.Windows.Automation heavily and includes a lot of samples and tests.