Executing coded UI test from a standalone application

后端 未结 7 1805
庸人自扰
庸人自扰 2020-12-01 22:33

I found several blog posts about how to execute code UI tests using mstest utility, but I need to execute them from my C# application. I tried the simplest thing: I created

7条回答
  •  鱼传尺愫
    2020-12-01 23:14

    Check that your application is running as 32 process , because coded UI does not work with 64 bit processes and cannot be consumed in them.

提交回复
热议问题