Web Development - Creating Unit Tests in Visual Studio

preview_player
Показать описание
A simple introduction to get students started with creating automated unit tests in Visual Studio.
Рекомендации по теме
Комментарии
Автор

Thank you so much for this video. It was short and to the point. I've been looking for something like this for a while and all I could find were bloated videos that wasted a lot of time. Good job!

lexugax
Автор

Thanks, this is actually what i was looking for since hours. A basic 101 in unit testing using visual studio.

swanandpangam
Автор

Thanks very much, was looking for a simple introduction to unit testing and this was perfect :)

Jumpernot
Автор

Hi, Im trying to test the .CSHTML files, specifically some javascript functions. I followed your steps to setup a new test and can see the controller from the application, but it looks like testing JS function calls on the web page itself is not possible?

bradleyr