Brief Summary
This course is your friendly guide to mastering Docker and Selenium! We break down complex concepts into simple, doable bits, making learning fun and interactive. Whether you're totally new or just brushing up, you'll feel right at home. Join us to kickstart your journey into web development and automation!
Key Points
-
Learn Docker from the ground up!
-
Hands-on experience with Selenium automation.
-
Understand Docker containers and commands easily.
-
Run parallel tests using Docker.
-
Discover how to automate a 3-tier application.
Learning Outcomes
-
Grasp the basics of Docker and how to use it effectively.
-
Write automated tests using Selenium with confidence.
-
Run a complete Dockerized application along with tests using Docker-compose.
About This Course
Learn docker and containers from complete ground up
Understanding Docker and using it for the Selenium automation course is designed in such a way that anyone with zero knowledge of docker and its related concepts can get up to the speed easily without much effort.
This course is divided into the following sections, to make learning more streamlined and easier
1. Understanding the ABC of Docker
路 Basic commands
路 Working with Multiple Docker containers
路 Understanding simple examples with WordPress and MySQL
路 Understanding Docker file
路 Understanding Docker compose file
2. Running Selenium Test with Containerized Selenium Grid and Application
路 Writing Selenium C# test
路 Writing Selenium test with Dynamic Selenium grid
路 Writing Driver Fixture and how to handle problems accessing the application
路 Parallel Selenium test execution
路 Parallel Selenium test with Multiple browsers
3. Selenium Tests project to run as a Container
All these three sections are intrinsic, meaning they are interdependent on each other and hence sometimes students may need to go back and forth to get into some related concepts.
The first section helps you understand the basics of Docker and get up to the speed of dealing with Docker and its related commands, whereas in the second and third sections we are going to automate a 3-tier application with Selenium C#.
We will be using the industry-standard way to use automate an application with Selenium and run a dockerized Selenium docker container along with the Application using docker-compose
Understand the basics of Docker
Understand how Docker works and spawn running and image as an container
Working with multiple containers
Derrick M. O.
Although the programming language used is different and there's more than what I needed, it's still ok. I can follow through with the concepts.