CodeWithMosh - Unit Testing For C# Developers [AhLaN]

Torrent Details


CodeWithMosh - Unit Testing for C# Developers [AhLaN]

NAME
CodeWithMosh - Unit Testing for C# Developers [AhLaN].torrent
CATEGORY
Other
INFOHASH
fdc712bc335c3925e2ace7b17b8291bebda980f1
SIZE
808 MB in 89 files
ADDED
Uploaded on 02-10-2020 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

---------------------------------------------------------------------------------



-----------------------------------------------------------------------------------

Proudly Presents

-----------------------------------------------------------------------------------

Code With Mosh - Unit Testing for C# Developers [AhLaN]

     











SUPPLiER.......: WWW               RELEASE DATE......: 02/10/20

Uploader.......: abidmail          Collector.........: abidmail











... About This Course ...



Why learn unit testing?

Why write extra code? Wouldn’t that take extra time to write? Would that slow you down? Why not just run the application and test it like an end user?



Thinking like this is the mistake lots of people make. I used to make it myself. I’ve had to learn the hard way!



I learned pretty fast that if you’re building a complex application or working on a legacy app, manually testing all the various functions is tedious and takes a significant amount of time.



As your application grows, the cost of manual testing grows exponentially. And you’re never 100% sure if you’ve fully tested all the edge cases. You’re never confident that your code really works until you release your software and get a call from your boss or an end user!



Several studies have shown that the later a bug is caught in the software development lifecycle, the more costly it is to the business.



Automated tests help you to catch bugs earlier in the software development lifecycle, right when you’re coding. These tests are repeatable. Write them once and run them over and over.



The benefits of using unit tests are:



help you to catch and fix bugs earlier, before releasing your app into production

help you to write better code with less bugs

help you to produce software with better design - extensible and loosely-coupled

give you rapid feedback and tell you if your code *really* works

force you to think of edge cases that you didn’t realize existed

test your code much faster

tell if you have broken any functionality as you write new code

allow you to refactor your code with confidence

act as documentation about what your code does

