Grouping unit tests is a useful feature. For example, groups make it easier to see related tests in the Test Explorer. Plus, you can run test by group, which makes it easy to isolate just the tests that you need for this test run. This tutorial looks how to categorized tests in MsTest, nUnit and xUnit.
- [Voiceover] In MS test,…we've seen that you use the test class attribute…to indicate that a class contains one or more tests.…And you use the test method attribute…to indicate what methods contain the test.…There are additional attributes that…you can apply at the method level.…I'd like to look at the test category attribute.…This attribute enables you to group your tests…into meaningful categories.…This takes a single string argument,…that's the name of your category.…Since this is my constructor test,…I'll call this test category Constructor.…
And I'll copy this and paste it in here…because I have two constructor tests.…Then I'll compile my app.…Next, we'll look at what happens in the test explorer.…Currently, I'm grouping by class name.…So I see there are seven tests in my category example class.…I'm going to go up to this drop down,…there's another choice here.…There's one called Traits.…Test category is considered a trait.…So when I choose this, you'll see that it…reorganizes my tests and groups them by their trait names.…
Author
Updated
8/29/2017Released
6/16/2016- Examining types of frameworks
- Choosing a naming convention
- Creating unit tests
- Running unit tests with Visual Studio
- Modifying and correcting code
- Handling exceptions
- Installing and using nUnit
- Viewing test results with CodeLens
Skill Level Beginner
Duration
Views
Q: This course was updated on 08/22/2017. What changed?
A: New videos were added that cover live unit testing and creating a project with the unit test framework.
Related Courses
-
Introduction
-
Welcome59s
-
-
1. Create a Simple Unit Test Framework
-
What are unit tests?6m 23s
-
Add the test projects1m 14s
-
Analyze which tests to run2m 10s
-
Create a simple test4m 45s
-
Create a simple test runner3m 46s
-
Add additional tests2m 59s
-
Refactor the test runner3m 59s
-
Create an Assert class5m 20s
-
Use the Assert class3m 49s
-
-
2. Unit Testing Conventions
-
Choose a naming convention5m 59s
-
-
3. Work with Visual Studio Unit Testing Framework
-
Create the unit test4m 16s
-
Run the unit test3m 21s
-
Modify code to pass test4m 53s
-
Expected exceptions4m 27s
-
Test parameters4m 9s
-
4. Work with xUnit
-
Install xUnit2m 21s
-
Expected exceptions4m 55s
-
Test multiple parameters2m 13s
-
-
5. Work with nUnit
-
Install nUnit2m 9s
-
Create and run a unit test2m 25s
-
Use the nUnit constraints3m 44s
-
More nUnit constraints6m 16s
-
Test parameters2m 21s
-
-
6. Additional Topics
-
Get more from your tests4m 40s
-
Debug unit tests2m 8s
-
Use the test menus3m 27s
-
Live unit testing4m 56s
-
Conclusion
-
Goodbye1m 1s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Group the test with test categories