Udemy - Spring Boot for Automation Testing - UI and Microservices

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 4.0 GB
  • Uploaded By tutsnode
  • Downloads 289
  • Last checked 2 days ago
  • Date uploaded 4 years ago
  • Seeders 3
  • Leechers 5

Infohash : C38581ECFA0A1DAF4BAC412EAA9A438DDE2B2BCF




Description

Spring boot for Automation testing course (UI and Microservices) courseis designed to address some of the common and basic understanding of how to fuse Spring boot framework with automation testing tools like Selenium to perform UI automation and test Microservices based application using different toolings and techniques.

This course helps anyone who has ZERO knowledge in the Spring boot framework to get started with Spring boot for automation testing in a super easy and straight forward manner in both UI tech like Selenium and Microservices testing tech like RestAssured and TestRestTemplate and MockMvc

This course has the following sections

1. Spring boot Basics

This section starts by creating a Spring boot project and writing the classical Selenium Java code and make a complete understanding of how to use Spring boot by giving idea on

a. Dependency Injection

b. Constructor injection

c. Field level injection

d. Value injection

e. Working with profiles and more.

2. Spring boot for Selenium automation.

This section fully focuses on the learnings from Section 1 and implement with the Selenium test framework

3. Spring boot for Selenium and Cucumber Integration

This section will focus on integrating Cucumber BDD with Selenium and Spring boot framework

4. Developing Microservice application with Spring boot

This section is all about developing an complete Spring boot microservice application from ground up, which will then be used for testing in next section

5. Testing Microservice application with Spring boot and RestAssured

In this section, we will be testing the application developed in Section 4 using

RestAssured
TestRestTemplate
MockMvc

6. RestAssured Crash Course

This section is an complete course covered in YouTube series and bought into this course to make everyone who are taking this course to understand how to work with RestAssured in Java and how you could do the same in Spring boot as well.

And the end of the course, you will have a complete basic understanding of Spring boot to perform automation testing.
Who this course is for:

QA
BA
Dev
DevOps

Requirements

Basic knowledge on Java
Basic knowledge on Selenium and RestAssured API

Last Updated 3/2021

Files:

Spring Boot for Automation Testing - UI and Microservices [TutsNode.com] - Spring Boot for Automation Testing - UI and Microservices 7. [CRASH COURSE] - API Testing RestAssured with Cucumber
  • 8. Creating POST operation with BDD Styled library.mp4 (145.1 MB)
  • 3. GET API operation with RestAssured.srt (26.7 KB)
  • 8. Creating POST operation with BDD Styled library.srt (22.6 KB)
  • 18. Refactoring RestAssured library to generic library - Part 2.srt (19.1 KB)
  • 14. Deserialising JSON response to POJO class.srt (18.3 KB)
  • 7. POST with Path param and Body in RestAssured.srt (17.9 KB)
  • 3. GET API operation with RestAssured.mp4 (134.5 MB)
  • 17. Refactoring RestAssured library to generic library - Part 1.srt (16.1 KB)
  • 13. Testing API using Bearer Token.srt (16.0 KB)
  • 4. GET operation with params.srt (15.8 KB)
  • 1. Introduction.srt (15.2 KB)
  • 6. Understanding and building Non-BDD Styled Test (Contd).srt (14.9 KB)
  • 10. Implementing Cucumber Step definition for DELETE operation.srt (14.9 KB)
  • 16. Deserialising JSON response to POJO for complex response - Part 2.srt (13.8 KB)
  • 15. Deserialising JSON response to POJO for complex response - Part 1.srt (13.4 KB)
  • 5. Understanding and building Non-BDD Styled API Tests.srt (13.3 KB)
  • 9. Working with DELETE operation.srt (12.9 KB)
  • 11. Working with PUT operation.srt (12.9 KB)
  • 12. Creating Fake JSON server with oAuth support.srt (11.0 KB)
  • 2. Installing JSON Server for API testing.srt (9.6 KB)
  • 19. Serializing POJO class to JSON Object in RestAssured.srt (7.7 KB)
  • 18. Refactoring RestAssured library to generic library - Part 2.mp4 (112.8 MB)
  • 10. Implementing Cucumber Step definition for DELETE operation.mp4 (105.3 MB)
  • 17. Refactoring RestAssured library to generic library - Part 1.mp4 (103.6 MB)
  • 16. Deserialising JSON response to POJO for complex response - Part 2.mp4 (102.8 MB)
  • 7. POST with Path param and Body in RestAssured.mp4 (102.4 MB)
  • 14. Deserialising JSON response to POJO class.mp4 (100.9 MB)
  • 13. Testing API using Bearer Token.mp4 (94.9 MB)
  • 6. Understanding and building Non-BDD Styled Test (Contd).mp4 (87.4 MB)
  • 11. Working with PUT operation.mp4 (87.0 MB)
  • 15. Deserialising JSON response to POJO for complex response - Part 1.mp4 (80.4 MB)
  • 4. GET operation with params.mp4 (75.9 MB)
  • 5. Understanding and building Non-BDD Styled API Tests.mp4 (73.9 MB)
  • 9. Working with DELETE operation.mp4 (63.1 MB)
  • 1. Introduction.mp4 (59.4 MB)
  • 19. Serializing POJO class to JSON Object in RestAssured.mp4 (47.9 MB)
  • 12. Creating Fake JSON server with oAuth support.mp4 (44.6 MB)
  • 2. Installing JSON Server for API testing.mp4 (39.7 MB)
