1. Урок 1. 00:01:06
    Mstest V2 Automated Testing M0 01
  2. Урок 2. 00:01:15
    Introduction
  3. Урок 3. 00:01:13
    Course Overview
  4. Урок 4. 00:01:49
    The Benefits of Automated Tests
  5. Урок 5. 00:03:08
    An Overview of MSTest
  6. Урок 6. 00:01:49
    Creating a New Test Project
  7. Урок 7. 00:02:21
    Writing an Initial Test
  8. Урок 8. 00:01:20
    Running Tests in Visual Studio
  9. Урок 9. 00:01:07
    Running Tests at the Command Line
  10. Урок 10. 00:01:11
    Summary
  11. Урок 11. 00:01:15
    Introduction
  12. Урок 12. 00:01:44
    An Overview of Asserts
  13. Урок 13. 00:02:18
    Asserting Boolean and Null Results
  14. Урок 14. 00:04:29
    Asserting Numeric Results
  15. Урок 15. 00:03:38
    Asserting on Double Values with Delta
  16. Урок 16. 00:02:23
    Asserting Simple String Equality
  17. Урок 17. 00:04:22
    Specialized String Asserts
  18. Урок 18. 00:06:44
    Asserting Collection Results
  19. Урок 19. 00:04:54
    Asserting That the Correct Exceptions Are Thrown
  20. Урок 20. 00:03:33
    Asserting Object Types and References
  21. Урок 21. 00:01:11
    Summary
  22. Урок 22. 00:01:20
    Introduction
  23. Урок 23. 00:04:53
    Organizing and Running Categories of Test
  24. Урок 24. 00:01:46
    Running Categories of Tests at the Command Line
  25. Урок 25. 00:02:07
    Temporarily Preventing a Test from Running
  26. Урок 26. 00:01:53
    Outputting Additional Test Execution Messages During Test Execution
  27. Урок 27. 00:04:25
    Running Additional Code Within a Test Class
  28. Урок 28. 00:01:48
    Running Additional Code at the Assembly Level
  29. Урок 29. 00:02:15
    Sharing Objects Between Tests
  30. Урок 30. 00:01:46
    Summary
  31. Урок 31. 00:01:22
    Introduction
  32. Урок 32. 00:01:45
    Why Create Data Driven Tests?
  33. Урок 33. 00:06:52
    Specifying Test Data at the Test Method Level
  34. Урок 34. 00:05:58
    Sharing Test Data Across Multiple Tests
  35. Урок 35. 00:04:56
    Getting Test Data from External Sources
  36. Урок 36. 00:01:34
    Summary
  37. Урок 37. 00:01:49
    Introduction
  38. Урок 38. 00:03:57
    Initial Test Code Refactoring
  39. Урок 39. 00:03:50
    Creating a Custom Numeric Assert
  40. Урок 40. 00:06:38
    Creating Custom Collection Asserts
  41. Урок 41. 00:03:35
    Creating Custom Reusable Test Category Attributes
  42. Урок 42. 00:04:21
    Creating and Using Custom Test Data Source Attributes
  43. Урок 43. 00:01:15
    Summary