How to Setup Docker Selenium Grid 4 for Parallel Test Execution |Access VNC & noVNC from HOST

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • ▶️ This is 7th Session in "Selenium Grid with Docker Series" and in this video, we will learn- How to Setup docker Selenium Grid 4 in Docker for Parallel Testcase Execution by configuring the Selenium Hub and Node Containers and exposing the ports to access VNC and noVNC services from the host machine. We will see how to do Selenium grid parallel execution.
    ▶️ First Docker Desktop should be installed on your system and then we can run docker commands for pulling the docker images and then we will run the containers.
    ⚡️ 1] Pull Images [ Selenium Hub- selenium/hub:4.0.0-rc-2-20210930, node-firefox:4.0.0-rc-2-20210930 and node-edge:4.0.0-rc-2-20210930 ]
    ⚡️ 2] Start the Network
    ⚡️ 3] Create and Run the Containers and Link nodes to Selenium Hub
    ⚡️ 4] You can expose the port for external connectivity and monitor flow by connecting nodes through the VNC Viewer.
    ⚡️ 5] You can map 7900 port of docker container to a port of the host machine to access noVNC service from browser from the Host machine itself.
    ⚡️ 6] You can check same with docker exec -it command and curl localhost:7900 and check CPU and memory with docker stats command
    ▶️ Once grid is up and running then we can run Selenium Testcases in parallel , sequentially, and same Testcase on multiple browsers chrome , Firefox , edge simultaneously.
    ✅ Selenium Grid With Docker:==
    • Selenium Grid With Doc...
    ======================================
    ***************AJ AUTOMATION*************
    ======================================
    🔔 Learn automation from basic !! 🔔
    ✅ Let's Learn the Concept in 5 To 10 Mins :=
    • Test Automation Interv...
    ✅ Selenium series videos Playlist :=
    • Selenium tutorial for ...
    ✅ Maven Tool videos playlist :=
    • Maven Tool - Learn Bas...
    ✅ Selenium WebDriver Exceptions Playlist :=
    • Selenium WebDriver Exc...
    ✅ Selenium Grid With Docker:==
    • Selenium Grid With Doc...
    ✅ Upload and Download Files in Selenium :=
    • Selenium WebDriver - U...
    ✅ Excel and CSV files operations :=
    • Excel and CSV -- Read ...
    ✅ Java Language Concepts :=
    • Java Language Concepts...
    ✅TestNG Framework Videos:=
    • TestNG Introduction an...
    ✅ Become Master in Xpath:=
    • Xpath Introduction
    ✅ Protractor series videos playlist :=
    • Let's Learn Protractor...
    ✅ Recent Uploads :=
    • Recent Uploaded Videos
    ✅ GitHub Repo:= github.com/aja...
    ⚡️ Thanks for your support !! ⚡️
    ======================================
    *************** Thanks for watching !!*************
    ======================================
    ⚡️ Keep Learning...Keep Sharing...Keep Growing. ⚡️
    #LearnSeleniumInEasyWay #SeleniumWebDriver

Комментарии • 5

  • @NaveenKumar-dr1zw
    @NaveenKumar-dr1zw 9 месяцев назад +1

    Thank you

  • @kiranpm7394
    @kiranpm7394 2 года назад +2

    This is very clear and easy to understand, Thanks for the video !!!!!

    • @AJAUTOMATION
      @AJAUTOMATION  2 года назад +1

      Glad to hear that!
      Thanks for watching @kiran

  • @chumpee01
    @chumpee01 5 месяцев назад

    Sir can we run these on Safari/MacOS? do we have docker images for Safari/Mac?