Unit Testing with MSTest
A mechanical course on the Visual Studio Unit Testing capabilities
You are currently not signed in. Please sign in to access subscriber-only content.
Currently using: {{getCurrentPlayerName()}} [Change]
| expand all | collapse all | Progress | Duration | |
|---|---|---|---|
Introduction to Microsoft Unit Testing Framework |
|
00:43:35 | |
|
Introduction
|
|
01:18 | |
|
Why Unit Testing Framework?
|
|
01:21 | |
|
Hello VS Unit Testing Framework
|
|
02:53 | |
|
Demo- Writing Your First Unit Test
|
|
09:09 | |
|
Arrange-Act-Assert
|
|
00:46 | |
|
Managing Unit Tests in VS
|
|
01:16 | |
|
Demo- Managing Unit Tests in VS
|
|
04:49 | |
|
Configuring Test Runs
|
|
01:59 | |
|
Demo- Configuring Test Runs
|
|
04:40 | |
|
Debugging Unit Tests
|
|
00:39 | |
|
Demo- Debugging Unit Tests
|
|
02:15 | |
|
Generating Unit Test using VS
|
|
00:50 | |
|
Demo- Generating Unit Tests in VS
|
|
02:46 | |
|
Executing Unit Tests from CMD line
|
|
02:14 | |
|
Demo- Executing Unit Tests from CMD line
|
|
05:32 | |
|
Summary
|
|
01:08 | |
Asserts and Testing Lifecycle |
|
00:48:05 | |
|
Introduction
|
|
02:06 | |
|
Initialization and Cleanup of Resources
|
|
01:17 | |
|
Initialize and Cleanup at Test Level
|
|
01:38 | |
|
Demo- Test Initialization and Cleanup
|
|
03:50 | |
|
Initialize and Cleanup at Class Level
|
|
00:45 | |
|
Demo- Class Initialization and Cleanup
|
|
04:01 | |
|
Initialize and Cleanup at Assembly Level
|
|
00:57 | |
|
Demo- Assembly Initialization and Cleanup
|
|
03:11 | |
|
Asserting the Facts
|
|
02:23 | |
|
Demo- Assert, Assert, and Assert
|
|
14:08 | |
|
Test Context
|
|
00:56 | |
|
Demo- TestContext
|
|
04:06 | |
|
Driving Tests with External Data
|
|
01:41 | |
|
Demo- Drive Your Tests With External Data
|
|
04:45 | |
|
Summary
|
|
02:21 | |
Types of Tests |
|
00:51:11 | |
|
Introduction
|
|
00:39 | |
|
Testing Web Applications
|
|
02:04 | |
|
Process of Web Testing
|
|
01:44 | |
|
Demo- Adding Web Test to Test Project
|
|
04:05 | |
|
Web Test Run: Browser Relationship When Web Test is Run
|
|
01:46 | |
|
Parameterizaton of Web Servers
|
|
01:42 | |
|
Demo- Parameterizing Web Server
|
|
02:46 | |
|
Demo- Extraction Rules
|
|
04:45 | |
|
Understanding Extraction Rules
|
|
01:18 | |
|
Understanding Validation Rules
|
|
01:47 | |
|
Demo- Validation Rules
|
|
03:32 | |
|
Understanding Dynamic Parameters
|
|
01:58 | |
|
Demo- Dynamic Parameters
|
|
10:43 | |
|
Data Binding
|
|
00:49 | |
|
Demo- Data Binding
|
|
06:24 | |
|
Coded Web Tests
|
|
00:39 | |
|
Demo- Coded Web Tests
|
|
03:44 | |
|
Summary
|
|
00:46 | |
Miscellaneous Unit Test Features |
|
00:41:36 | |
|
Introduction
|
|
01:58 | |
|
Ordered Tests
|
|
01:23 | |
|
Demo- Ordered Tests
|
|
03:27 | |
|
Generic Tests
|
|
01:11 | |
|
Demo- Generic Tests
|
|
03:15 | |
|
Unit Test Attributes
|
|
01:15 | |
|
Demo- Unit Test Attributes
|
|
03:11 | |
|
Unit Test Attributes
|
|
01:12 | |
|
Demo- Unit Test Attributes
|
|
03:26 | |
|
Unit Test Attributes
|
|
01:41 | |
|
Demo- Unit Test Attributes
|
|
04:48 | |
|
Testing Web Services Hosted on ASPnet Dev Server
|
|
01:40 | |
|
Demo- Testing Web Services Hosted on ASPnet Dev Server
|
|
04:46 | |
|
Understanding TestConfigurationSection
|
|
01:38 | |
|
Demo- TestConfigurationSection
|
|
04:55 | |
|
Summary
|
|
01:50 |
Introduction to Microsoft Unit Testing Framework