4. Section 3 - Spring boot with Selenium and Cucumber Integration
  • 8.1 SpringBasic_Section3.zip (218.2 KB)
  • 1. Introduction.srt (11.6 KB)
  • 7. Working with Scenario Scopes - Passing data from one step definition to other.srt (8.9 KB)
  • 8. Source code.html (0.0 KB)
  • 2. Adding Cucumber Dependency in Spring boot project.srt (7.9 KB)
  • 5. Writing Cucumber Hooks and running Tests.srt (7.3 KB)
  • 3. Adding Step definitions to our Employee App scenarios.srt (5.2 KB)
  • 4. Creating AbstractTestNGCucumberTest and Cucumber Context in Spring boot.srt (4.3 KB)
  • 6. Running Cucumber Scenarios from CLI.srt (3.3 KB)
  • 2. Adding Cucumber Dependency in Spring boot project.mp4 (54.3 MB)
  • 7. Working with Scenario Scopes - Passing data from one step definition to other.mp4 (53.4 MB)
  • 1. Introduction.mp4 (42.7 MB)
  • 5. Writing Cucumber Hooks and running Tests.mp4 (40.1 MB)
  • 3. Adding Step definitions to our Employee App scenarios.mp4 (34.5 MB)
  • 4. Creating AbstractTestNGCucumberTest and Cucumber Context in Spring boot.mp4 (23.8 MB)
  • 6. Running Cucumber Scenarios from CLI.mp4 (17.1 MB)
3. Section 2 - Spring Boot with Selenium
  • 9.1 SpringBasic_Section2.zip (193.1 KB)
  • 5. Spring Boot Selenium test with TestNG integration.srt (13.7 KB)
  • 1. Introduction.srt (13.5 KB)
  • 3. Understanding Spring boot lifecycle and @PostConstruct.srt (12.3 KB)
  • 9. Complete Source code until Section 2.html (0.0 KB)
  • 2. Creating Selenium WebDriver library.srt (9.0 KB)
  • 7. Cross browser testing of Selenium with Spring boot profiles.srt (7.8 KB)
  • 8. Running Selenium TestNG test from CLI.srt (6.9 KB)
  • 4. Extend @PostConstruct with Abstract WebDriver BasePage.srt (5.8 KB)
  • 6. Running test with TestNG.xml file.srt (4.4 KB)
  • 5. Spring Boot Selenium test with TestNG integration.mp4 (91.0 MB)
  • 3. Understanding Spring boot lifecycle and @PostConstruct.mp4 (75.2 MB)
  • 1. Introduction.mp4 (48.4 MB)
  • 2. Creating Selenium WebDriver library.mp4 (45.9 MB)
  • 7. Cross browser testing of Selenium with Spring boot profiles.mp4 (44.7 MB)
  • 4. Extend @PostConstruct with Abstract WebDriver BasePage.mp4 (44.7 MB)
  • 8. Running Selenium TestNG test from CLI.mp4 (37.3 MB)
  • 6. Running test with TestNG.xml file.mp4 (25.7 MB)
