Companies Home Search Profile

Visual Studio Deep Dive: Unit Tests

Focused View

Walt Ritscher

2:11:30

0 View
  • [1] Test your code in Visual Studio.mp4
    00:49
  • [2] What you should know.mp4
    01:46
  • [3] Further lessons and examples.mp4
    01:37
  • [4] Programming setup and configuration.mp4
    03:52
  • [5] How to access the sample code on GitHub.mp4
    02:23
  • [1] What topics are in this course.mp4
    02:41
  • [2] What are unit tests.mp4
    03:50
  • [3] Sample application to test.mp4
    03:24
  • [4] Sample code to test.mp4
    03:09
  • [5] The anatomy of a unit test framework.mp4
    04:23
  • [6] Common test naming conventions.mp4
    05:31
  • [7] Choose a test framework.mp4
    01:53
  • [8] Temporarily disable CodeLens.mp4
    00:26
  • [1] Add an xUnit project to solution.mp4
    03:00
  • [2] xUnit conventions and philosophy.mp4
    02:59
  • [3] Create test classes.mp4
    03:34
  • [4] Add test with the [Fact] attribute.mp4
    05:54
  • [5] Run the unit tests.mp4
    06:11
  • [1] Example unit tests.mp4
    05:58
  • [2] Parameterized tests with [Theory].mp4
    02:35
  • [3] Parameter values with [MemberData].mp4
    02:44
  • [4] Parameter values with [ClassData].mp4
    03:42
  • [5] Use precision parameter when testing floats.mp4
    01:30
  • [6] How to test for expected exceptions.mp4
    05:17
  • [1] View unit test results with CodeLens.mp4
    04:17
  • [2] Group the test with test categories.mp4
    02:35
  • [3] Debug unit tests.mp4
    02:23
  • [4] Tip Clear the test list.mp4
    01:33
  • [5] Run predefined sets of tests.mp4
    01:18
  • [1] Analyze method test paths with code coverage.mp4
    04:32
  • [2] Analyze all code with code coverage.mp4
    03:54
  • [3] How exceptions affect code coverage statistics.mp4
    01:46
  • [4] Enable Live Unit Testing.mp4
    03:44
  • [5] Refactor code with Live Unit Testing.mp4
    02:12
  • [1] Tip Run tests after each build.mp4
    01:56
  • [2] Tip Group by duration or outcome.mp4
    02:24
  • [3] Tip Filter test list.mp4
    02:36
  • [4] Tip Save filters with playlists.mp4
    02:38
  • [1] Add a unit test project to a solution.mp4
    03:12
  • [2] MSTest examples.mp4
    02:15
  • [3] Run the unit tests in Test Explorer.mp4
    01:51
  • [4] Test for expected exceptions.mp4
    01:23
  • [5] Parameterized and data-driven tests.mp4
    03:33
  • [1] Next steps.mp4
    02:20
  • Description


    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.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Walt Ritscher
    Walt Ritscher
    Instructor's Courses
    I am a seasoned trainer, writer, and speaker who loves learning technology and sharing my discoveries with other technology enthusiasts. My enthusiasm for crafting software interfaces blossomed early. Just a few days after discovering how to move pixels around a computer screen I was devouring books on the topic of computer graphics and UI design. Teaching programming and UI design is one of my ongoing passions. I've taught hundreds of courses for universities, colleges, and private training companies. On the consulting side I've had the opportunity to work with customers like UPS, HP, Intel, Wintellect and Intuit. Now I'm a senior staff instructor at LinkedIn Learning. My content team produces hundreds of technical training courses for software developers each year. I'm creating courses on Microsoft developer tools and topics. I love speaking at tech conferences, I'm a frequent speaker at major industry events in Europe, Asia and the Americas. I received the Microsoft MVP award for thirteen years (2005-2018) I joined the ranks of video authors in 2002, producing a small series of .NET videos for Microsoft Press. 2010 saw my first video course on Lynda.com. Now I have hundreds of hours of video training courses available at LinkedIn Learning. My current UI obsession revolves around the Windows 10 and XAML based languages. If you want to know more about XAML based pixel shaders check out my "HLSL and Pixel Shaders for XAML Developers"​ book available from O'Reilly Media. I'm also a big fan of keyboard synthesizers, digital music and music production. Specialties: smart client , device and web UI technologies, audio and music production, writing, speaking, curriculum development, teaching.
    LinkedIn Learning is an American online learning provider. It provides video courses taught by industry experts in software, creative, and business skills. It is a subsidiary of LinkedIn. All the courses on LinkedIn fall into four categories: Business, Creative, Technology and Certifications. It was founded in 1995 by Lynda Weinman as Lynda.com before being acquired by LinkedIn in 2015. Microsoft acquired LinkedIn in December 2016.
    • language english
    • Training sessions 44
    • duration 2:11:30
    • English subtitles has
    • Release Date 2025/02/26

    Courses related to Unit Testing