Visual Studio Deep Dive - Unit Tests
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size350.6 MB
- Uploaded Byfreecoursewb
- Downloads55
- Last checkedAug. 15th '21
- Date uploadedAug. 12th '21
- Seeders 8
- Leechers5
Visual Studio Deep Dive: Unit Tests 
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill Level: Intermediate | Genre: eLearning | Language: English + srt | Duration: 2h 11m | Size: 309.7 MB
If you are a responsible programmer, you regularly test your code to make sure it behaves the way you expect it to behave. Unit tests are the most common type of developer test, and most programmers rely on a unit test framework to create and run those tests. In this course, Walt Ritscher takes a deep dive into the unit test tools available in Visual Studio. Walt gives an overview of unit tests and how they integrate with Visual Studio, then takes a deeper look into unit tests with MSTest and xUnit framework and how each is fully integrated into the Visual Studio Test Explorer, He also reviews additional Visual Studio test features like CodeLens, Live Unit Testing, and code coverage.
Files:
[ FreeCourseWeb.com ] Linkedin - Visual Studio Deep Dive - Unit Tests- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here !
- Bonus Resources.txt (0.3 KB) [1] Introduction
- [1] Test your code in Visual Studio.mp4 (4.3 MB)
- [1] Test your code in Visual Studio.srt (1.5 KB)
- [2] What you should know.mp4 (3.4 MB)
- [2] What you should know.srt (3.3 KB)
- [3] Further lessons and examples.mp4 (3.0 MB)
- [3] Further lessons and examples.srt (3.0 KB)
- [4] Programming setup and configuration.mp4 (9.3 MB)
- [4] Programming setup and configuration.srt (7.0 KB)
- [5] How to access the sample code on GitHub.mp4 (6.0 MB)
- [1] What topics are in this course.mp4 (5.1 MB)
- [1] What topics are in this course.srt (5.1 KB)
- [2] What are unit tests.mp4 (7.8 MB)
- [2] What are unit tests.srt (7.2 KB)
- [3] Sample application to test.mp4 (6.4 MB)
- [3] Sample application to test.srt (5.4 KB)
- [4] Sample code to test.mp4 (9.0 MB)
- [4] Sample code to test.srt (5.6 KB)
- [5] The anatomy of a unit test framework.mp4 (8.8 MB)
- [5] The anatomy of a unit test framework.srt (8.2 KB)
- [6] Common test naming conventions.mp4 (13.6 MB)
- [6] Common test naming conventions.srt (10.2 KB)
- [7] Choose a test framework.mp4 (6.6 MB)
- [7] Choose a test framework.srt (3.6 KB)
- [8] Temporarily disable CodeLens.mp4 (1.0 MB)
- [1] Add an xUnit project to solution.mp4 (6.3 MB)
- [1] Add an xUnit project to solution.srt (5.0 KB)
- [2] xUnit conventions and philosophy.mp4 (5.9 MB)
- [2] xUnit conventions and philosophy.srt (5.6 KB)
- [3] Create test classes.mp4 (9.5 MB)
- [3] Create test classes.srt (5.7 KB)
- [4] Add test with the [Fact] attribute.mp4 (15.5 MB)
- [4] Add test with the [Fact] attribute.srt (8.3 KB)
- [5] Run the unit tests.mp4 (17.4 MB)
- [1] Example unit tests.mp4 (16.4 MB)
- [1] Example unit tests.srt (10.3 KB)
- [2] Parameterized tests with [Theory].mp4 (6.1 MB)
- [2] Parameterized tests with [Theory].srt (4.3 KB)
- [3] Parameter values with [MemberData].mp4 (7.9 MB)
- [3] Parameter values with [MemberData].srt (4.5 KB)
- [4] Parameter values with [ClassData].mp4 (11.1 MB)
- [4] Parameter values with [ClassData].srt (6.3 KB)
- [5] Use precision parameter when testing floats.mp4 (4.4 MB)
- [5] Use precision parameter when testing floats.srt (2.2 KB)
- [6] How to test for expected exceptions.mp4 (20.5 MB)
- [6] How to test for expected exceptions.srt (8.4 KB)
- [1] View unit test results with CodeLens.mp4 (13.1 MB)
- [1] View unit test results with CodeLens.srt (7.7 KB)
- [2] Group the test with test categories.mp4 (7.1 MB)
- [2] Group the test with test categories.srt (3.6 KB)
- [3] Debug unit tests.mp4 (7.0 MB)
- [3] Debug unit tests.srt (4.5 KB)
- [4] Tip Clear the test list.mp4 (3.8 MB)
- [4] Tip Clear the test list.srt (2.4 KB)
- [5] Run predefined sets of tests.mp4 (3.7 MB)
- [5] Run predefined sets of tests.srt (2.2 KB)
- [1] Analyze method test paths with code coverage.mp4 (14.3 MB)
- [1] Analyze method test paths with code coverage.srt (8.2 KB)
- [2] Analyze all code with code coverage.mp4 (11.1 MB)
- [2] Analyze all code with code coverage.srt (6.4 KB)
- [3] How exceptions affect code coverage statistics.mp4 (4.8 MB)
- [3] How exceptions affect code coverage statistics.srt (2.8 KB)
- [4] Enable Live Unit Testing.mp4 (10.6 MB)
- [4] Enable Live Unit Testing.srt (6.8 KB)
- [5] Refactor code with Live Unit Testing.mp4 (6.4 MB)
- [5] Refactor code with Live Unit Testing.srt (3.8 KB)
- [1] Tip Run tests after each build.mp4 (5.5 MB)
- [1] Tip Run tests after each build.srt (3.4 KB)
- [2] Tip Group by duration or outcome.mp4 (6.6 MB)
- [2] Tip Group by duration or outcome.srt (4.8 KB)
- [3] Tip Filter test list.mp4 (5.5 MB)
- [3] Tip Filter test list.srt (4.3 KB)
- [4] Tip Save filters with playlists.mp4 (7.7 MB)
- [4] Tip Save filters with playlists.srt (4.4 KB)
- [1] Add a unit test project to a solution.mp4 (7.7 MB)
- [1] Add a unit test project to a solution.srt (4.8 KB)
- [2] MSTest examples.mp4 (5.6 MB)
- [2] MSTest examples.srt (4.2 KB)
- [3] Run the unit tests in Test Explorer.mp4 (4.0 MB)
- [3] Run the unit tests in Test Explorer.srt (3.0 KB)
- [4] Test for expected exceptions.mp4 (4.2 MB)
- [4] Test for expected exceptions.srt (2.4 KB)
- [5] Parameterized and data-driven tests.mp4 (10.8 MB)
- [5] Parameterized and data-driven tests.srt (6.7 KB)
- [1] Next steps.mp4 (5.7 MB)
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce