本站已收录 番号和无损神作磁力链接/BT种子 

[Udemy] JavaScript Unit Testing - The Practical Guide Updated 5-2022 [EN]

种子简介

种子名称: [Udemy] JavaScript Unit Testing - The Practical Guide Updated 5-2022 [EN]
文件类型: 视频
文件数目: 85个文件
文件大小: 1.82 GB
收录时间: 2023-7-22 03:46
已经下载: 3
资源热度: 140
最近下载: 2024-5-28 11:21

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:17e103add63b72d84f8b954a17dc8c6a62206018&dn=[Udemy] JavaScript Unit Testing - The Practical Guide Updated 5-2022 [EN] 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[Udemy] JavaScript Unit Testing - The Practical Guide Updated 5-2022 [EN].torrent
  • 01 Getting Started/001 Welcome To This Course!.mp47.97MB
  • 01 Getting Started/002 What Is Testing_.mp419.05MB
  • 01 Getting Started/003 Unit Testing_ What & Why_.mp412.35MB
  • 01 Getting Started/004 Unit vs Integration vs E2E Tests.mp418.19MB
  • 01 Getting Started/005 A Quick Note About Test-Driven Development (TDD).mp43.56MB
  • 01 Getting Started/006 About This Course.mp417.26MB
  • 02 Setup & Testing Software/001 Module Introduction.mp42.23MB
  • 02 Setup & Testing Software/002 Which Tools Are Needed For Testing_.mp419.32MB
  • 02 Setup & Testing Software/003 Jest & Vitest.mp488.6MB
  • 02 Setup & Testing Software/004 Installing Vitest.mp45.89MB
  • 02 Setup & Testing Software/005 Course Project Setup.mp468.3MB
  • 03 Testing Basics/001 Module Introduction.mp43.66MB
  • 03 Testing Basics/002 Basic Test File & Project Setup.mp427.35MB
  • 03 Testing Basics/003 Writing a First Test.mp423.84MB
  • 03 Testing Basics/004 Running Tests.mp417.46MB
  • 03 Testing Basics/005 Why Are We Testing_.mp410.09MB
  • 03 Testing Basics/006 The AAA Pattern - Arrange, Act, Assert.mp416.47MB
  • 03 Testing Basics/007 Keep Your Tests Simple!.mp45.97MB
  • 03 Testing Basics/008 Defining Behaviors & Fixing Errors In Your Code.mp429.66MB
  • 03 Testing Basics/009 Demo_ Writing More Tests.mp418.4MB
  • 03 Testing Basics/010 Testing For Errors.mp417.28MB
  • 03 Testing Basics/011 Demo_ Adding More Tests.mp437.65MB
  • 03 Testing Basics/012 Testing For Thrown Errors & Error Messages.mp420.09MB
  • 03 Testing Basics/013 Exercise_ Problem.mp45.87MB
  • 03 Testing Basics/014 Exercise_ Solution.mp419.19MB
  • 03 Testing Basics/015 Tests With Multiple Assertions (Multiple Expectations).mp429.25MB
  • 03 Testing Basics/016 More Practice!.mp417.63MB
  • 03 Testing Basics/017 Introducing Test Suites.mp457.51MB
  • 03 Testing Basics/018 Adding Tests To Frontend & Backend Projects.mp421.74MB
  • 03 Testing Basics/019 Module Summary.mp424.04MB
  • 04 Writing Good Tests/001 Module Introduction.mp42.94MB
  • 04 Writing Good Tests/002 What To Test & Not To Test.mp422.07MB
  • 04 Writing Good Tests/003 Writing Good Tests - An Overview & Summary.mp435.02MB
  • 04 Writing Good Tests/004 Only Test _One Thing_.mp47.28MB
  • 04 Writing Good Tests/005 Splitting Functions For Easier Testing & Better Code.mp423.85MB
  • 04 Writing Good Tests/006 Refactoring Code.mp4132.46MB
  • 04 Writing Good Tests/007 Formulating Different Expectations.mp434.94MB
  • 04 Writing Good Tests/009 Module Summary.mp49.45MB
  • 05 Integration Tests/001 Module Introduction.mp42.96MB
  • 05 Integration Tests/002 Introducing Integration Tests.mp410.46MB
  • 05 Integration Tests/003 Writing an Integration Test & Reasoning.mp425.54MB
  • 05 Integration Tests/004 Testing For Errors.mp411MB
  • 05 Integration Tests/005 Integration vs Unit Tests_ Finding the Right Balance.mp416.43MB
  • 06 Advanced Testing Concepts/001 Module Introduction.mp42.36MB
  • 06 Advanced Testing Concepts/002 toBe() vs toEqual().mp426.54MB
  • 06 Advanced Testing Concepts/003 The Problem With Asynchronous Code.mp424.1MB
  • 06 Advanced Testing Concepts/004 Testing Asynchronous Code With Callbacks.mp420.3MB
  • 06 Advanced Testing Concepts/005 Testing Asynchronous Code With Promises & async _ await.mp419.25MB
  • 06 Advanced Testing Concepts/007 Getting Started with _Testing Hooks_.mp45.77MB
  • 06 Advanced Testing Concepts/008 Why Hooks_.mp420.24MB
  • 06 Advanced Testing Concepts/009 Using Testing Hooks (beforeEach, beforeAll, afterEach, afterAll).mp433.7MB
  • 06 Advanced Testing Concepts/010 Concurrent Tests.mp49.54MB
  • 06 Advanced Testing Concepts/012 Module Summary.mp47.64MB
  • 07 Mocking & Spies_ Dealing with Side Effects/001 Module Introduction.mp42.08MB
  • 07 Mocking & Spies_ Dealing with Side Effects/002 The Starting Project.mp413.73MB
  • 07 Mocking & Spies_ Dealing with Side Effects/003 The Problem With Side Effects & Tests.mp426.46MB
  • 07 Mocking & Spies_ Dealing with Side Effects/004 Introducing Spies & Mocks.mp44.03MB
  • 07 Mocking & Spies_ Dealing with Side Effects/005 Working with Spies.mp430.19MB
  • 07 Mocking & Spies_ Dealing with Side Effects/006 Getting Started with Mocks & Automocking.mp428.34MB
  • 07 Mocking & Spies_ Dealing with Side Effects/007 Note on Mocking.mp49.19MB
  • 07 Mocking & Spies_ Dealing with Side Effects/008 Notes on Spies.mp46.28MB
  • 07 Mocking & Spies_ Dealing with Side Effects/009 Custom Mocking Logic.mp443.15MB
  • 07 Mocking & Spies_ Dealing with Side Effects/010 Managing Custom Mock Implementations Globally (__mocks__ Folder).mp431.27MB
  • 07 Mocking & Spies_ Dealing with Side Effects/011 More Mocking Functionalities.mp46.81MB
  • 07 Mocking & Spies_ Dealing with Side Effects/012 Module Summary.mp45.47MB
  • 08 More on Mocking & Diving Deeper/001 Module Introduction.mp42.14MB
  • 08 More on Mocking & Diving Deeper/002 The Starting Project.mp410.3MB
  • 08 More on Mocking & Diving Deeper/003 Refresher_ Practicing Basic Tests (1).mp435.15MB
  • 08 More on Mocking & Diving Deeper/004 Refresher_ Practicing Basic Tests (2).mp425.07MB
  • 08 More on Mocking & Diving Deeper/005 Reasons to Mock.mp49.42MB
  • 08 More on Mocking & Diving Deeper/006 Mocking Global Values & Functions.mp445.19MB
  • 08 More on Mocking & Diving Deeper/008 Test-specific Mocking Logic.mp442.23MB
  • 08 More on Mocking & Diving Deeper/009 Mocking In Selected Places.mp439.09MB
  • 08 More on Mocking & Diving Deeper/010 Using Local Mock Values.mp487.83MB
  • 08 More on Mocking & Diving Deeper/011 Module Summary.mp49.27MB
  • 09 Testing & The DOM (Frontend JavaScript Testing)/001 Module Introduction.mp42.26MB
  • 09 Testing & The DOM (Frontend JavaScript Testing)/002 Understanding the Problem.mp420.47MB
  • 09 Testing & The DOM (Frontend JavaScript Testing)/003 Working with Different Testing Environments.mp420.71MB
  • 09 Testing & The DOM (Frontend JavaScript Testing)/004 Setting up a Virtual HTML Page.mp430.22MB
  • 09 Testing & The DOM (Frontend JavaScript Testing)/005 Testing DOM Functionalities.mp421.98MB
  • 09 Testing & The DOM (Frontend JavaScript Testing)/006 DOM Tests & Cleanup Work.mp420.33MB
  • 09 Testing & The DOM (Frontend JavaScript Testing)/007 Finishing Example.mp49.27MB
  • 09 Testing & The DOM (Frontend JavaScript Testing)/008 A Brief Look at the _Testing Library_ Package.mp49.51MB
  • 09 Testing & The DOM (Frontend JavaScript Testing)/009 Module Summary.mp418.46MB
  • 10 Course Roundup/001 Course Roundup.mp428.98MB