| Basics of Unit Testing for C# Developers/01. Course Overview/01. Course Overview.mp4 |
3.9 MB |
| Basics of Unit Testing for C# Developers/01. Course Overview/01. Course Overview.srt |
3 KB |
| Basics of Unit Testing for C# Developers/02. Why You Need Unit Testing/01. Introduction to Unit Testing.mp4 |
3.6 MB |
| Basics of Unit Testing for C# Developers/02. Why You Need Unit Testing/01. Introduction to Unit Testing.srt |
3 KB |
| Basics of Unit Testing for C# Developers/02. Why You Need Unit Testing/02. The Tools Available in Visual Studio for Unit Testing.mp4 |
4.6 MB |
| Basics of Unit Testing for C# Developers/02. Why You Need Unit Testing/02. The Tools Available in Visual Studio for Unit Testing.srt |
3 KB |
| Basics of Unit Testing for C# Developers/02. Why You Need Unit Testing/03. Why Test Code-.mp4 |
1.1 MB |
| Basics of Unit Testing for C# Developers/02. Why You Need Unit Testing/03. Why Test Code-.srt |
2 KB |
| Basics of Unit Testing for C# Developers/02. Why You Need Unit Testing/04. QA Department or Unit Tests-.mp4 |
4.1 MB |
| Basics of Unit Testing for C# Developers/02. Why You Need Unit Testing/04. QA Department or Unit Tests-.srt |
5 KB |
| Basics of Unit Testing for C# Developers/02. Why You Need Unit Testing/05. Testing Tools You Learn in This Course.mp4 |
1.6 MB |
| Basics of Unit Testing for C# Developers/02. Why You Need Unit Testing/05. Testing Tools You Learn in This Course.srt |
1 KB |
| Basics of Unit Testing for C# Developers/02. Why You Need Unit Testing/06. Module Summary.mp4 |
923 KB |
| Basics of Unit Testing for C# Developers/02. Why You Need Unit Testing/06. Module Summary.srt |
857 B |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/01. What You Are Testing.mp4 |
2.2 MB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/01. What You Are Testing.srt |
2 KB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/02. Get Started.mp4 |
2.2 MB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/02. Get Started.srt |
3 KB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/03. Create Your FileProcess Class.mp4 |
6.2 MB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/03. Create Your FileProcess Class.srt |
3 KB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/04. Create Your Unit Test Project.mp4 |
7.3 MB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/04. Create Your Unit Test Project.srt |
3 KB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/05. Arrange, Act, Assert.mp4 |
13.7 MB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/05. Arrange, Act, Assert.srt |
6 KB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/06. Exception Handling in Unit Tests.mp4 |
16 MB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/06. Exception Handling in Unit Tests.srt |
7 KB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/07. Code Coverage.mp4 |
14 MB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/07. Code Coverage.srt |
6 KB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/08. Module Summary.mp4 |
638 KB |
| Basics of Unit Testing for C# Developers/03. Your First Unit Tests/08. Module Summary.srt |
653 B |
| Basics of Unit Testing for C# Developers/04. Avoid Hard-Coding in Unit Tests/01. Avoid Hard-coding Using Constants.mp4 |
4.2 MB |
| Basics of Unit Testing for C# Developers/04. Avoid Hard-Coding in Unit Tests/01. Avoid Hard-coding Using Constants.srt |
2 KB |
| Basics of Unit Testing for C# Developers/04. Avoid Hard-Coding in Unit Tests/02. Avoid Hard-coding Using Configuration File.mp4 |
10.4 MB |
| Basics of Unit Testing for C# Developers/04. Avoid Hard-Coding in Unit Tests/02. Avoid Hard-coding Using Configuration File.srt |
6 KB |
| Basics of Unit Testing for C# Developers/04. Avoid Hard-Coding in Unit Tests/03. Create SetGoodFileName Method.mp4 |
5.4 MB |
| Basics of Unit Testing for C# Developers/04. Avoid Hard-Coding in Unit Tests/03. Create SetGoodFileName Method.srt |
2 KB |
| Basics of Unit Testing for C# Developers/04. Avoid Hard-Coding in Unit Tests/04. Use SetGoodFileName Method and Create-Delete File.mp4 |
7.6 MB |
| Basics of Unit Testing for C# Developers/04. Avoid Hard-Coding in Unit Tests/04. Use SetGoodFileName Method and Create-Delete File.srt |
3 KB |
| Basics of Unit Testing for C# Developers/04. Avoid Hard-Coding in Unit Tests/05. Using TestContext.mp4 |
12.6 MB |
| Basics of Unit Testing for C# Developers/04. Avoid Hard-Coding in Unit Tests/05. Using TestContext.srt |
6 KB |
| Basics of Unit Testing for C# Developers/04. Avoid Hard-Coding in Unit Tests/06. Module Summary.mp4 |
697 KB |
| Basics of Unit Testing for C# Developers/04. Avoid Hard-Coding in Unit Tests/06. Module Summary.srt |
784 B |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/01. Goals of This Module.mp4 |
730 KB |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/01. Goals of This Module.srt |
884 B |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/02. Initialization and Cleanup.mp4 |
1.8 MB |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/02. Initialization and Cleanup.srt |
2 KB |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/03. Execution Order.mp4 |
1.3 MB |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/03. Execution Order.srt |
1 KB |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/04. Assembly Initialize and Cleanup Methods.mp4 |
10.4 MB |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/04. Assembly Initialize and Cleanup Methods.srt |
5 KB |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/05. Class Initialize and Cleanup Methods.mp4 |
8.2 MB |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/05. Class Initialize and Cleanup Methods.srt |
4 KB |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/06. Test Initialize and Cleanup Methods.mp4 |
31.5 MB |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/06. Test Initialize and Cleanup Methods.srt |
13 KB |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/07. Module Summary.mp4 |
969 KB |
| Basics of Unit Testing for C# Developers/05. Initialization and Cleanup/07. Module Summary.srt |
1 KB |
| Basics of Unit Testing for C# Developers/06. Attributes Help You Organize Your Unit Tests/01. Introduction to Unit Test Attributes.mp4 |
1.2 MB |
| Basics of Unit Testing for C# Developers/06. Attributes Help You Organize Your Unit Tests/01. Introduction to Unit Test Attributes.srt |
1 KB |
| Basics of Unit Testing for C# Developers/06. Attributes Help You Organize Your Unit Tests/02. Description and Owner Attributes.mp4 |
14 MB |
| Basics of Unit Testing for C# Developers/06. Attributes Help You Organize Your Unit Tests/02. Description and Owner Attributes.srt |
6 KB |
| Basics of Unit Testing for C# Developers/06. Attributes Help You Organize Your Unit Tests/03. Priority and TestCategory Attributes.mp4 |
11.2 MB |
| Basics of Unit Testing for C# Developers/06. Attributes Help You Organize Your Unit Tests/03. Priority and TestCategory Attributes.srt |
4 KB |
| Basics of Unit Testing for C# Developers/06. Attributes Help You Organize Your Unit Tests/04. Ignore and Timeout Attributes.mp4 |
10.7 MB |
| Basics of Unit Testing for C# Developers/06. Attributes Help You Organize Your Unit Tests/04. Ignore and Timeout Attributes.srt |
5 KB |
| Basics of Unit Testing for C# Developers/06. Attributes Help You Organize Your Unit Tests/05. DeploymentItem Attribute.mp4 |
15 MB |
| Basics of Unit Testing for C# Developers/06. Attributes Help You Organize Your Unit Tests/05. DeploymentItem Attribute.srt |
6 KB |
| Basics of Unit Testing for C# Developers/06. Attributes Help You Organize Your Unit Tests/06. Module Summary.mp4 |
1.1 MB |
| Basics of Unit Testing for C# Developers/06. Attributes Help You Organize Your Unit Tests/06. Module Summary.srt |
1 KB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/01. Assert Class Methods.mp4 |
1.7 MB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/01. Assert Class Methods.srt |
2 KB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/02. Pass a Message to Assert Class Methods.mp4 |
19.4 MB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/02. Pass a Message to Assert Class Methods.srt |
7 KB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/03. Testing String Values.mp4 |
5.7 MB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/03. Testing String Values.srt |
2 KB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/04. Testing for Object Types.mp4 |
4.7 MB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/04. Testing for Object Types.srt |
2 KB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/05. Checking for a Specific Object Type.mp4 |
13.2 MB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/05. Checking for a Specific Object Type.srt |
6 KB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/06. Using the StringAssert Class.mp4 |
7 MB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/06. Using the StringAssert Class.srt |
3 KB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/07. Using the CollectionAssert Class.mp4 |
26.7 MB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/07. Using the CollectionAssert Class.srt |
9 KB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/08. Revisiting Code Coverage.mp4 |
19.3 MB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/08. Revisiting Code Coverage.srt |
8 KB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/09. Module Summary.mp4 |
886 KB |
| Basics of Unit Testing for C# Developers/07. Assert Classes Save a Lot of Time/09. Module Summary.srt |
862 B |
| Basics of Unit Testing for C# Developers/08. Consolidate Tests by Making Them Data-Driven/01. Introduction to Data-driven Testing.mp4 |
1.9 MB |
| Basics of Unit Testing for C# Developers/08. Consolidate Tests by Making Them Data-Driven/01. Introduction to Data-driven Testing.srt |
2 KB |
| Basics of Unit Testing for C# Developers/08. Consolidate Tests by Making Them Data-Driven/02. Create Table to Hold Test Values.mp4 |
7.2 MB |
| Basics of Unit Testing for C# Developers/08. Consolidate Tests by Making Them Data-Driven/02. Create Table to Hold Test Values.srt |
3 KB |
| Basics of Unit Testing for C# Developers/08. Consolidate Tests by Making Them Data-Driven/03. Create FileExistsFromDB Method.mp4 |
13 MB |
| Basics of Unit Testing for C# Developers/08. Consolidate Tests by Making Them Data-Driven/03. Create FileExistsFromDB Method.srt |
6 KB |
| Basics of Unit Testing for C# Developers/08. Consolidate Tests by Making Them Data-Driven/04. Finish the FileExistsFromDB Method.mp4 |
22.7 MB |
| Basics of Unit Testing for C# Developers/08. Consolidate Tests by Making Them Data-Driven/04. Finish the FileExistsFromDB Method.srt |
7 KB |
| Basics of Unit Testing for C# Developers/08. Consolidate Tests by Making Them Data-Driven/05. Store Data-driven Settings in Config File.mp4 |
12.1 MB |
| Basics of Unit Testing for C# Developers/08. Consolidate Tests by Making Them Data-Driven/05. Store Data-driven Settings in Config File.srt |
5 KB |
| Basics of Unit Testing for C# Developers/08. Consolidate Tests by Making Them Data-Driven/06. Module Summary.mp4 |
918 KB |
| Basics of Unit Testing for C# Developers/08. Consolidate Tests by Making Them Data-Driven/06. Module Summary.srt |
955 B |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/01. Automating Unit Tests.mp4 |
686 KB |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/01. Automating Unit Tests.srt |
658 B |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/02. Running VSTest.console.exe.mp4 |
5.8 MB |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/02. Running VSTest.console.exe.srt |
3 KB |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/03. Loggers and Logging to a .trx File.mp4 |
9.1 MB |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/03. Loggers and Logging to a .trx File.srt |
5 KB |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/04. Run One Specific Test.mp4 |
1.9 MB |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/04. Run One Specific Test.srt |
1 KB |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/05. Run Tests Based on Matching Names.mp4 |
3.1 MB |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/05. Run Tests Based on Matching Names.srt |
2 KB |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/06. Run Tests Based on Attributes.mp4 |
3.2 MB |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/06. Run Tests Based on Attributes.srt |
2 KB |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/07. Module Summary.mp4 |
1007 KB |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/07. Module Summary.srt |
793 B |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/08. Course Summary.mp4 |
1.1 MB |
| Basics of Unit Testing for C# Developers/09. Automating Unit Tests with VS.Test.Console/08. Course Summary.srt |
1 KB |
| Basics of Unit Testing for C# Developers/basic-unit-testing-csharp-developers.zip |
1.2 MB |