6. Section 5 - Testing Microservice application with Spring boot and RestAssured
  • 15.1 HrmsApplication_Section5.zip (142.6 KB)
  • 1. Introduction.srt (19.4 KB)
  • 4. Writing TestRestTemplate GET on Microservices for Array of response.srt (5.9 KB)
  • 15. Source code.html (0.0 KB)
  • 3. Writing TestRestTemplate GET test on the Microservices.srt (12.4 KB)
  • 2. Understanding @SpringBootTest with ApplicationContext and Web application start.srt (10.2 KB)
  • 8. GET operation with RestAssured in Microservice.srt (10.0 KB)
  • 11. Understanding Mocking Microservice Services with MockMvc.srt (8.6 KB)
  • 12. Creating Mock GET using MockMvc for our Microservice controller testing.srt (6.7 KB)
  • 9. POST operation with RestAssured in Microservice.srt (6.1 KB)
  • 10. PUT operation with RestAssured and how to identify issue early in micro service.srt (5.4 KB)
  • 5. POST operation with TestRestTemplate.srt (4.7 KB)
  • 13. Working with Array of Response with Mock using MockMvc.srt (4.1 KB)
  • 14. Summary.srt (1.7 KB)
  • 7. Maven Dependencies of RestAssured in SpringBoot.html (1.1 KB)
  • 6. Additional Details on RestAssured - Covered in Section 6.html (0.5 KB)
  • 3. Writing TestRestTemplate GET test on the Microservices.mp4 (72.7 MB)
  • 1. Introduction.mp4 (68.1 MB)
  • 8. GET operation with RestAssured in Microservice.mp4 (60.0 MB)
  • 2. Understanding @SpringBootTest with ApplicationContext and Web application start.mp4 (49.4 MB)
  • 11. Understanding Mocking Microservice Services with MockMvc.mp4 (48.7 MB)
  • 12. Creating Mock GET using MockMvc for our Microservice controller testing.mp4 (45.1 MB)
  • 9. POST operation with RestAssured in Microservice.mp4 (43.8 MB)
  • 4. Writing TestRestTemplate GET on Microservices for Array of response.mp4 (40.4 MB)
  • 10. PUT operation with RestAssured and how to identify issue early in micro service.mp4 (37.7 MB)
  • 13. Working with Array of Response with Mock using MockMvc.mp4 (29.9 MB)
  • 5. POST operation with TestRestTemplate.mp4 (23.2 MB)
  • 14. Summary.mp4 (13.6 MB)
2. Section 1 - Spring Boot Basics
  • 11.1 SpringBasic_Section1.zip (123.8 KB)
  • 5. Understanding Spring boot Application Context and @Component.srt (15.6 KB)
  • 11. Complete Source Code of Section 1.html (0.0 KB)
  • 2. Writing simple classical Selenium Page Object code (Optional).srt (11.2 KB)
  • 8. Spring Boot - Value Injections.srt (10.9 KB)
  • 6. Spring Boot - Constructor dependency Injection.srt (10.3 KB)
  • 1. Creating Spring boot Test Project.srt (9.5 KB)
  • 4. Dependency Injection.srt (8.4 KB)
  • 3. Problem with the classical Selenium Page Object Model Code.srt (8.0 KB)
  • 9. Working with Spring Boot Profiles to work with multiple testing environments.srt (7.9 KB)
  • 10. @ConditionalOnProperties for choosing the correct bean based on environment.srt (7.3 KB)
  • 7. Spring Boot - Field level dependency Injection.srt (4.6 KB)
  • 5. Understanding Spring boot Application Context and @Component.mp4 (85.0 MB)
  • 6. Spring Boot - Constructor dependency Injection.mp4 (64.5 MB)
  • 2. Writing simple classical Selenium Page Object code (Optional).mp4 (50.5 MB)
  • 1. Creating Spring boot Test Project.mp4 (47.7 MB)
  • 10. @ConditionalOnProperties for choosing the correct bean based on environment.mp4 (43.7 MB)
  • 8. Spring Boot - Value Injections.mp4 (39.9 MB)
  • 4. Dependency Injection.mp4 (38.3 MB)
  • 9. Working with Spring Boot Profiles to work with multiple testing environments.mp4 (35.3 MB)
  • 3. Problem with the classical Selenium Page Object Model Code.mp4 (31.1 MB)
  • 7. Spring Boot - Field level dependency Injection.mp4 (27.3 MB)
5. Section 4 - Writing Micro service application with Spring boot
  • 12.1 HrmsApplication.zip (123.2 KB)
  • 4. Crash course -Contract Testing (From RestAssured course).srt (21.0 KB)
  • 5. Crash course - Using Lombok (From RestAssured course).srt (17.8 KB)
  • 2. Creating Spring boot @RestController class.srt (13.7 KB)
  • 3. Creating Models for Rest API using Lombok.srt (11.5 KB)
  • 6. Creating Controller to return List of Employees using Entity.srt (10.6 KB)
  • 9. Performing @PutMapping for PUT operation.srt (8.1 KB)
  • 8. Performing POST operation with RequestMethod.Post.srt (8.0 KB)
  • 7. Creating Spring boot @Service.srt (6.7 KB)
  • 1. Introduction.srt (5.4 KB)
  • 10. Performing @DeleteMapping for DELETE operation.srt (3.7 KB)
  • 11. Summary.srt (2.5 KB)
  • 12. Source code.html (0.0 KB)
  • 5. Crash course - Using Lombok (From RestAssured course).mp4 (99.9 MB)
  • 4. Crash course -Contract Testing (From RestAssured course).mp4 (99.4 MB)
  • 3. Creating Models for Rest API using Lombok.mp4 (86.3 MB)
  • 2. Creating Spring boot @RestController class.mp4 (68.3 MB)
  • 6. Creating Controller to return List of Employees using Entity.mp4 (66.2 MB)
  • 9. Performing @PutMapping for PUT operation.mp4 (51.1 MB)
  • 8. Performing POST operation with RequestMethod.Post.mp4 (41.8 MB)
  • 7. Creating Spring boot @Service.mp4 (40.7 MB)
  • 10. Performing @DeleteMapping for DELETE operation.mp4 (22.4 MB)
  • 1. Introduction.mp4 (20.1 MB)
  • 11. Summary.mp4 (16.3 MB)
