Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
When you start to write the TDD scripts, where do you put the actual code; in visual studio or another app. I am new to this process and do not understand the whole process yet. Need some help.

TDD mavin
9016548001
Posted

1 solution

In Visual Studio, it's still code that VS compiles.
 
Share this answer
 
Comments
John Knapp 5-Aug-12 15:26pm    
What kind of file do I open? (ASP.NET, WEB FORM, WIN FORM, TEXT FILE, XML FILE, HTML PAGE, etc.? New Solution or New Project???
Christian Graus 5-Aug-12 16:27pm    
You can create a test project in Visual Studio, if you have a good enough version. If not, then you need to create code, because a test is code that runs to test your assumptions. How you do that without a testing framework, is a lot of work.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900