17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
As your application grows in complexity, the cost of manual testing increases exponentially. Adding a new feature or fixing a bug may break several other places in the application, and covering all those edge cases with manual testing ends up being extremely painful and nearly impossible.
Automated testing is a practice that has been adopted by a lot of successful software development teams over the past decade. You simply write code to test your application, and then run those tests in an automated fashion.
Initially, your development time increases a bit because you need to write extra code to test your production code. However, that is the cost that you pay only once. Once you have those tests in place, you can run several thousands of them in just a few seconds over and over. Compare that with the time required to manually test every bit of your application!
With automated testing, you spend less time fixing bugs and doing manual repetitive tests every time you add a new feature or fix a bug. Instead, you can spend your time doing more fun things.
In this course, Mosh, author of several best selling courses on Udemy, takes you from the ground and gives you a solid foundation to write automated tests for your Angular apps. Whether you're an absolute beginner or have some familiarity with automated testing, this course will give you all the necessary skills to write automated tests for your Angular apps.
You'll learn about:
Automated testing concepts and tools
What to test and how
Writing clean, maintainable and trustworthy tests that don't lie
Tracking how much of your code is covered by tests
Testing re-usable components
Testing templates
Testing forms
Testing confirmation boxes
Testing navigation
Testing attribute directives
Mocking dependencies
Working with asynchronous operations
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
1. Introduction to Automated Testing/1. What is Automated Testing.mp4
17.3 MB
1. Introduction to Automated Testing/2. Types of Tests.mp4
10.3 MB
1. Introduction to Automated Testing/3. Asking Questions.html
891 B
2. Unit Testing Angular Apps/1. Unit Testing Fundamentals.mp4
17.3 MB
2. Unit Testing Angular Apps/1.1 testing-demo.zip.zip
64.6 KB
2. Unit Testing Angular Apps/10. Code Coverage.mp4
8.2 MB
2. Unit Testing Angular Apps/11. Exercises.html
796 B
2. Unit Testing Angular Apps/11.1 exercises.zip.zip
7.8 KB
2. Unit Testing Angular Apps/2. Working with Strings and Arrays.mp4
7.8 MB
2. Unit Testing Angular Apps/3. Setup and Tear Down.mp4
14.1 MB
2. Unit Testing Angular Apps/4. Working with Forms.mp4
10 MB
2. Unit Testing Angular Apps/5. Working with Event Emitters.mp4
7.2 MB
2. Unit Testing Angular Apps/6. Working with Spies.mp4
18.1 MB
2. Unit Testing Angular Apps/7. Interaction Testing.mp4
18.2 MB
2. Unit Testing Angular Apps/8. Working with Confirmation Boxes.mp4
9.6 MB
2. Unit Testing Angular Apps/9. Limitations of Unit Tests.mp4
2.3 MB
3. Integration Testing/1. Introduction.mp4
1.5 MB
3. Integration Testing/10. Dealing with Route Parameters.mp4