1. Introduction
  • 1. Introduction.srt (15.5 KB)
  • 2. Classical Selenium Java vs Spring Boot Selenium Java Code.srt (14.3 KB)
  • 2. Classical Selenium Java vs Spring Boot Selenium Java Code.mp4 (65.8 MB)
  • 1. Introduction.mp4 (62.5 MB)
  • TutsNode.com.txt (0.1 KB)
  • .pad
    • 0 (0.0 KB)
    • 1 (0.0 KB)
    • 2 (103.1 KB)
    • 3 (746.2 KB)
    • 4 (416.5 KB)
    • 5 (235.2 KB)
    • 6 (647.9 KB)
    • 7 (58.4 KB)
    • 8 (87.7 KB)
    • 9 (574.1 KB)
    • 10 (79.3 KB)
    • 11 (17.0 KB)
    • 12 (578.2 KB)
    • 13 (21.8 KB)
    • 14 (724.6 KB)
    • 15 (3.6 KB)
    • 16 (614.2 KB)
    • 17 (137.4 KB)
    • 18 (861.2 KB)
    • 19 (133.0 KB)
    • 20 (256.2 KB)
    • 21 (757.8 KB)
    • 22 (947.2 KB)
    • 23 (785.3 KB)
    • 24 (163.4 KB)
    • 25 (514.6 KB)
    • 26 (910.4 KB)
    • 27 (543.6 KB)
    • 28 (992.8 KB)
    • 29 (565.3 KB)
    • 30 (684.4 KB)
    • 31 (566.3 KB)
    • 32 (955.2 KB)
    • 33 (520.7 KB)
    • 34 (596.8 KB)
    • 35 (309.9 KB)
    • 36 (646.4 KB)
    • 37 (107.4 KB)
    • 38 (358.0 KB)
    • 39 (81.4 KB)
    • 40 (955.5 KB)
    • 41 (312.0 KB)
    • 42 (320.9 KB)
    • 43 (435.9 KB)
    • 44 (254.2 KB)
    • 45 (273.9 KB)
    • 46 (349.1 KB)
    • 47 (158.8 KB)
    • 48 (315.2 KB)
    • 49 (611.8 KB)
    • 50 (898.2 KB)
    • 51 (91.2 KB)
    • 52 (323.6 KB)
    • 53 (732.4 KB)
    • 54 (356.7 KB)
    • 55 (766.4 KB)
    • 56 (697.5 KB)
    • 57 (509.3 KB)
    • 58 (876.0 KB)
    • 59 (64.5 KB)
    • 60 (719.6 KB)
    • 61 (350.4 KB)
    • 62 (166.0 KB)
    • 63 (802.5 KB)
    • 64 (579.4 KB)
    • 65 (898.2 KB)
    • 66 (957.0 KB)
    • 67 (767.6 KB)
  • [TGx]Downloaded from torrentgalaxy.to .txt (0.6 KB)

There are currently no comments. Feel free to leave one :)

Code:

  • udp://inferno.demonoid.pw:3391/announce
  • udp://tracker.openbittorrent.com:80/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://torrent.gresille.org:80/announce
  • udp://glotorrents.pw:6969/announce
  • udp://tracker.leechers-paradise.org:6969/announce
  • udp://tracker.pirateparty.gr:6969/announce
  • udp://tracker.coppersurfer.tk:6969/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://9.rarbg.to:2710/announce
  • udp://shadowshq.yi.org:6969/announce
  • udp://tracker.zer0day.to:1337/announce
REVERSE-PROXY 🔄 RP (success) | 1289ms | Saved: 1YovywRs... 📄 torrent 🕐 17 Jan 2026, 02:51:16 am IST ⏰ 11 Feb 2026, 02:51:16 am IST ✅ Valid for 24d 23h 🔄 Wait 10m