| |
|
|
|
|
|
|
|
|
atarikg
: On
October 03, 2008 3:11 AM
said:
|
Cool Video Series :) thanks sir..
|
|
|
|
gerrylowry
: On
December 18, 2008 4:33 PM
said:
|
at approximately the three minute 40 second mark, Stephen mentions that Microsoft has given the developer a choice of testing frameworks. This does not happen automatically. First, you must download and install the third party framework. Examples: xUnit: http://www.codeplex.com/xunit NUnit: http://www.nunit.org Simply installing a third party unit testing framework may not be sufficient. If your third party unit testing framework does not show up by itself, then you will likely find this article helpful: quickstarts.asp.net/.../mvc_AddingCustomTestFramework.htm Note: your preferred third party testing framework may not easily support both c# and vb. Note: not all versions of Visual Studio 2008 directly support unit testing. This applies specifically to the "Express" versions and also to the "Standard" version. It may be possible to use your third party unit testing framework with such versions but you'll likely have to do some additional "coding by hand" to get the same benefit that may get done for you automatically by a unit testing template that is integrated with the remaining versions of VS2008. I hope Microsoft will make it easy to use TDD with the "Express" and "Standard" versions of Visual Studio 2008 since one of the pillars of the asp.net mvc framework is to support test driven development as Stephen mentions at the beginning of this video. Regards, Gerry (Lowry)
|
|
|
|
higautamsingh
: On
January 12, 2009 4:18 AM
said:
|
its really helpfull video
|
|
|
|
brettski
: On
January 23, 2009 2:36 PM
said:
|
Decent video, thank you. I have a question. How does the test pass on returning the details view, when no actual details view existed in the project? You created the products controller, but never the veiw, so is this truly a useful test?
|
|
|
|
Danny117
: On
March 13, 2009 3:04 PM
said:
|
|
|
|
|
|
|
|
Posted at 00:20 in the video
paulstack
: On
March 19, 2009 5:44 PM
said:
|
|
Thanks man, love this videos
|
|
|
|
|
|
Posted at 00:49 in the video
jasonyun
: On
May 07, 2009 12:41 PM
said:
|
|
OK?
|
|
|
|
sheryever
: On
May 10, 2009 12:59 AM
said:
|
Can any of you suggest me, what to use for TDD, Ms unit-testing framework or NUnit? After few days, my team will be started MVC web application with TDD(first time). So, i just have few days to decide, i don't want to change unit-testing framework during development, due to any restriction of testing framework. As i think, unit-testing framework is most import part of TDD. @Stephen, I really expects some good suggestions from you, as you are demonstrating MVC with TDD.
|
|
|
|
FlashLarry
: On
June 06, 2009 12:30 PM
said:
|
To learn this stuff I rewrite VB apps in C#. But the typeing in C# is stronger. In the TestDetailsRedirect we're looking for a RedirectToRouteResult but just sticking this in this won't work because the return from controller.Details in C# is typed as a ViewResult. You can't get two different return types out of a C# method so how do you impliment the RedirectToRouteResult to redirect the error?
|
|
|
|
A6E
: On
June 25, 2009 1:44 PM
said:
|
I want to start by saying that you are doing a good job, and your videos are very informative. I however had a problem trying out the example in this video, in the second round of tests having to do with ViewData(TestDetailsViewData) i couldnt get it to pass i kept getting an error stating that " Type 'Product' is not defined." I would appreciate if anyone could help out Thanks
|
|
|
|
balapraveen
: On
November 27, 2009 4:14 AM
said:
|
thanks, really a nice video.
|
|