Companies Home Search Profile

Docker | Test Automation - MasterClass (Beginner to Expert)

Focused View

Ace Automation Academy

10:22:25

43 View
  • 1. Introduction.mp4
    04:16
  • 2. Roadmap of this Course.mp4
    12:34
  • 1. Why Docker and how it impacts Automation testers.mp4
    09:38
  • 2. Where does Docker sit in the CI CD DevOps.mp4
    10:18
  • 3. What is Docker in very simple terms.mp4
    04:37
  • 4. Components of Docker before understanding Docker Architecture.mp4
    01:43
  • 5. How Docker works.mp4
    02:12
  • 6. Whats a Docker Image.mp4
    02:54
  • 7. Whats a Docker Container.mp4
    01:55
  • 8. Whats a Docker Registry.mp4
    03:07
  • 9. Docker Architecture explained - with Image, Container, Registry.mp4
    04:49
  • 10. Docker Quiz based on the teachings so far.html
  • 1. Factors that need to determined before using docker for automation testing.mp4
    09:44
  • 1. Docker Installation - Installation steps & Verifications post installation.mp4
    09:00
  • 2. Docker Commands.mp4
    19:59
  • 3. What is a Docker Compose file.mp4
    05:22
  • 1. [Concept] Single test with Selenium Java - Idea about without & with docker.mp4
    14:32
  • 2. [Practical} [Optional] Selenium - Java - without docker [Project setup].mp4
    06:55
  • 3. [Practical] Running Docker commands (setup docker container) for selenium test.mp4
    12:31
  • 4. [Practical] Writing the Selenium test to run in Docker container.mp4
    30:38
  • 5. Installing VNC Software - to view selenium test runs inside docker container.mp4
    08:10
  • 6. Installing the VNC Viewer to remotely view the runs in docker container.mp4
    08:10
  • 1. [Concept] UseCase Crossbrowser testing - Parallel Execution - Selenium Grid.mp4
    07:50
  • 2. [Concept] Why Selenium Grid is popular how docker helps in this Architecture.mp4
    12:23
  • 3. [Concept] Selenium Grid with docker architecture.mp4
    05:06
  • 4. [Practical] Selenium Grid with docker pull images of Selenium hub & nodes.mp4
    11:37
  • 5. [Practical] Create grid network.mp4
    01:51
  • 6. [Practical] Run the docker containers and link them.mp4
    23:37
  • 7. [Practical]Docker Compose file- creating [Selenium Grid] docker containers.mp4
    34:35
  • 8. [Pract] Create Selenium CrossBrowser test scripts running in docker containers.mp4
    39:32
  • 1. [Concept] UseCase Selenium Grid and docker compose in Cloud environment.mp4
    11:15
  • 2. [Concept before Practical] Pre-requisite Github account, Git and AWS Account.mp4
    04:57
  • 3. [Practical] Pushing the Selenium Test Project with Docker compose into Github.mp4
    12:33
  • 4. [Practical] Setting up AWS Codepipeline for Selenium Test Project and Docker.mp4
    16:55
  • 5. [Practical] Running the AWS Codepipeline with automatic triggers.mp4
    05:11
  • 1. [Concept] UseCase Selenium Grid and docker compose integration with Jenkins.mp4
    09:39
  • 2. [Practical] Pre-requisite before jenkins integration with selenium docker.mp4
    03:57
  • 3. [Practical] Setting up Jenkins pipeline for Selenium Test Project and Docker.mp4
    25:15
  • 1. Unix commands - required for docker before using Dockerfile.mp4
    09:58
  • 1. [Concept] Dockerize run-your-selenium-Java-tests-inside-docker-container.mp4
    11:30
  • 2. [Practical] Creating a new docker image and docker container using Dockerfile.mp4
    13:39
  • 1. [Concept] Dockerize run playwright Javascript tests inside docker containers.mp4
    10:12
  • 2. [Concept] Benefits of Playwright Test Automation Tool over selenium.mp4
    07:22
  • 3. [Practical] Pre-requisites before setting up the Java script Playwright project.mp4
    05:52
  • 4. [Practical] Writing Playwright test scripts and running tests (prior to docker).mp4
    21:48
  • 5. [Practical] Running Playwright scripts inside docker container.mp4
    12:08
  • 6. [Practical] Public github repository path of playwright with docker.mp4
    00:57
  • 1. [Concept] Dockerize run API testing inside docker containers.mp4
    06:05
  • 2. [Concept] Whats an API (Application Programming Interface).mp4
    08:20
  • 3. [Practical] Manually Testing the Apis before starting with automation.mp4
    09:03
  • 4. [Practical] Installing newman and perrforming api testing via command line.mp4
    08:57
  • 5. [Practical] Running api tests in newman docker imagecontainer.mp4
    09:14
  • 6. [Pract] Integration of Jenkins with newman docker container running api tests.mp4
    06:29
  • 1. Use Case 1Creating Project in Selenium Java (without docker) - running the test.mp4
    01:11:34
  • Description


    Docker | Automation Testing | Selenium | Playwright | API Tests | Jenkins | AWS | CICD | Concepts + Complete Handson

    What You'll Learn?


    • Docker concepts and importance of Test Automation along with docker concepts
    • How to setup docker environment in Test Automation
    • How to determine which docker architecture is required for which scenarios of Test Automation
    • Design & Run selenium automation scripts inside Docker containers
    • Design & Run single browser tests inside docker containers
    • Design & Run multiple (cross browser testing) Selenium grid inside docker containers
    • Design & Run Java based tests inside docker container
    • Design & Run javascript based tests playwright tool inside docker containers
    • Design & Run api based tests inside docker containers
    • Integrate and run automation tests inside docker containers in cloud environment
    • Integrate and run automation tests inside docker containers in AWS
    • Integrate and run automation tests inside docker containers in Jenkins
    • Learn basic of Dockers
    • Learn why Docker is important in CICD Devops

    Who is this for?


  • Test Automation Engineers
  • Automation Testers
  • Developers
  • Test Automation Architects
  • Test Leads
  • Test Managers
  • Software Architects
  • Backend Engineers
  • Front end Engineers
  • Engineering Leads
  • Engineering Managers
  • What You Need to Know?


  • Basics of Automation Testing - but then course has been designed considering beginners
  • More details


    Description

    This course gives a complete learning about the docker basics, docker architecture, and then deep dives to different usecases that automation testes might find themselves in the organisational industry.
    This is the only course:
    which covers different automation tools (Selenium, Playwright, Postman) , different Build Automation Tools (Jenkins, AWS), different programming languages (Java, Javascript) so that the students can get the best out of understanding docker along with Test Automation framework.

    There are total 7 use cases explained step by step handson practical and before that with concepts so that the students understand the different scenarios that they might face will using docker in the framework.

    Software testing is a field that is continuously changing. As testers frequently have limited time to test software, Quality Assurance Engineers often choose automation to ensure the results for improving software quality.

    Docker is a technique that separates an application in a lighter, quicker running environment than a Virtual Machine (VM). Containerization is used along with Selenium, WebDriver, and other comparable automated testing tools.

    With the introduction of the multi-container testing strategy, Docker has changed how testing is integrated into the CI/CD process. To bundle an application’s dependencies, an operating environment free of external agents that may interfere with the testing method can be employed.

    Who this course is for:

    • Test Automation Engineers
    • Automation Testers
    • Developers
    • Test Automation Architects
    • Test Leads
    • Test Managers
    • Software Architects
    • Backend Engineers
    • Front end Engineers
    • Engineering Leads
    • Engineering Managers

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Ace Automation Academy
    Ace Automation Academy
    Instructor's Courses
    I am an Australian based Automation Architect with more than 12 years experience and passionate about Test Automation and latest Test Automation Trends, i have extensive experience in Software Testing and have worked and delivered to Enterprise Clients within Europe (UK), Africa (Ghana), Asia Pacific (Hongkong, Australia).Currently Leading, Designing, Building Test Automation frameworks for a leading Australian based technology solution provider - with Test Automation Frameworks involving:Tricentis Tosca, Selenium, Rest Sharp, Jenkins, Azure DevOps, Cypresshaving extensive experience in the areas of different software challenges, my outlook and approach to resolving some of the complex testing challenges has been worth taking note. Have lead / mentored team in the large as well small testing team across Software companies spanning in Indian as a well Asia Pacific regions
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 53
    • duration 10:22:25
    • Release Date 2023/11/14