test cases in C#  
Author Message
Vikas Bindra





PostPosted: Visual Studio Team System - Testing, test cases in C# Top

HI,

When i create a new test project, I only get the option to cerate test cases in VB.Net, but i want to write the test case in C#. How can i achive that




Visual Studio Team System39  
 
 
Joe Sango





PostPosted: Visual Studio Team System - Testing, test cases in C# Top

In the Tools menu, go to Options-> Test Tools and select the Test Project option. Set the Default test project type in the drop down box to Visual C# test project.
Your test projects will now default to C#.