Within Visual Studio, you can create a solution and add an MVC application to that solution. Then, you can create a test project to the solution and hook it up to the MVC project and run unit tests through the second project.
Is this what you are looking for? If not, please elaborate further on your request.
Christopher Reed, MCT, MCPD, MCTS, Microsoft Specialist, MTA
"The oxen are slow, but the earth is patient."
mxmissile
Participant
1617 Points
372 Posts
Asp.NET MVC
Mar 20, 2012 07:53 PM|LINK
Is it possible to use this framework to test a MVC app? Preferably as a second project within the same solution?
Careed
All-Star
18764 Points
3637 Posts
Re: Asp.NET MVC
Mar 20, 2012 08:33 PM|LINK
Within Visual Studio, you can create a solution and add an MVC application to that solution. Then, you can create a test project to the solution and hook it up to the MVC project and run unit tests through the second project.
Is this what you are looking for? If not, please elaborate further on your request.
"The oxen are slow, but the earth is patient."
mxmissile
Participant
1617 Points
372 Posts
Re: Asp.NET MVC
Mar 20, 2012 09:17 PM|LINK
That is indeed what I hoped to be possible. Just wanted to confirm before I started digging in. Thanks.
teguhyuliant...
Participant
1370 Points
372 Posts
Re: Asp.NET MVC
May 01, 2012 06:59 AM|LINK
You can combine with Visual Studio new version.