Packt
Mocking Libraries
Testing Node.js (Task App): Mocking Libraries This clip is from the chapter "Testing Node.js (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about sending emails.
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Snapshot Testing
In this video you'll learn about snapshot testing. This makes it easy to track what a component renders without needing overly complex test cases. This clip is from the chapter "Testing Your Application" of the series "The Complete React...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Understanding the Scenarios Outline in Cucumber
This video explains the purpose of the scenario outline in Cucumber. This clip is from the chapter "Maven and Cucumber Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basics...
Packt
Jest Setup and Teardown
Testing Node.js (Task App): Jest Setup and Teardown This clip is from the chapter "Testing Node.js (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about sending emails.
Packt
The Complete React Developer Course (with Hooks and Redux) - Enzyme
In this video you'll setup a use enzyme to simplify the snapshot tests. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with Testing...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Testing Expenses Selector
In this video you'll test the most complex function by far, the expenses selector. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Mocking Libraries with Jest
In this video you'll be mocking out third-party libraries. This make it easy to write test cases that depend on things like time. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Private Firebase Data
In this video you'll use Firebase rules to lock down access to the database. This clip is from the chapter "Firebase Authentication" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Testing EditExpensePage
In this video you'll write test cases for the EditExpensePage component. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with Testing...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Build It: Adding Summary Component
In this video you'll continue working on the new feature from the previous video. This clip is from the chapter "Deploying Your Apps" of the series "The Complete React Developer Course (with Hooks and Redux)".This section explains...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Build It: Adding Total Selector
In this video it'll be your job to add a brand-new feature to the expense manager. This clip is from the chapter "Deploying Your Apps" of the series "The Complete React Developer Course (with Hooks and Redux)".This section explains...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - New Feature Workflow
In this video you'll look at the basic workflow for adding, testing, and deploying a new feature. This clip is from the chapter "Deploying Your Apps" of the series "The Complete React Developer Course (with Hooks and Redux)".This section...
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 12: Organize JUnits into Suites
Unit Testing with Junit: Step 12: Organize JUnits into Suites This clip is from the chapter "Unit Testing with Junit" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into unit testing by...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Adding Loader
In this video you'll add a loader gif into the application. This clip is from the chapter "Styling Expensify App" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is about Styling Expensify App.
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Testing Filters Reducer
In this video you'll learn how to test reducers. Reducers are just functions, so the same testing principals will apply. Call the function with some data. Assert something about the return value. This clip is from the chapter "Testing...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Testing ExpenseListFilters: Part II
In this video you'll wrap up the test cases for the ExpenseListFilters component. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with...
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - Advanced Reporting Concepts
This video introduces you to advanced reporting concepts. This clip is from the chapter "Advanced Reporting Integration to Framework" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Setting up Jest
In this video you'll setup Jest. Jest is the testing framework commonly used with React applications since it comes with some great React testing tools like snapshots. This clip is from the chapter "Testing Your Application" of the...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Testing ExpenseListFilters
In this video you'll write test cases for the ExpenseListFilters component. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Building a Cucumber Feature File for REST Assured API Tests
This video explains how to build a Cucumber feature file for REST Assured API tests. This clip is from the chapter "Cucumber BDD API Framework Development from Scratch - 1" of the series "REST API Automation Testing from Scratch - REST...
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - How to Remove Test Dependency
This video explains how to remove test dependency. This clip is from the chapter "How to Add Multiple Test Methods" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about add...
Curated Video
Learn Java Unit Testing with JUnit 5 in 20 Steps - Organizing Unit Tests into Suites
JUnit 4: Organizing Unit Tests into Suites This clip is from the chapter "JUnit 4" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".In this section, you will learn about Junit 4.
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Selenium Project Creation with Class Files
This video explains how to create a Selenium project with class files. This clip is from the chapter "Complete Installation Guide for Java and Selenium Learning" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Importance of Extensible Markup Language (XML) File in TestNG Configuration
This video explains the importance of an XML file in TestNG configuration. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...