种子简介
种子名称:
[GigaCourse.Com] Udemy - JavaScript Unit Testing - The Practical Guide
文件类型:
视频
文件数目:
85个文件
文件大小:
2.23 GB
收录时间:
2023-3-20 20:30
已经下载:
3次
资源热度:
145
最近下载:
2025-1-6 04:42
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:d37d2b668e34788fdf9a0d1ee8898aa16102df51&dn=[GigaCourse.Com] Udemy - JavaScript Unit Testing - The Practical Guide
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[GigaCourse.Com] Udemy - JavaScript Unit Testing - The Practical Guide.torrent
01 - Getting Started/001 Welcome To This Course!.mp417.17MB
01 - Getting Started/002 What Is Testing.mp421.16MB
01 - Getting Started/003 Unit Testing What & Why.mp418.45MB
01 - Getting Started/004 Unit vs Integration vs E2E Tests.mp429.57MB
01 - Getting Started/005 A Quick Note About Test-Driven Development (TDD).mp45.44MB
01 - Getting Started/006 About This Course.mp425.74MB
02 - Setup & Testing Software/001 Module Introduction.mp43.43MB
02 - Setup & Testing Software/002 Which Tools Are Needed For Testing.mp428.65MB
02 - Setup & Testing Software/003 Jest & Vitest.mp449.65MB
02 - Setup & Testing Software/004 Installing Vitest.mp49.7MB
02 - Setup & Testing Software/005 Course Project Setup.mp451.93MB
03 - Testing Basics/001 Module Introduction.mp43.66MB
03 - Testing Basics/002 Basic Test File & Project Setup.mp438.04MB
03 - Testing Basics/003 Writing a First Test.mp440.7MB
03 - Testing Basics/004 Running Tests.mp427.92MB
03 - Testing Basics/005 Why Are We Testing.mp415.47MB
03 - Testing Basics/006 The AAA Pattern - Arrange, Act, Assert.mp426.52MB
03 - Testing Basics/007 Keep Your Tests Simple!.mp48.95MB
03 - Testing Basics/008 Defining Behaviors & Fixing Errors In Your Code.mp448.93MB
03 - Testing Basics/009 Demo Writing More Tests.mp431.04MB
03 - Testing Basics/010 Testing For Errors.mp427.32MB
03 - Testing Basics/011 Demo Adding More Tests.mp423.85MB
03 - Testing Basics/012 Testing For Thrown Errors & Error Messages.mp433.4MB
03 - Testing Basics/013 Exercise Problem.mp49.21MB
03 - Testing Basics/014 Exercise Solution.mp431.79MB
03 - Testing Basics/015 Tests With Multiple Assertions (Multiple Expectations).mp438.09MB
03 - Testing Basics/016 More Practice!.mp425.25MB
03 - Testing Basics/017 Introducing Test Suites.mp445.86MB
03 - Testing Basics/018 Adding Tests To Frontend & Backend Projects.mp431.66MB
03 - Testing Basics/019 Module Summary.mp418.2MB
04 - Writing Good Tests/001 Module Introduction.mp44.53MB
04 - Writing Good Tests/002 What To Test & Not To Test.mp437.41MB
04 - Writing Good Tests/003 Writing Good Tests - An Overview & Summary.mp426.68MB
04 - Writing Good Tests/004 Only Test One Thing.mp49.88MB
04 - Writing Good Tests/005 Splitting Functions For Easier Testing & Better Code.mp445.66MB
04 - Writing Good Tests/006 Refactoring Code.mp475.25MB
04 - Writing Good Tests/007 Formulating Different Expectations.mp447.96MB
04 - Writing Good Tests/009 Module Summary.mp412.07MB
05 - Integration Tests/001 Module Introduction.mp44.72MB
05 - Integration Tests/002 Introducing Integration Tests.mp416.43MB
05 - Integration Tests/003 Writing an Integration Test & Reasoning.mp444.04MB
05 - Integration Tests/004 Testing For Errors.mp417.95MB
05 - Integration Tests/005 Integration vs Unit Tests Finding the Right Balance.mp420.52MB
06 - Advanced Testing Concepts/001 Module Introduction.mp43.67MB
06 - Advanced Testing Concepts/002 toBe() vs toEqual().mp434.81MB
06 - Advanced Testing Concepts/003 The Problem With Asynchronous Code.mp438.88MB
06 - Advanced Testing Concepts/004 Testing Asynchronous Code With Callbacks.mp432.44MB
06 - Advanced Testing Concepts/005 Testing Asynchronous Code With Promises & async await.mp432.58MB
06 - Advanced Testing Concepts/007 Getting Started with Testing Hooks.mp411.28MB
06 - Advanced Testing Concepts/008 Why Hooks.mp438.16MB
06 - Advanced Testing Concepts/009 Using Testing Hooks (beforeEach, beforeAll, afterEach, afterAll).mp444.23MB
06 - Advanced Testing Concepts/010 Concurrent Tests.mp417.66MB
06 - Advanced Testing Concepts/012 Module Summary.mp413.79MB
07 - Mocking & Spies Dealing with Side Effects/001 Module Introduction.mp43.27MB
07 - Mocking & Spies Dealing with Side Effects/002 The Starting Project.mp422.47MB
07 - Mocking & Spies Dealing with Side Effects/003 The Problem With Side Effects & Tests.mp443.14MB
07 - Mocking & Spies Dealing with Side Effects/004 Introducing Spies & Mocks.mp45.85MB
07 - Mocking & Spies Dealing with Side Effects/005 Working with Spies.mp433.74MB
07 - Mocking & Spies Dealing with Side Effects/006 Getting Started with Mocks & Automocking.mp438.31MB
07 - Mocking & Spies Dealing with Side Effects/007 Note on Mocking.mp414.84MB
07 - Mocking & Spies Dealing with Side Effects/008 Notes on Spies.mp410.84MB
07 - Mocking & Spies Dealing with Side Effects/009 Custom Mocking Logic.mp456.84MB
07 - Mocking & Spies Dealing with Side Effects/010 Managing Custom Mock Implementations Globally (__mocks__ Folder).mp443.24MB
07 - Mocking & Spies Dealing with Side Effects/011 More Mocking Functionalities.mp412.04MB
07 - Mocking & Spies Dealing with Side Effects/012 Module Summary.mp46.04MB
08 - More on Mocking & Diving Deeper/001 Module Introduction.mp43.24MB
08 - More on Mocking & Diving Deeper/002 The Starting Project.mp417.19MB
08 - More on Mocking & Diving Deeper/003 Refresher Practicing Basic Tests (1).mp450.53MB
08 - More on Mocking & Diving Deeper/004 Refresher Practicing Basic Tests (2).mp434.13MB
08 - More on Mocking & Diving Deeper/005 Reasons to Mock.mp414.84MB
08 - More on Mocking & Diving Deeper/006 Mocking Global Values & Functions.mp463.65MB
08 - More on Mocking & Diving Deeper/008 Test-specific Mocking Logic.mp460.59MB
08 - More on Mocking & Diving Deeper/009 Mocking In Selected Places.mp448.94MB
08 - More on Mocking & Diving Deeper/010 Using Local Mock Values.mp455.28MB
08 - More on Mocking & Diving Deeper/011 Module Summary.mp411.49MB
09 - Testing & The DOM (Frontend JavaScript Testing)/001 Module Introduction.mp43.45MB
09 - Testing & The DOM (Frontend JavaScript Testing)/002 Understanding the Problem.mp426.68MB
09 - Testing & The DOM (Frontend JavaScript Testing)/003 Working with Different Testing Environments.mp425.04MB
09 - Testing & The DOM (Frontend JavaScript Testing)/004 Setting up a Virtual HTML Page.mp443.43MB
09 - Testing & The DOM (Frontend JavaScript Testing)/005 Testing DOM Functionalities.mp426.37MB
09 - Testing & The DOM (Frontend JavaScript Testing)/006 DOM Tests & Cleanup Work.mp428.78MB
09 - Testing & The DOM (Frontend JavaScript Testing)/007 Finishing Example.mp413.88MB
09 - Testing & The DOM (Frontend JavaScript Testing)/008 A Brief Look at the Testing Library Package.mp412.48MB
09 - Testing & The DOM (Frontend JavaScript Testing)/009 Module Summary.mp410.32MB
10 - Course Roundup/001 Course Roundup.mp422.65MB