Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
ASP.NET Core 2 Fundamentals

You're reading from   ASP.NET Core 2 Fundamentals Build cross-platform apps and dynamic web services with this server-side web application framework

Arrow left icon
Product type Paperback
Published in Aug 2018
Publisher
ISBN-13 9781789538915
Length 298 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
 Gumus Gumus
Author Profile Icon Gumus
Gumus
 T. S. Ragupathi T. S. Ragupathi
Author Profile Icon T. S. Ragupathi
T. S. Ragupathi
Arrow right icon
View More author details
Toc

Creating a Unit Test


In the last decade unit tests have become popular. But many times, the true goal of unit tests are not well understood, perhaps due to the naming. It's true that unit tests are very helpful in terms of finding bugs in our software.

It is useful to write unit test even if you have a function with a small amount of code. The reason is although unit tests are for hunting bugs there is one category of bugs they are primarily helpful for finding. That is regression. Regression usually happens through the breakage of existing functionality as we add new code.

With regard to regression, a unit tests acts like a fusebox. It will ensure that if we break existing functionality without realising, the older tests start to fail. And if they don't, the programmer will feel comfortable as he or she would know that it is unlikely that existing functionality is broken. Although unit tests do not guarantee this kind of safety, it is an invaluable asset if you constantly add to or change...

lock icon The rest of the chapter is locked
Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
ASP.NET Core 2 Fundamentals
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Modal Close icon
Modal Close icon