Instructional Video17:04
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Testing Expenses Selector

Higher Ed
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...
Instructional Video15:43
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Snapshot Testing with Dynamic Components

Higher Ed
In this video you'll use snapshot testing with a React component that requires props. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals...
Instructional Video11:07
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Testing Filters Action Generators

Higher Ed
In this video you'll continue testing by adding test cases for the filter actions. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals...
Instructional Video11:52
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Mocking Libraries with Jest

Higher Ed
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...
Instructional Video10:32
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Update Expense

Higher Ed
In this video you'll be responsible for wiring up the ability to update expenses in Firebase. This clip is from the chapter "Firebase with Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This section...
Instructional Video10:41
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Running Tests in Firefox and Internet Explorer

Higher Ed
This video demonstrates how to run tests in Firefox and IE. This clip is from the chapter "Selenium Python Package Setup with Different Browsers" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section...
Instructional Video10:21
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Pytest and its Advantages

Higher Ed
This video explains pytest and its advantages. This clip is from the chapter "Part I-Unit Testing Framework" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explores Python's unit testing...
Instructional Video6:20
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Raising Exceptions

Higher Ed
This video demonstrates how to raise exceptions. This clip is from the chapter "Exception Handling Mechanism" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains how to raise exceptions in...
Instructional Video11:43
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Significance of Spec Builders in REST Assured

Higher Ed
This video explains the significance of spec builders in REST Assured. This clip is from the chapter "Understanding Request and Response Spec Builders in REST Assured" of the series "REST API Automation Testing from Scratch - REST...
Instructional Video2:13
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practical Example Explaining Page Factory Model

Higher Ed
This video presents a practical example that explains the page factory model. This clip is from the chapter "Framework Part 8 - Page Object Pattern and Page Factory" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video18:33
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Private Firebase Data

Higher Ed
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...
Instructional Video19:01
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Testing EditExpensePage

Higher Ed
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...
Instructional Video12:04
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Remove Expense

Higher Ed
In this video you'll be responsible for wiring up the ability to remove expenses from Firebase. This clip is from the chapter "Firebase with Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This section...
Instructional Video5:27
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Example-GreenKart Application Part III

Higher Ed
This is the third part of the three-part video that lets you work with the GreenKart application. This clip is from the chapter "Functional Automation Using Python" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video8:48
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Retrieving Data from Excel Based on a Condition

Higher Ed
This video explains how to retrieve data from Excel based on a condition. This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section...
Instructional Video13:41
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Data-Driven Testing Mechanism for API Tests using the Cucumber Example Feature

Higher Ed
This video explains data-driven testing mechanism for API tests using the Cucumber example feature. This clip is from the chapter "Cucumber BDD API Framework Development from Scratch - 1" of the series "REST API Automation Testing from...
Instructional Video13:31
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Parameterizing the Tests with Multiple Datasets

Higher Ed
This video demonstrates how to parameterize tests with multiple datasets. This clip is from the chapter "Part III-Developing End-to-End Selenium Python Framework from Scratch" of the series "Selenium Python Automation Testing from...
Instructional Video5:00
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Taking Screenshots Using Selenium Python with Assertions

Higher Ed
This video demonstrates how take screenshots using Selenium Python with assertions. This clip is from the chapter "End-to-End Practice Project with Complete Methods" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video18:40
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Build It: Adding Summary Component

Higher Ed
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...
Instructional Video17:25
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Build It: Adding Total Selector

Higher Ed
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...
Instructional Video15:49
Curated Video

The Complete React Developer Course (with Hooks and Redux) - The Auth Reducer

Higher Ed
In this video you'll learn how to setup an auth reducer so you can store the user id of the logged in user. This clip is from the chapter "Firebase Authentication" of the series "The Complete React Developer Course (with Hooks and...
Instructional Video14:40
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Testing AddExpensePage

Higher Ed
In this video you'll write tests cases for the AddExpensePage 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...
Instructional Video12:32
Curated Video

The Complete React Developer Course (with Hooks and Redux) - New Feature Workflow

Higher Ed
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...
Instructional Video4:44
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 2-First JUnit Project and Green Bar

Higher Ed
This video demonstrates how to create your first JUnit project and work with the green bar. This clip is from the chapter "Basic Tools and Frameworks - JUnit in 5 Steps" of the series "Spring Framework Master Class - Java Spring the...