Test Automation Framework With Spring Boot + BDD
- 4.6
Brief Introduction
Learn Automatic Dependency Injection, Test Automation Framework Development using Spring Boot & Cucumber BDD.Description
Spring Boot is so popular in the Java community and makes the developer life easier by handling most of the routine activities. The aim of this course is to use Spring Boot to create a test automation framework with Cucumber.
Automatic dependency injection
Manage the WebDriver instance
Manage Page objects / fragments
Executing tests in multiple test environments like DEV / QA / STG / PRD
Localization testing for multiple languages
Data driven testing using Spring Data JPA
Cucumber feature files execution
Accessing resources
Automatic window/frame switching, screenshots using Aspect oriented programming
Parallel test execution in local / remote grid using Spring Profiles
Requirements
- Requirements
- Java 8 knowledge
- Basics of Selenium