Spring boot for Automation testing course (UI and Microservices) course
is 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 straightforward manner in both UI techs like Selenium and Microservices testing techs like RestAssured and TestRestTemplate and MockMvcThis 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 an 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 IntegrationThis section will focus on integrating Cucumber BDD with Selenium and Spring boot framework
4. Developing Microservice application with Spring bootThis section is all about developing a complete Spring boot microservice application from the ground up, which will then be used for testing in the 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. Parallel Selenium execution with Spring bootThis section will have all the details required to perform parallel test execution with Spring boot and Selenium
7. RestAssured Crash CourseThis section is a complete course covered in the YouTube series and bought into this course to make everyone who is taking this course 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.