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