TorBT - Torrents and Magnet Links Search Engine

Basics of Unit Testing for C# Developers

File Name
Size
01. Course Overview/01. Course Overview.mp4
3.9 MB
01. Course Overview/01. Course Overview.srt
2.6 kB
02. Why You Need Unit Testing/01. Introduction to Unit Testing.mp4
3.6 MB
02. Why You Need Unit Testing/01. Introduction to Unit Testing.srt
3.3 kB
02. Why You Need Unit Testing/02. The Tools Available in Visual Studio for Unit Testing.mp4
4.6 MB
02. Why You Need Unit Testing/02. The Tools Available in Visual Studio for Unit Testing.srt
3.5 kB
02. Why You Need Unit Testing/03. Why Test Code-.mp4
1.1 MB
02. Why You Need Unit Testing/03. Why Test Code-.srt
1.7 kB
02. Why You Need Unit Testing/04. QA Department or Unit Tests-.mp4
4.1 MB
02. Why You Need Unit Testing/04. QA Department or Unit Tests-.srt
4.6 kB
02. Why You Need Unit Testing/05. Testing Tools You Learn in This Course.mp4
1.6 MB
02. Why You Need Unit Testing/05. Testing Tools You Learn in This Course.srt
1.5 kB
02. Why You Need Unit Testing/06. Module Summary.mp4
923 kB
02. Why You Need Unit Testing/06. Module Summary.srt
857 B
03. Your First Unit Tests/01. What You Are Testing.mp4
2.2 MB
03. Your First Unit Tests/01. What You Are Testing.srt
2.3 kB
03. Your First Unit Tests/02. Get Started.mp4
2.2 MB
03. Your First Unit Tests/02. Get Started.srt
2.7 kB
03. Your First Unit Tests/03. Create Your FileProcess Class.mp4
6.2 MB
03. Your First Unit Tests/03. Create Your FileProcess Class.srt
2.8 kB
03. Your First Unit Tests/04. Create Your Unit Test Project.mp4
7.3 MB
03. Your First Unit Tests/04. Create Your Unit Test Project.srt
3.3 kB
03. Your First Unit Tests/05. Arrange, Act, Assert.mp4
14 MB
03. Your First Unit Tests/05. Arrange, Act, Assert.srt
6.3 kB
03. Your First Unit Tests/06. Exception Handling in Unit Tests.mp4
16 MB
03. Your First Unit Tests/06. Exception Handling in Unit Tests.srt
7.1 kB
03. Your First Unit Tests/07. Code Coverage.mp4
14 MB
03. Your First Unit Tests/07. Code Coverage.srt
5.9 kB
03. Your First Unit Tests/08. Module Summary.mp4
638 kB
03. Your First Unit Tests/08. Module Summary.srt
653 B
04. Avoid Hard-Coding in Unit Tests/01. Avoid Hard-coding Using Constants.mp4
4.2 MB
04. Avoid Hard-Coding in Unit Tests/01. Avoid Hard-coding Using Constants.srt
2.4 kB
04. Avoid Hard-Coding in Unit Tests/02. Avoid Hard-coding Using Configuration File.mp4
10 MB
04. Avoid Hard-Coding in Unit Tests/02. Avoid Hard-coding Using Configuration File.srt
5.7 kB
04. Avoid Hard-Coding in Unit Tests/03. Create SetGoodFileName Method.mp4
5.4 MB
04. Avoid Hard-Coding in Unit Tests/03. Create SetGoodFileName Method.srt
1.8 kB
04. Avoid Hard-Coding in Unit Tests/04. Use SetGoodFileName Method and Create-Delete File.mp4
7.6 MB
04. Avoid Hard-Coding in Unit Tests/04. Use SetGoodFileName Method and Create-Delete File.srt
2.6 kB
04. Avoid Hard-Coding in Unit Tests/05. Using TestContext.mp4
13 MB
04. Avoid Hard-Coding in Unit Tests/05. Using TestContext.srt
5.5 kB
04. Avoid Hard-Coding in Unit Tests/06. Module Summary.mp4
697 kB
04. Avoid Hard-Coding in Unit Tests/06. Module Summary.srt
784 B
05. Initialization and Cleanup/01. Goals of This Module.mp4
730 kB
05. Initialization and Cleanup/01. Goals of This Module.srt
884 B
05. Initialization and Cleanup/02. Initialization and Cleanup.mp4
1.8 MB
05. Initialization and Cleanup/02. Initialization and Cleanup.srt
1.7 kB
05. Initialization and Cleanup/03. Execution Order.mp4
1.3 MB
05. Initialization and Cleanup/03. Execution Order.srt
1.3 kB
05. Initialization and Cleanup/04. Assembly Initialize and Cleanup Methods.mp4
10 MB
05. Initialization and Cleanup/04. Assembly Initialize and Cleanup Methods.srt
4.9 kB
05. Initialization and Cleanup/05. Class Initialize and Cleanup Methods.mp4
8.2 MB
05. Initialization and Cleanup/05. Class Initialize and Cleanup Methods.srt
4.4 kB
05. Initialization and Cleanup/06. Test Initialize and Cleanup Methods.mp4
32 MB
05. Initialization and Cleanup/06. Test Initialize and Cleanup Methods.srt
13 kB
05. Initialization and Cleanup/07. Module Summary.mp4
969 kB
05. Initialization and Cleanup/07. Module Summary.srt
1.2 kB
06. Attributes Help You Organize Your Unit Tests/01. Introduction to Unit Test Attributes.mp4
1.2 MB
06. Attributes Help You Organize Your Unit Tests/01. Introduction to Unit Test Attributes.srt
1.5 kB
06. Attributes Help You Organize Your Unit Tests/02. Description and Owner Attributes.mp4
14 MB
06. Attributes Help You Organize Your Unit Tests/02. Description and Owner Attributes.srt
6.0 kB
06. Attributes Help You Organize Your Unit Tests/03. Priority and TestCategory Attributes.mp4
11 MB
06. Attributes Help You Organize Your Unit Tests/03. Priority and TestCategory Attributes.srt
4.3 kB
06. Attributes Help You Organize Your Unit Tests/04. Ignore and Timeout Attributes.mp4
11 MB
06. Attributes Help You Organize Your Unit Tests/04. Ignore and Timeout Attributes.srt
4.8 kB
06. Attributes Help You Organize Your Unit Tests/05. DeploymentItem Attribute.mp4
15 MB
06. Attributes Help You Organize Your Unit Tests/05. DeploymentItem Attribute.srt
5.9 kB
06. Attributes Help You Organize Your Unit Tests/06. Module Summary.mp4
1.1 MB
06. Attributes Help You Organize Your Unit Tests/06. Module Summary.srt
1.2 kB
07. Assert Classes Save a Lot of Time/01. Assert Class Methods.mp4
1.7 MB
07. Assert Classes Save a Lot of Time/01. Assert Class Methods.srt
1.9 kB
07. Assert Classes Save a Lot of Time/02. Pass a Message to Assert Class Methods.mp4
19 MB
07. Assert Classes Save a Lot of Time/02. Pass a Message to Assert Class Methods.srt
7.1 kB
07. Assert Classes Save a Lot of Time/03. Testing String Values.mp4
5.7 MB
07. Assert Classes Save a Lot of Time/03. Testing String Values.srt
2.5 kB
07. Assert Classes Save a Lot of Time/04. Testing for Object Types.mp4
4.7 MB
07. Assert Classes Save a Lot of Time/04. Testing for Object Types.srt
2.1 kB
07. Assert Classes Save a Lot of Time/05. Checking for a Specific Object Type.mp4
13 MB
07. Assert Classes Save a Lot of Time/05. Checking for a Specific Object Type.srt
5.8 kB
07. Assert Classes Save a Lot of Time/06. Using the StringAssert Class.mp4
7.0 MB
07. Assert Classes Save a Lot of Time/06. Using the StringAssert Class.srt
2.9 kB
07. Assert Classes Save a Lot of Time/07. Using the CollectionAssert Class.mp4
27 MB
07. Assert Classes Save a Lot of Time/07. Using the CollectionAssert Class.srt
9.3 kB
07. Assert Classes Save a Lot of Time/08. Revisiting Code Coverage.mp4
19 MB
07. Assert Classes Save a Lot of Time/08. Revisiting Code Coverage.srt
8.3 kB
07. Assert Classes Save a Lot of Time/09. Module Summary.mp4
886 kB
07. Assert Classes Save a Lot of Time/09. Module Summary.srt
862 B
08. Consolidate Tests by Making Them Data-Driven/01. Introduction to Data-driven Testing.mp4
1.9 MB
08. Consolidate Tests by Making Them Data-Driven/01. Introduction to Data-driven Testing.srt
1.9 kB
08. Consolidate Tests by Making Them Data-Driven/02. Create Table to Hold Test Values.mp4
7.2 MB
08. Consolidate Tests by Making Them Data-Driven/02. Create Table to Hold Test Values.srt
3.1 kB
08. Consolidate Tests by Making Them Data-Driven/03. Create FileExistsFromDB Method.mp4
13 MB
08. Consolidate Tests by Making Them Data-Driven/03. Create FileExistsFromDB Method.srt
5.6 kB
08. Consolidate Tests by Making Them Data-Driven/04. Finish the FileExistsFromDB Method.mp4
23 MB
08. Consolidate Tests by Making Them Data-Driven/04. Finish the FileExistsFromDB Method.srt
7.4 kB
08. Consolidate Tests by Making Them Data-Driven/05. Store Data-driven Settings in Config File.mp4
12 MB
08. Consolidate Tests by Making Them Data-Driven/05. Store Data-driven Settings in Config File.srt
5.1 kB
08. Consolidate Tests by Making Them Data-Driven/06. Module Summary.mp4
918 kB
08. Consolidate Tests by Making Them Data-Driven/06. Module Summary.srt
955 B
09. Automating Unit Tests with VS.Test.Console/01. Automating Unit Tests.mp4
686 kB
09. Automating Unit Tests with VS.Test.Console/01. Automating Unit Tests.srt
658 B
09. Automating Unit Tests with VS.Test.Console/02. Running VSTest.console.exe.mp4
5.8 MB
09. Automating Unit Tests with VS.Test.Console/02. Running VSTest.console.exe.srt
3.2 kB
09. Automating Unit Tests with VS.Test.Console/03. Loggers and Logging to a .trx File.mp4
9.1 MB
09. Automating Unit Tests with VS.Test.Console/03. Loggers and Logging to a .trx File.srt
4.8 kB
09. Automating Unit Tests with VS.Test.Console/04. Run One Specific Test.mp4
1.9 MB
09. Automating Unit Tests with VS.Test.Console/04. Run One Specific Test.srt
1.3 kB
09. Automating Unit Tests with VS.Test.Console/05. Run Tests Based on Matching Names.mp4
3.1 MB
09. Automating Unit Tests with VS.Test.Console/05. Run Tests Based on Matching Names.srt
1.8 kB
09. Automating Unit Tests with VS.Test.Console/06. Run Tests Based on Attributes.mp4
3.2 MB
09. Automating Unit Tests with VS.Test.Console/06. Run Tests Based on Attributes.srt
2.3 kB
09. Automating Unit Tests with VS.Test.Console/07. Module Summary.mp4
1007 kB
09. Automating Unit Tests with VS.Test.Console/07. Module Summary.srt
793 B
09. Automating Unit Tests with VS.Test.Console/08. Course Summary.mp4
1.1 MB
09. Automating Unit Tests with VS.Test.Console/08. Course Summary.srt
1.0 kB
basic-unit-testing-csharp-developers.zip
1.2 MB