Instructional Video4:48
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 3 – Using Spring Initializr to Create a Project

Higher Ed
This video demonstrates creating a project using Spring Initializr.
r/>
This clip is from the chapter "Appendix – Introduction to Spring Boot in 10 Steps" of the series "Master Microservices with Spring Boot and Spring...
Instructional Video1:14:15
Curated Video

DevOps Complete Course - Create the First Jenkins Job, Jenkins Job with Parameters

Higher Ed
This video shows creating the first Jenkins job and Jenkins job with parameters.<br<br/>/>

This clip is from the chapter "Jenkins" of the series "DevOps Complete Course".This section focuses on Jenkins and its integration.
Instructional Video8:28
Curated Video

DevOps Complete Course - Working with Other Developer Code

Higher Ed
This video helps in working with other developer code.<br<br/>/>

This clip is from the chapter "Git and GitHub" of the series "DevOps Complete Course".This section focuses on Git and GitHub.
Instructional Video3:33
NASA

NASA | MAVEN MOI live shot with Sandra Cauffman

3rd - 11th
Sandra Cauffman gives a canned interview in Spanish for the 09/19/2014 MAVEN Mars Orbit Insertion liveshots.<br/>
Instructional Video3:27
NASA

NASA | MAVEN MOI live shot with Kelly Fast

3rd - 11th
Kelly Fast gives a canned interview for the 09/19/2014 MAVEN Mars Orbit Insertion liveshots.
Instructional Video0:45
Curated Video

Apache Maven Beginner to Guru - Conclusion "Deploying to the Maven Projects to Packagecloud"

Higher Ed
This video provides a conclusion for this section. This clip is from the chapter "Deploying to the Maven Projects to Packagecloud" of the series "Apache Maven: Beginner to Guru".This section explains how to deploy Maven projects to...
Instructional Video4:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Setting up New Spring Project with Spring Initializer

Higher Ed
In this session, we will create a spring project using the Spring Initializer.
r/>
This clip is from the chapter "Getting Started with Spring Framework" of the series "Java Programming for Complete Beginners - Java 16".This...
Instructional Video15:22
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Understanding the Terminologies of Automation

Higher Ed
This video explains the various terminologies of automation.
r/>
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...
Instructional Video15:54
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Understanding Terminologies of Maven

Higher Ed
This video explains the various terminologies of Maven.
r/>
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...
Instructional Video12:10
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Sending Parameters to Payload Through Test

Higher Ed
This video explains how testing enables you to send parameters to the payload.
r/>
This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from Scratch -...
Instructional Video14:01
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Running the Tests with testRunner

Higher Ed
This video explains how to run tests with testRunner.
r/>
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...
Instructional Video7:33
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Retrieving the JSON Array Size and its Elements Using the JSON Path

Higher Ed
This video explains how to retrieve the JSON array size and its elements using the JSON path.
r/>
This clip is from the chapter "Diving in Depth Automating REST API" of the series "REST API Automation Testing from Scratch -...
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.
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured...
Instructional Video14:18
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Resolving Merge Conflicts with Git

Higher Ed
This video explains how to resolve merge conflicts with Git.
r/>
This clip is from the chapter "Understanding the Git Version Control System" of the series "REST API Automation Testing from Scratch - REST Assured Java".This...
Instructional Video15:18
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Performing REST Assured Automation Testing for the OAuth Project

Higher Ed
This video explains how to perform REST Assured automation testing for the OAuth project.
r/>
This clip is from the chapter "REST Assured Automation for OAuth 2.0 Authorization Code" of the series "REST API Automation Testing...
Instructional Video13:31
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Parsing a Complex Jira JSON Response to Retrieve the Added Comment with Code Logic

Higher Ed
This video explains how to parse a complex Jira JSON response to retrieve the added comment with code logic.
r/>
This clip is from the chapter "Real-World Example Automating Jira APIs" of the series "REST API Automation Testing...
Instructional Video11:08
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Mapping Step Definition to a Feature File

Higher Ed
This video explains how to map step definition to a feature file.
r/>
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...
Instructional Video12:00
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Libraries Needed to Support Serialization in REST Assured

Higher Ed
This video focuses on the libraries needed to support serialization in REST Assured.
r/>
This clip is from the chapter "Deserialization Using POJO Classes with REST Assured" of the series "REST API Automation Testing from...
Instructional Video25:13
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Flow Procedure in Achieving OAuth 2.0 Authentication Mechanism

Higher Ed
This video explains the flow procedure in achieving the OAuth 2.0 authentication mechanism.
r/>
This clip is from the chapter "Handling Google and Facebook OAuth 2.0 Authorization Grant Types" of the series "REST API Automation...
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.
r/>
This clip is from the chapter "Cucumber BDD API Framework Development from Scratch - 1" of the series "REST API Automation...
Instructional Video17:21
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Creating POJO Classes for the Real-Time Nested Array in JSON

Higher Ed
This video explains how to create POJO classes for the real-time nested array in JSON.
r/>
This clip is from the chapter "Deserialization Using POJO Classes with REST Assured" of the series "REST API Automation Testing from...
Instructional Video14:12
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Converting HashMap into JSON

Higher Ed
This video demonstrates how to convert HashMap into JSON.
r/>
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 Video8:13
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Introduction to Postman and Google Maps APIs

Higher Ed
This video presents an introduction to Postman and Google Maps APIs.
r/>
This clip is from the chapter "Getting Started with REST API Testing" of the series "REST API Automation Testing from Scratch - REST Assured Java".This...
Instructional Video7:16
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Integrating Query Params and Path Params in a Single Test to Restrict the Results

Higher Ed
This video explains how to integrate query params and path params in a single test to restrict the results.
r/>
This clip is from the chapter "Real-World Example Automating Jira APIs" of the series "REST API Automation Testing...