Summary
Keywords
Full Transcript
Topics Covered: -------------------------- 1) How to invoke Selenium Grid server on Docker Environment using Windows Batch files 2) How to Run batch Files using Java Code 3) How to Run tests using Maven pom.xml Notes: --------- Start/Stop Docker grid using bat Files & Java program -------------------------------------------------- 1) Copy the file docker-compose.yaml in the Current Project 2) Create start_dockergrid.bat file in the same Project which contains cd C:\XXXX\eclipse-workspace\sdet docker-compose up 3) Create stop_dockergrid.bat file in the same Project which contains cd C:\XXXX\eclipse-workspace\sdet docker-compose down 4) Create TestNG/Java class to run both the batch files. 5) Run all the tests using TestNG xml together. 6 Run all the tests using pom.xml together. ######################################### π 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 #Docker #AutomationTesting #DevOps #Containerization #DockerCompose #ContinuousIntegration #Selenium #DockerizedTesting #GridTesting #DockerEnvironment #TestAutomation #SeleniumDocker #CI/CD #ContainerOrchestration #DockerContainers
