Visual Studio 2012 - Coded UI Test Wont Run

做~自己de王妃 提交于 2019-12-10 19:07:11

问题


I'm trying to create a Coded UI Test in Visual Studio 2012. When I add a new test VS will automatically start the recorder. I then do some basic clicks around in the WinForms application I want to test. I end the recording and generate a script. When I try to run that script it complies fine but I get the runtime error

"Message: Unit Test Adapter threw exception: Method not found: 'Void Microsoft.VisualStudio.TestTools.Diagnostics.NonVSSqmClient..ctor(UInt32)'.."

How do I get my scripts to run?


回答1:


The only versions of Visual Studio 2012 that support Coded UI Testing are Premium and Ultimate.

http://www.microsoft.com/visualstudio/eng/products/compare

Those versions should be able to run your scripts.




回答2:


After recording, when you give the method name for recording you have to call that method in another CS file. Next go to Test list Editor and select the CS file where you have called the test method and right click that method and run the application.

I think this will help you.



来源:https://stackoverflow.com/questions/12324476/visual-studio-2012-coded-ui-test-wont-run

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!