Sharan RM
Sharan RM

Reputation: 94

How to Generate unit tests in visual studio 2015,x64 configuration

I have gone through msdn articles for generating the unit tests in visual studio.I got known that IntelliTest does not support x64 configuration.and I have tried using rightClick=>Create Unit tests=>Selecting test framework MSTest and xUnit.Net 2.0 i have generated unit test case but it is generating with empty method unit test case.

I am not able to get Run IntelliTest or Smart Unit Tests option in Context menu to generate unit test cases.By right clicking i am getting context menu like this. Is there any way to generate unit test cases in visual studio 2015,x64 Configuration..?

Upvotes: 0

Views: 293

Answers (1)

pvlakshm
pvlakshm

Reputation: 1385

Ah! this is not supported yet. Kindly consider voting for it on uservoice here: https://visualstudio.uservoice.com/forums/121579-visual-studio-ide/suggestions/10139661-enable-intellitest-for-64-bit-projects

Upvotes: 1

Related Questions