New Dedicated Chrome Browser for Automated Testing || Major Impact on Selenium || Chrome 115.x

  Рет қаралды 6,302

Vinoth Q.A Academy (SDET)

Vinoth Q.A Academy (SDET)

Жыл бұрын

Vinoth Q.A Academy is happy to launch India's most affordable online selenium course.
Become an Automation Maestro in Just 4 Months !
---------------
Course Details:
---------------
Training Starts On : 3rd February 2024
Total Course Duration : 68 hours
Class will be on every Saturday and Sunday (34 Days)
Timings : 7 AM IST till 9 AM IST
Course Fee : ₹4999 INR ($60)
10 Modules will be taught using zoom meeting
20 Modules Recorded videos will be provided as complimentary(Free)
Mode : Using Zoom Meeting
Batch Count : 25 Students
--------------------------------
Zoom Online Training : 10 Modules
---------------------------------
1. Java For Automation
2. Selenium WebDriver 3
3. Selenium WebDriver 4
4. Maven Build Tool
5. TestNG Framework
6. Hybrid Automation Framework Training
7. Git and Github
8. DevOps(CI/CD)
9. Jenkins
10. Cucumber Framework(BDD)
------------------------------------------
20 Free Self Paces Video Courses
------------------------------------------
Manual Testing :
* QA Manual Testing
* Agile Methodology
* JIRA
API Testing:
* Manual Testing using PostMan API
* Manual Testing using SoapUI
* Automation Testing using PostMan API
* Automation Testing using SoapUI Groovy
* Automation Testing using Rest Assured
* Automation Testing using Karate Framework (Codeless Automation)
Mobile Testing:
* Mobile Testing - Appium 1(Android) and Browserstack(Android & iOS)
* Mobile Testing - Appium 2(Android) and Browserstack(Android & iOS)
Important Automation Tools
* Java Script for Automation
* Type Script for Automation
* Cypress Automation
* Automation Using Dockers
Performance Testing:
* Gatling Performance Automation Testing
* Gatling using Karate Framework Performance Automation Testing
Python Testing:
* Python For Automation
* Robot Framework For Selenium
Management:
* Project Management(Automation Test Plan & Estimation)
------------------------------------------
Top 5 Features of Online Training Program:
------------------------------------------
1. Individualized Learning Strategy
2. Support Until You Get Placed
3. Live Training on the Project Framework
4. One-On-One Support
5. Resume Preparation
For more details, download the brochure.
vinothqaacademy.com/wp-conten...
Follow Me :
Website : vinothqaacademy.com/
LinkedIn : / vinothqaacademy
WhatsApp: api.whatsapp.com/send/?phone=...
Udemy : www.udemy.com/user/vinoth-rat...
Thanks again for the love and support !
Vinoth R
"Happy Learning"

