Unit Testing
10 Entries
- Recent
- Most Viewed
- Top Rated
-
Language(s)
-
TWC9: 100MM licenses, Blue at build, VS2012.3 Go Live CTP, and more
Avg Rating: 0
This week on Channel 9, Brian and Dan discuss the week's top developer news, including; [00:10] 100 million licenses, 250 million Store app downloads, 400 million active Outlook accounts [00:56] Build will release a public preview of “Windows Blue” [01:36] Visual Studio 2012.3 (Update 3) “go-live”… -
Digging into your code with the free Microsoft Code Digger and the power of Pex
Avg Rating: 0
Have Visual Studio 2012? Building Portable Libraries? Wonder what all the weird and wild code paths your code might have, but it hurts your brain to try to write every possible path in your unit tests? Want a free extension that throws everything at your code, but the kitchen sink? (though I think… -
TWC9: Azure Active Directory, Unity, Philips Hue and a little GunPowder
Avg Rating: 5
(2)This week on Channel 9, Dan and Rick discuss the week's top developer news, including; [00:36] Windows Azure: Active Directory Release, New Backup Service + Web Site Monitoring and Log Improvements (Scott Guthrie) [02:13] Walkthrough #1: Adding Sign-On to Your Web Application Using Windows Azure… -
TWC9: New Tools, New Videos, New Talks, New Shows and more
Avg Rating: 5
(1)This week on Channel 9, Brian and Dan discuss the week's top developer news, including; [0:42] Announcing release of ASP.NET and Web Tools 2012.2 Update (Scott Guthrie) [2:21] Four new single page application templates (Gunnar Peipman) [3:38] Introduction to the ASP.NET and Web Tools… -
TWC9: Azure Conf, Unit Test, High Perf JavaScript, Inside WinRT, Kinect Browser
Avg Rating: 4
(2)This week on Channel 9, Brian and Dan discuss the week's top developer news, including; [0:36] Windows AzureConf 2012 [1:15] Announcing the Latest Release of Office Developer Tools (Grace Kochavi) [2:46] Building quality Windows 8 apps: Important pre-submission checks for your Windows… -
Workflow TV - How to Unit Test a WF4 Workflow that calls a WCF Service
Avg Rating: 0
Yesterday morning I received an email from Ryo in Belgium who asked for help in unit testing a workflow. Ryo had read my previous posts on Microsoft.Activities.UnitTesting.XamlInjector and wanted to use it to test his workflow but was having trouble. I gave him a quick suggestion and a… -
Visual Studio SP1 and SharePoint 2010: Unit Test
Avg Rating: 0
In this very short session, Serge Luca (SharePoint MVP) will show you that with the Visual studio 2010 SP1, it is now possible to author and run SharePoint 2010 unit tests in Visual Studio 2010. -
Code Coverage for Silverlight and Windows Phone ViewModels
Avg Rating: 0
From http://en.wikipedia.org/wiki/Code_coverage: "Code coverage is a measure used in software testing. It describes the degree to which the source code of a program has been tested." In this screencast, you will learn how to get code coverage for your Silverlight and/or Windows Phone… -
Microsoft PEX/MOLES & advanced Unit-Testing aspects 3/3
Avg Rating: 5
(1)Unit Testing with Pex and Moles TRAINER: Peli de Halleux – Microsoft ResearchPex enables parameterized unit testing for .NET: given a unit test with parameters. Pex generates inputs that achieves high code coverage. Moles is a framework that allows to isolate unit tests from environment… -
geekSpeak Recording - Silverlight Testing with Jeremy Likness
Avg Rating: 0
In this episode of geekSpeak, Jeremy Likness focuses on the Microsoft Silverlight Unit Testing Framework. Jeremy shows us how to design Silverlight applications to take advantage of unit testing (SOLID and DRY principles), building not only view models but also views that can be tested. Jeremy…