save you both time and money



Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
01 Getting Started/001 What is Automated Testing~.mp45.6 MB
01 Getting Started/002 Benefits of Automated Testing~.mp410.9 MB
01 Getting Started/003 Types of Tests~.mp418.9 MB
01 Getting Started/004 Test Pyramid~.mp45 MB
01 Getting Started/005 The Tooling~.mp413 MB
01 Getting Started/006 Source Code~.mp4338.8 KB
01 Getting Started/006 source-code-completed-1~.zip22 MB
01 Getting Started/006 source-code-starter-1~.zip19.2 MB
01 Getting Started/007 Writing Your First Unit Test~.mp415.5 MB
01 Getting Started/008 Testing All the Execution Tests~.mp411.6 MB
01 Getting Started/009 Refactoring with Confidence~.mp44.4 MB
01 Getting Started/010 Using NUnit in Visual Studio~.mp49.2 MB
01 Getting Started/011 What is Test-Driven Development~.mp46.6 MB
01 Getting Started/012 Course Structure~.mp47.1 MB
01 Getting Started/013 Summary~.mp41.3 MB
01 Getting Started/014 Asking Questions~.html1.7 KB
02 Fundamentals of Unit Testing/015 Introduction~.mp41.4 MB
02 Fundamentals of Unit Testing/016 Characteristics of Good Unit Tests~.mp44 MB
02 Fundamentals of Unit Testing/017 What to Test and What Not to Test~.mp48.6 MB
02 Fundamentals of Unit Testing/018 Naming and Organizing Tests~.mp46.9 MB
02 Fundamentals of Unit Testing/019 Introducing Rider~.mp43.7 MB
02 Fundamentals of Unit Testing/020 Writing a Simple Unit Test~.mp45.8 MB
02 Fundamentals of Unit Testing/021 Black-box Testing~.mp411.5 MB
02 Fundamentals of Unit Testing/022 Set Up and Tear Down~.mp46 MB
02 Fundamentals of Unit Testing/023 Parameterized Tests~.mp48.6 MB
02 Fundamentals of Unit Testing/024 Ignoring Tests~.mp42.3 MB
02 Fundamentals of Unit Testing/025 Writing Trustworthy Tests~.mp414 MB
02 Fundamentals of Unit Testing/026 Developers Who Dont Write Tests~.mp422.9 MB
02 Fundamentals of Unit Testing/027 Summary~.mp42.6 MB
03 Core Unit Testing Techniques/028 Introduction~.mp4763 KB
03 Core Unit Testing Techniques/029 Testing Strings~.mp49.8 MB
03 Core Unit Testing Techniques/030 Testing Arrays and Collections~.mp49.9 MB
03 Core Unit Testing Techniques/031 Testing the Return Type of Methods~.mp46.1 MB
03 Core Unit Testing Techniques/032 Testing Void Methods~.mp47.3 MB
03 Core Unit Testing Techniques/033 Testing Methods that Throw Exceptions~.mp46.9 MB
03 Core Unit Testing Techniques/034 Testing Methods that Raise an Event~.mp47.4 MB
03 Core Unit Testing Techniques/035 Testing Private Methods~.mp415.7 MB
03 Core Unit Testing Techniques/036 Code Coverage~.mp47 MB
03 Core Unit Testing Techniques/037 Testing in the Real-world~.mp415.9 MB
03 Core Unit Testing Techniques/038 Summary~.mp41.5 MB
04 Exercises/039 19- Exercise- FizzBuzz~.mp42 MB
04 Exercises/040 20- Solution- FizzBuzz~.mp49.4 MB
04 Exercises/041 Exercise- DemeritPointsCalculator~.mp41.5 MB
04 Exercises/042 Solution- DemeritPointsCalculator~.mp426.5 MB
04 Exercises/043 Exercise- Stack~.mp41.4 MB
04 Exercises/044 Solution- Stack~.mp426.7 MB
05 Breaking External Dependencies/045 Introduction~.mp46.1 MB
05 Breaking External Dependencies/046 Loosely-coupled and Testable Code~.mp48.5 MB
05 Breaking External Dependencies/047 Refactoring Towards a Loosely-coupled Design~.mp414.5 MB
05 Breaking External Dependencies/048 Dependency Injection via Method Parameters~.mp48.4 MB
05 Breaking External Dependencies/049 Dependency Injection via Properties~.mp44.6 MB
05 Breaking External Dependencies/050 Dependency Injection via Constructor~.mp410.6 MB
05 Breaking External Dependencies/051 Dependency Injection Frameworks~.mp45.7 MB
05 Breaking External Dependencies/052 Mocking Frameworks~.mp43.2 MB
05 Breaking External Dependencies/053 Creating Mock Objects Using Moq~.mp412.4 MB
05 Breaking External Dependencies/054 State-based vs. Interaction Testing~.mp43.6 MB
05 Breaking External Dependencies/055 Testing the Interaction Between Two Objects~.mp46.9 MB
05 Breaking External Dependencies/056 Fake as Little As Possible~.mp46.9 MB
05 Breaking External Dependencies/057 An Example of a Mock Abuse~.mp47.5 MB
05 Breaking External Dependencies/058 Who Should Write Tests~.mp48.9 MB
06 Exercises/059 Exercise- VideoService~.mp41.6 MB
06 Exercises/060 Refactoring~.mp49.9 MB
06 Exercises/061 Testing~.mp414.9 MB
06 Exercises/062 Exercise- InstallerHelper~.mp42.2 MB
06 Exercises/063 Refactoring InstallerHelper~.mp47.5 MB
06 Exercises/064 Testing InstallerHelper~.mp414.1 MB
06 Exercises/065 Exercise- EmployeeHelper~.mp44.1 MB
06 Exercises/066 Refactoring EmployeeController~.mp49.1 MB
06 Exercises/067 Testing EmployeeController~.mp47 MB
07 Project- Testing BookingHelper/068 Introduction~.mp45 MB
07 Project- Testing BookingHelper/069 Test Cases~.mp48.1 MB
07 Project- Testing BookingHelper/070 Extracting IBooking Repository~.mp417.3 MB
07 Project- Testing BookingHelper/071 Writing the First Test~.mp411.6 MB
07 Project- Testing BookingHelper/072 Refactoring~.mp420.9 MB
07 Project- Testing BookingHelper/073 Writing the Second Test~.mp44.4 MB
07 Project- Testing BookingHelper/074 Fixing a Bug~.mp411.5 MB
07 Project- Testing BookingHelper/075 Writing Additional Tests~.mp414.9 MB
08 Project- HouseKeeperHelper/076 Introduction~.mp47.4 MB
08 Project- HouseKeeperHelper/077 Refactoring For Testability~.mp418.6 MB
08 Project- HouseKeeperHelper/078 Fixing a Design Issue~.mp47.2 MB
08 Project- HouseKeeperHelper/079 An Alternative Solution~.html1.7 KB
08 Project- HouseKeeperHelper/080 Writing the First Interaction Test~.mp420.6 MB
08 Project- HouseKeeperHelper/081 Keeping Tests Clean~.mp416.3 MB
08 Project- HouseKeeperHelper/082 Testing a Method is Not Called~.mp415.7 MB
08 Project- HouseKeeperHelper/083 Another Interaction Test~.mp415 MB
08 Project- HouseKeeperHelper/084 Extracting Helper Methods~.mp419.8 MB
08 Project- HouseKeeperHelper/085 Testing Exceptions~.mp410.3 MB
08 Project- HouseKeeperHelper/086 Coupons to My Other Courses~.html2 KB
Download - Lynda,Udemy,Skillshare,Teamtreehouse,Frontend Masters,Pluralsight,Phlearn,Coursera,Egghead,MasterClass~.txt170 B

Alternative Torrents for 'CodeWithMosh Unit Testing for C Developers AhLaN'.

There are no alternative torrents found.