Пікірлер: 30
@vinothqaacademy
@vinothqaacademy Жыл бұрын
package com.nxtgenai.selenium; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.chrome.ChromeOptions; public class LaunchApplication { public static void main(String[] args) { // TODO Auto-generated method stub System.setProperty("webdriver.chrome.driver", "C:\\Users\\Vinoth\\Downloads\\chromedriver-win64\\chromedriver-win64\\chromedriver.exe"); ChromeOptions co = new ChromeOptions(); co.setBinary("C:\\Users\\Vinoth\\Downloads\\chrome-win64\\chrome-win64\\chrome.exe"); WebDriver driver = new ChromeDriver(co); driver.get("nxtgenaiacademy.com/"); driver.manage().window().maximize(); } }
@simranjeet1595
@simranjeet1595 10 ай бұрын
Thanks, Your video is really helpful for me to overcome from hurdles. I watched several videos but no one didn't work but your video resolve the issue with in few minutes. Thanks again.
@vinothqaacademy
@vinothqaacademy 10 ай бұрын
You're welcome!
@user-ku7lm7xn7v
@user-ku7lm7xn7v 10 ай бұрын
Thank you 😊 You have solved my big problem. I had so much worried about How to launch browser in Maven. I have tried so solve the "SessionNotEreatedException " lots of time but every time I failed to solve. By using steps which you have told in your video I solved the problem. Thank you so much.
@vinothqaacademy
@vinothqaacademy 9 ай бұрын
Glad it helped :) Welcome
@dhanrajyadav5259
@dhanrajyadav5259 11 ай бұрын
Thanks much sir..now its working 😊
@vinothqaacademy
@vinothqaacademy 11 ай бұрын
Welcome 👍
@topefestus2193
@topefestus2193 8 ай бұрын
Thanks a lot. This helped me
@vinothqaacademy
@vinothqaacademy 8 ай бұрын
You're welcome!
@madhudevarakonda6
@madhudevarakonda6 9 ай бұрын
THANK YOU VERY MUCH FOT HIS VIDEO I BEEN SEARCHING THIS VIDEO FOR LONG TIME FINALLY IT HAS RESOLVED.
@vinothqaacademy
@vinothqaacademy 9 ай бұрын
Thanks for the feedback :)
@jeevanandhamrajendran2462
@jeevanandhamrajendran2462 9 ай бұрын
Thank you so much
@vinothqaacademy
@vinothqaacademy 9 ай бұрын
You're most welcome
@FAROOQFAROOQ-gh7gv
@FAROOQFAROOQ-gh7gv Жыл бұрын
Thank you for your update
@vinothqaacademy
@vinothqaacademy Жыл бұрын
My pleasure
@user-ot9xd3xe7c
@user-ot9xd3xe7c 11 ай бұрын
Thank You
@vinothqaacademy
@vinothqaacademy 11 ай бұрын
Welcome!
@user-sq1rn5ig8n
@user-sq1rn5ig8n 11 ай бұрын
Hi Vinoth , I am facing issues when triggering remote tests that uses Selenium 4.11, chrome driver v116 for linux64. The issue is that the test could not launch the remote browser on linux machine and execute the teststeps. I have followed steps to "Install selenium on linux" . The linux machine has selenium Grid and node setup on same machine and it used to work with older versions of chrome browser. Appreciate any help in launching the CFT browser to execute remote tests.
@vinothqaacademy
@vinothqaacademy 11 ай бұрын
Sorry No idea on this error. I have tried in linux setup.
@dhejonithandondj
@dhejonithandondj 11 ай бұрын
Sir can you please explain for python selenium setup as well it will be very helpful
@vinothqaacademy
@vinothqaacademy 11 ай бұрын
from selenium import webdriver from selenium.webdriver.chrome.options import Options options = Options() options.binary_location = "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe" driver = webdriver.Chrome(chrome_options=options, executable_path="C:/Utility/BrowserDrivers/chromedriver.exe", ) driver.get('google.com/')
@chintuchin5824
@chintuchin5824 10 ай бұрын
Can u make a vedio on vba selenium for web automation
@vinothqaacademy
@vinothqaacademy 10 ай бұрын
Sure will give a try
@rohanrocky678
@rohanrocky678 10 ай бұрын
Sir iam getting an error!! If u could send your email ,I will send the screenshot of that error
@vinothqaacademy
@vinothqaacademy 10 ай бұрын
vinothrwins@gmail.com
How To Become High Paying Automation Engineer Using Python
4:35
The Testing Academy
Рет қаралды 37 М.
Best Toilet Gadgets and #Hacks you must try!!💩💩
00:49
Poly Holy Yow
Рет қаралды 22 МЛН
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 39 МЛН
Can A Seed Grow In Your Nose? 🤔
00:33
Zack D. Films
Рет қаралды 30 МЛН
#AskRaghav | Selenium Roadmap for Beginners
5:34
Automation Step by Step
Рет қаралды 8 М.
Selenium Online Training @ INR 4999 or $ 60  | Support Until You Get Placed
15:29
Vinoth Q.A Academy (SDET)
Рет қаралды 9 М.
How To Explain Test Automation Framework In Interviews For Selenium
13:42
Best Toilet Gadgets and #Hacks you must try!!💩💩
00:49
Poly Holy Yow
Рет қаралды 22 МЛН