Summary
Keywords
Full Transcript
Selenium Grid(Windows & Linux nodes): https://youtu.be/ewUI1p-tZ64 Selenium Grid Integration with Docker (Notes) ------------------------------------------------------------------------- 1) Create a file docker-compose.yaml with Required config Ref: https://github.com/SeleniumHQ/docker-selenium 2) Run docker-compose.yaml docker-compose up 3) To check hub & nodes running state: http://localhost:4444/grid/console 4) To increase the number of nodes docker-compose scale chrome=3 5) To stop the grid and cleanup the created containers docker-compose down ######################################### π Udemy Courses π¨βπ»π©βπ» ########################################## π’ Playwright with TypeScript ππ π https://www.udemy.com/course/learn-playwright-web-api-testing-with-typescript/ π‘ Playwright with JavaScript ππ π https://www.udemy.com/course/learn-playwright-with-javascript π€ Generative AI for Software Testing π§ π‘ π https://shorturl.at/Uk2eM π§ͺ Manual Testing + Agile with Jira Tool πβοΈ π https://www.udemy.com/course/learn-manual-software-testing-with-live-project-jira-tool π» Selenium with Java + Cucumber π₯β π https://www.udemy.com/course/learn-selenium-with-java-live-project π Selenium with Python & PyTest ππ§ͺ π https://www.udemy.com/course/learn-selenium-with-python-d/ π€ Selenium with Python using Robot Framework π€π π https://www.udemy.com/course/learn-selenium-with-python-using-robot-framework π API Testing (Postman, RestAssured & SoapUI) ππ§ π https://www.udemy.com/course/learn-selenium-with-python-using-robot-framework/ π Web & API Automation using Cypress with JavaScript π»π§¬ π https://www.udemy.com/course/learn-cypress-with-typescript/ π JMeter - Performance Testing ππ π https://www.udemy.com/course/learn-jmeter-m/learn/ π§© SDET Essentials (Full Stack QA) π§ π π https://www.udemy.com/course/learn-sdet-essentials/ π± Appium - Mobile Automation Testing π²π§ͺ π https://www.udemy.com/course/learn-appium-latest-1110-mobile-automation-testing/ β Java Collections ππ π https://www.udemy.com/course/learn-java-collections/ π₯ Cucumber BDD Framework ππ¬ π https://www.udemy.com/course/learn-cucumber-bdd-framework π οΈ Protractor with JavaScript π§π π https://www.udemy.com/course/learn-protractorangular-testing-with-javascript/ #SeleniumGrid #DockerIntegration #AutomationTesting #DockerizedGrid #TestAutomation #DistributedTesting #SeleniumDocker #GridIntegration #Containerization #DockerSelenium #ParallelTesting #SeleniumTests #DockerCompose #GridSetup #DevOpsTesting #ContinuousIntegration #DockerContainers #DockerizedEnvironment #SeleniumNodes #TestingFramework #ContainerOrchestration #DockerSwarm #CrossBrowserTesting #SeleniumAutomation #DockerRegistry #ScalableTesting #DockerCluster #LoadTesting
